aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-11-22 07:23:38 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-11-22 07:23:38 +0000
commit3414a86ae4139c9ec6c17e894297b03ee341a25f (patch)
tree9f6cec2d562e7fd07bda374a21670f8a8740d86e
parent8bd1e60a0a87f036e15244286cea79ed1ac2e0a2 (diff)
downloadinfinity-for-reddit-3414a86ae4139c9ec6c17e894297b03ee341a25f.tar
infinity-for-reddit-3414a86ae4139c9ec6c17e894297b03ee341a25f.tar.gz
infinity-for-reddit-3414a86ae4139c9ec6c17e894297b03ee341a25f.tar.bz2
infinity-for-reddit-3414a86ae4139c9ec6c17e894297b03ee341a25f.tar.lz
infinity-for-reddit-3414a86ae4139c9ec6c17e894297b03ee341a25f.tar.xz
infinity-for-reddit-3414a86ae4139c9ec6c17e894297b03ee341a25f.tar.zst
infinity-for-reddit-3414a86ae4139c9ec6c17e894297b03ee341a25f.zip
Change theme back to Theme.MaterialComponents.
-rw-r--r--app/build.gradle2
-rw-r--r--app/src/main/java/ml/docilealligator/infinityforreddit/Infinity.java1
-rw-r--r--app/src/main/res/values-land-v28/styles.xml1
-rw-r--r--app/src/main/res/values-v28/styles.xml1
-rw-r--r--app/src/main/res/values/styles.xml3
5 files changed, 2 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3d349fc4..05b9a652 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,7 +11,7 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
- arguments = [ eventBusIndex : 'ml.docilealligator.inifinityforreddit.EventBusIndex' ]
+ arguments = [ eventBusIndex : 'ml.docilealligator.infinityforreddit.EventBusIndex' ]
}
}
}
diff --git a/app/src/main/java/ml/docilealligator/infinityforreddit/Infinity.java b/app/src/main/java/ml/docilealligator/infinityforreddit/Infinity.java
index 4d17d9d3..a654eab4 100644
--- a/app/src/main/java/ml/docilealligator/infinityforreddit/Infinity.java
+++ b/app/src/main/java/ml/docilealligator/infinityforreddit/Infinity.java
@@ -18,7 +18,6 @@ import org.greenrobot.eventbus.EventBus;
import ml.docilealligator.infinityforreddit.broadcastreceivers.NetworkWifiStatusReceiver;
import ml.docilealligator.infinityforreddit.events.ChangeNetworkStatusEvent;
import ml.docilealligator.infinityforreddit.utils.Utils;
-import ml.docilealligator.inifinityforreddit.EventBusIndex;
public class Infinity extends Application {
private AppComponent mAppComponent;
diff --git a/app/src/main/res/values-land-v28/styles.xml b/app/src/main/res/values-land-v28/styles.xml
index 04622bf5..037bf7e3 100644
--- a/app/src/main/res/values-land-v28/styles.xml
+++ b/app/src/main/res/values-land-v28/styles.xml
@@ -1,7 +1,6 @@
<resources>
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight">
- <!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
diff --git a/app/src/main/res/values-v28/styles.xml b/app/src/main/res/values-v28/styles.xml
index 96398f20..80d2dd21 100644
--- a/app/src/main/res/values-v28/styles.xml
+++ b/app/src/main/res/values-v28/styles.xml
@@ -2,7 +2,6 @@
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight">
- <!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 7f980bc4..9aaa5bbf 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -1,8 +1,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
- <style name="AppTheme" parent="Theme.AppCompat.DayNight">
- <!-- Customize your theme here. -->
+ <style name="AppTheme" parent="Theme.MaterialComponents.DayNight">
<item name="colorPrimary">?attr/colorPrimary</item>
<item name="colorPrimaryDark">?attr/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>