lightning-i2p/res/anim/slide_up.xml
Anthony Restaino 0510d02988 updated to 2.3.0
- new full-screen UI
- tweaked icon
- Animations
- better rendering
- better performance in full-screen
- lower battery consumption
- Chinese traditional language added
- Chinese simplified language added
- French Language added
- fixed errors in settings
- fixed errors with bookmarks
- added auto-complete when searching using browser history
- now uses the standard android history
- UI tweaks
- NOTE: you cannot have bookmarks as your homescreen in fullscreen
2013-03-12 14:49:30 -04:00

9 lines
317 B
XML

<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<translate android:fromYDelta="0%p"
android:toYDelta="-50%p"
android:interpolator="@android:anim/linear_interpolator"
android:duration="500" />
</set>