diff options
Diffstat (limited to 'app')
-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> |