From 4cd4cce83ddb7a712eb06d95d19e2a23a4b758cd Mon Sep 17 00:00:00 2001 From: Jeff Boek Date: Tue, 8 Jan 2019 14:43:18 -0800 Subject: [PATCH] For #150 - Sets the base style to allow a plain white background --- app/src/main/AndroidManifest.xml | 2 +- app/src/main/res/layout/activity_home.xml | 5 ++--- app/src/main/res/values-v23/styles.xml | 8 ++++++++ app/src/main/res/values-v27/styles.xml | 13 +++++++++++++ app/src/main/res/values/styles.xml | 5 +---- 5 files changed, 25 insertions(+), 8 deletions(-) create mode 100644 app/src/main/res/values-v23/styles.xml create mode 100644 app/src/main/res/values-v27/styles.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c69000b15..9ee85b71a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,7 +8,7 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/AppTheme"> + android:theme="@style/LightAppTheme"> diff --git a/app/src/main/res/layout/activity_home.xml b/app/src/main/res/layout/activity_home.xml index b3d7d353c..b9bd0bab8 100644 --- a/app/src/main/res/layout/activity_home.xml +++ b/app/src/main/res/layout/activity_home.xml @@ -1,10 +1,9 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/values-v23/styles.xml b/app/src/main/res/values-v23/styles.xml new file mode 100644 index 000000000..1cb0f931c --- /dev/null +++ b/app/src/main/res/values-v23/styles.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/values-v27/styles.xml b/app/src/main/res/values-v27/styles.xml new file mode 100644 index 000000000..8b256e56c --- /dev/null +++ b/app/src/main/res/values-v27/styles.xml @@ -0,0 +1,13 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 5885930df..44db0e591 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,11 +1,8 @@ - - - -