enc-backup: handle bad code more nicely
This commit is contained in:
8
OpenKeychain/src/main/res/anim/fade_in_delayed.xml
Normal file
8
OpenKeychain/src/main/res/anim/fade_in_delayed.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<alpha android:fromAlpha="0.0" android:toAlpha="1.0"
|
||||
android:interpolator="@android:anim/bounce_interpolator"
|
||||
android:duration="700"
|
||||
android:startOffset="400"
|
||||
/>
|
||||
</set>
|
||||
8
OpenKeychain/src/main/res/anim/fade_out_delayed.xml
Normal file
8
OpenKeychain/src/main/res/anim/fade_out_delayed.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<alpha android:fromAlpha="1.0" android:toAlpha="0.0"
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
android:duration="300"
|
||||
android:startOffset="400"
|
||||
/>
|
||||
</set>
|
||||
@@ -4,8 +4,7 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingTop="10dp"
|
||||
android:gravity="center_vertical">
|
||||
android:paddingTop="50dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user