From 5f7ac4349f1e0c0b7e44d49f3edb9469a428dc7c Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 1 Apr 2020 22:39:38 +0800 Subject: [PATCH] Add white themes. --- .../Adapter/PostRecyclerViewAdapter.java | 12 +- .../CustomTheme/CustomThemeWrapper.java | 231 ++++++++++++++++++ app/src/main/res/values/strings.xml | 5 +- 3 files changed, 239 insertions(+), 9 deletions(-) diff --git a/app/src/main/java/ml/docilealligator/infinityforreddit/Adapter/PostRecyclerViewAdapter.java b/app/src/main/java/ml/docilealligator/infinityforreddit/Adapter/PostRecyclerViewAdapter.java index 55fbac6f..e3b935b5 100644 --- a/app/src/main/java/ml/docilealligator/infinityforreddit/Adapter/PostRecyclerViewAdapter.java +++ b/app/src/main/java/ml/docilealligator/infinityforreddit/Adapter/PostRecyclerViewAdapter.java @@ -215,18 +215,14 @@ public class PostRecyclerViewAdapter extends PagedListAdapterColor Accent Applied to: Progress Bar, etc Color Primary Light Theme - Has effect only when this theme is set as light theme.\nApplied to: background of Floating Action Button and Button + Applied to: background of Floating Action Button and Button Primary Text Color Applied to: Primary text Secondary Text Color @@ -620,6 +620,9 @@ Indigo Indigo Dark Indigo Amoled + White + White Dark + White Amoled Create a Light Theme\nBase on Indigo Theme Create a Dark Theme\nBase on Indigo Dark Theme Create an Amoled Theme\nBase on Indigo Amoled Theme