diff options
Diffstat (limited to 'res/layout/dia_gatherentropy.xml')
-rw-r--r-- | res/layout/dia_gatherentropy.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/res/layout/dia_gatherentropy.xml b/res/layout/dia_gatherentropy.xml index 76a77b0..0dbb412 100644 --- a/res/layout/dia_gatherentropy.xml +++ b/res/layout/dia_gatherentropy.xml @@ -28,9 +28,16 @@ <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" - android:text="In order to assure randomness during the key generation, move your finger randomly over the box below." + android:text="@string/pubkey_touch_hint" android:textAppearance="?android:attr/textAppearanceMedium" android:gravity="center"/> - <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:drawingCacheQuality="auto"/> -</LinearLayout>
\ No newline at end of file + <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:drawingCacheQuality="auto"/> +</LinearLayout> |