From 417e973c8fd58eafa8b46e5924294e31ea4cd977 Mon Sep 17 00:00:00 2001
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: Wed, 29 Nov 2017 13:24:40 +0100
Subject: NotSupportedActivity: fix font size

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
---
 app/src/main/res/layout/not_supported_activity.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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>
-- 
cgit v1.2.3