aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/dialog_show_password.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-01 17:52:14 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-01 17:52:14 +0200
commit34706a5e024df16027a292953606114db7e12dbe (patch)
tree5f97609f6b790195ffde305ac24cf8dedceae135 /src/main/res/layout/dialog_show_password.xml
parenta69c98c5c58da0babe570a1b7eebaacf58ae5a05 (diff)
use text styles in more places
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/dialog_show_password.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/dialog_show_password.xml b/src/main/res/layout/dialog_show_password.xml
index 299b65dca..7d73f0dec 100644
--- a/src/main/res/layout/dialog_show_password.xml
+++ b/src/main/res/layout/dialog_show_password.xml
@@ -13,7 +13,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:typeface="monospace"
- android:textSize="?attr/TextSizeHeadline"
+ android:textSize="?attr/TextSizeBody"
android:fontFamily="monospace"
android:layout_gravity="center_horizontal"
android:textColor="@color/black87"></TextView>