Make the sticky date header only visible during scroll

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2017-01-25 16:38:36 -08:00
parent 2e16c6cf41
commit d46d3b72c8
7 changed files with 118 additions and 30 deletions

View File

@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<alpha android:duration="1"
android:fromAlpha="0"
android:toAlpha="1"/>
<translate
android:duration="250"
android:fromYDelta="-100%"