0510d02988
- 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
9 lines
317 B
XML
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> |