diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-29 13:24:40 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-29 13:24:40 +0100 |
commit | 417e973c8fd58eafa8b46e5924294e31ea4cd977 (patch) | |
tree | 25adf133fb5b10ebef0a8a47f63e87688aeab608 /app/src | |
parent | 97e05ff96530cee8ac846d72115251b96bacceb5 (diff) |
NotSupportedActivity: fix font size
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/res/layout/not_supported_activity.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/not_supported_activity.xml b/app/src/main/res/layout/not_supported_activity.xml index 02f93473..ff81e7a4 100644 --- a/app/src/main/res/layout/not_supported_activity.xml +++ b/app/src/main/res/layout/not_supported_activity.xml @@ -9,6 +9,7 @@ android:id="@+id/not_supported_message" android:layout_width="match_parent" android:layout_height="wrap_content" - android:padding="32dp" /> + android:padding="32dp" + android:textAppearance="@android:style/TextAppearance.Material.Subhead" /> </ScrollView> </layout> |