aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/dialog_show_password.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/dialog_show_password.xml')
-rw-r--r--src/main/res/layout/dialog_show_password.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/res/layout/dialog_show_password.xml b/src/main/res/layout/dialog_show_password.xml
index 7d73f0dec..116a3e05b 100644
--- a/src/main/res/layout/dialog_show_password.xml
+++ b/src/main/res/layout/dialog_show_password.xml
@@ -3,19 +3,19 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
+ android:paddingBottom="?attr/dialog_vertical_padding"
android:paddingLeft="?attr/dialog_horizontal_padding"
android:paddingRight="?attr/dialog_horizontal_padding"
- android:paddingBottom="?attr/dialog_vertical_padding"
android:paddingTop="?attr/dialog_vertical_padding">
<TextView
android:id="@+id/password"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:typeface="monospace"
- android:textSize="?attr/TextSizeBody"
- android:fontFamily="monospace"
android:layout_gravity="center_horizontal"
- android:textColor="@color/black87"></TextView>
+ android:fontFamily="monospace"
+ android:textColor="@color/black87"
+ android:textSize="?attr/TextSizeBody"
+ android:typeface="monospace" />
</LinearLayout> \ No newline at end of file