From d397a1da2349a16b28e837896fcdfb5cc28467cc Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Mon, 19 Sep 2016 23:10:30 -0700 Subject: [PATCH] Change application theme to light theme in manifest, apply theme preference in BaseActivity --- app/src/main/AndroidManifest.xml | 2 +- .../java/com/philliphsu/clock2/BaseActivity.java | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 9431a9c..fd47525 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -11,7 +11,7 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" - android:theme="@style/AppTheme.Dark"> + android:theme="@style/AppTheme">