aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/dialog_show_password.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-09-27 19:34:36 +0200
committerChristian Schneppe <christian@pix-art.de>2018-09-27 19:34:36 +0200
commitc8d159adca8258c88e91c8decc41fe1b90afc765 (patch)
treef5b1614fa1ba31e8c475a58e57ad5f8b30bf26c5 /src/main/res/layout/dialog_show_password.xml
parent576b852582ad6a51da0c8abdda2c57116ec57f5e (diff)
some color changes
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