aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/side_nav_bar.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-06-11 02:20:59 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-06-11 02:20:59 +0000
commit7ebb6efdc46b53cc9e33917bbc5afbec3e77c6ee (patch)
tree16c0f7f7928856b782110b581a0bcfc5ad9524b8 /app/src/main/res/drawable/side_nav_bar.xml
parentdc4b1f261168c978b54e79f4e6a77ff9810406d0 (diff)
downloadinfinity-for-reddit-7ebb6efdc46b53cc9e33917bbc5afbec3e77c6ee.tar
infinity-for-reddit-7ebb6efdc46b53cc9e33917bbc5afbec3e77c6ee.tar.gz
infinity-for-reddit-7ebb6efdc46b53cc9e33917bbc5afbec3e77c6ee.tar.bz2
infinity-for-reddit-7ebb6efdc46b53cc9e33917bbc5afbec3e77c6ee.tar.lz
infinity-for-reddit-7ebb6efdc46b53cc9e33917bbc5afbec3e77c6ee.tar.xz
infinity-for-reddit-7ebb6efdc46b53cc9e33917bbc5afbec3e77c6ee.tar.zst
infinity-for-reddit-7ebb6efdc46b53cc9e33917bbc5afbec3e77c6ee.zip
Set bottom app bar enabled by default. Change Indigo colors.
Diffstat (limited to 'app/src/main/res/drawable/side_nav_bar.xml')
-rw-r--r--app/src/main/res/drawable/side_nav_bar.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/drawable/side_nav_bar.xml b/app/src/main/res/drawable/side_nav_bar.xml
index 92abf9f0..378cf16f 100644
--- a/app/src/main/res/drawable/side_nav_bar.xml
+++ b/app/src/main/res/drawable/side_nav_bar.xml
@@ -2,8 +2,8 @@
android:shape="rectangle">
<gradient
android:angle="135"
- android:centerColor="#1565C0"
- android:endColor="#0D47A1"
- android:startColor="#1976D2"
+ android:centerColor="#0336FF"
+ android:endColor="#002BF0"
+ android:startColor="#5954FF"
android:type="linear" />
</shape> \ No newline at end of file