0cd7d6d74a
pre-release push of code to github. not guaranteed to work the way you want. This is what is fixed to far: - added History viewer - added better bookmarks (fixed bug in fullscreen mode) - better full screen URL bar handling - added some more animations - incognito mode -notify user of SSL errors -popup tabs now work -fixed bug where certain sites wouldn’t display until touched
8 lines
281 B
XML
8 lines
281 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<translate android:fromYDelta="100%p"
|
|
android:interpolator="@android:anim/linear_interpolator"
|
|
android:toYDelta="0%p" android:duration="250" />
|
|
</set> |