mirror of
https://github.com/moparisthebest/k-9
synced 2024-10-31 23:55:08 -04:00
3b8421a9a8
Remove the fadeout to make things look a little less weird Make the animations slide in from the edge. (See the aforementioned comment about jankyness) TODO: don't remove the message view until _after_ the animation runs. Before HC, that requires rather a lot more code (writing a whole animationadapter) than it should. TODO: get the messageview to stop jumping to hide the header area as it's displayed.
8 lines
223 B
XML
8 lines
223 B
XML
<set xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<translate
|
|
android:duration="@android:integer/config_mediumAnimTime"
|
|
android:fromXDelta="-100%p"
|
|
android:toXDelta="0" />
|
|
|
|
</set> |