aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout/not_supported_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/not_supported_activity.xml')
-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>