From 15d8a70a6c7596bb9f59a4383df7dccbba3a7012 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 15 Jun 2017 16:19:56 -0700 Subject: Tint more things --- app/src/main/AndroidManifest.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index fab2d2a3..3e2c0bee 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -20,12 +20,12 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/AppTheme"> + android:theme="@style/FrostThemeBase"> + android:theme="@style/FrostTheme.Splash"> @@ -36,10 +36,10 @@ android:configChanges="orientation|screenSize|locale" android:hardwareAccelerated="true" android:label="@string/app_name" - android:theme="@style/AppTheme.NoActionBar" /> + android:theme="@style/FrostTheme" /> + android:theme="@style/FrostTheme.Overlay"> @@ -92,13 +92,13 @@ + android:theme="@style/FrostTheme" /> + android:theme="@style/FrostTheme" /> + android:theme="@style/FrostTheme" />