diff options
Diffstat (limited to 'res/layout/crypt_keeper_progress.xml')
-rw-r--r-- | res/layout/crypt_keeper_progress.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/crypt_keeper_progress.xml b/res/layout/crypt_keeper_progress.xml index 0d408c2..6b8e65f 100644 --- a/res/layout/crypt_keeper_progress.xml +++ b/res/layout/crypt_keeper_progress.xml @@ -27,7 +27,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:minHeight="48dip" - android:layout_alignParentLeft="true" + android:layout_alignParentStart="true" android:layout_centerVertical="true" android:textSize="30dip" android:textColor="@color/title_color" @@ -62,7 +62,7 @@ android:layout_width="wrap_content" android:layout_height="0dip" android:layout_weight="1" - android:layout_gravity="bottom|right" + android:layout_gravity="bottom|end" android:src="@drawable/encroid_waiting" android:contentDescription="@null" /> |