aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout/not_supported_activity.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-29 13:24:40 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-11-29 13:24:40 +0100
commit011ade568d4e486da579328db086409c42251d90 (patch)
tree25adf133fb5b10ebef0a8a47f63e87688aeab608 /app/src/main/res/layout/not_supported_activity.xml
parentConfigListFragment: Use correct icon for FAB (diff)
downloadwireguard-android-011ade568d4e486da579328db086409c42251d90.tar.xz
wireguard-android-011ade568d4e486da579328db086409c42251d90.zip
NotSupportedActivity: fix font size
Diffstat (limited to '')
-rw-r--r--app/src/main/res/layout/not_supported_activity.xml3
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>