aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/dia_gatherentropy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/dia_gatherentropy.xml')
-rw-r--r--app/src/main/res/layout/dia_gatherentropy.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/dia_gatherentropy.xml b/app/src/main/res/layout/dia_gatherentropy.xml
index 8c7153a..2fc4a60 100644
--- a/app/src/main/res/layout/dia_gatherentropy.xml
+++ b/app/src/main/res/layout/dia_gatherentropy.xml
@@ -19,9 +19,9 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:orientation="vertical"
android:paddingLeft="10dip"
android:paddingRight="10dip"
>
@@ -29,16 +29,16 @@
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
+ android:gravity="center"
android:text="@string/pubkey_touch_hint"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:gravity="center"/>
+ android:textAppearance="?android:attr/textAppearanceMedium"/>
<org.connectbot.util.EntropyView
android:id="@+id/entropy"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:background="#666666ff"
android:layout_marginBottom="10dip"
android:layout_marginTop="10dip"
+ android:background="#666666ff"
android:drawingCacheQuality="auto"/>
</LinearLayout>