Fix to passphrase dialog and Issue #207

This commit is contained in:
Sreeram Boyapati
2014-03-10 08:31:53 +05:30
parent db05b3043a
commit 7d2c3f860e
3 changed files with 68 additions and 13 deletions

View File

@@ -6,7 +6,9 @@
android:paddingRight="16dp"
android:stretchColumns="1" >
<TableRow>
<TableRow
android:layout_marginBottom="5dip"
>
<TextView
android:id="@+id/passphrase_label_passphrase"
@@ -24,7 +26,9 @@
android:padding="4dp" />
</TableRow>
<TableRow>
<TableRow
android:layout_marginBottom="10dip"
>
<TextView
android:id="@+id/passphrase_label_passphrase_again"