diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-08-14 07:47:57 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-08-14 07:47:57 +0000 |
commit | 275063684779a02efe7ec8ef971bb219b1f4fd33 (patch) | |
tree | bb2ed692f7dc49231d50881be78d7742df63098c /app/src/main/res/drawable | |
parent | 7a0a40f696cd05892a42fe5eb2985ee5fdd6f09c (diff) | |
download | infinity-for-reddit-275063684779a02efe7ec8ef971bb219b1f4fd33.tar infinity-for-reddit-275063684779a02efe7ec8ef971bb219b1f4fd33.tar.gz infinity-for-reddit-275063684779a02efe7ec8ef971bb219b1f4fd33.tar.bz2 infinity-for-reddit-275063684779a02efe7ec8ef971bb219b1f4fd33.tar.lz infinity-for-reddit-275063684779a02efe7ec8ef971bb219b1f4fd33.tar.xz infinity-for-reddit-275063684779a02efe7ec8ef971bb219b1f4fd33.tar.zst infinity-for-reddit-275063684779a02efe7ec8ef971bb219b1f4fd33.zip |
Apply custom theme to the header of the navigation drawer.
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r-- | app/src/main/res/drawable/side_nav_bar.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/src/main/res/drawable/side_nav_bar.xml b/app/src/main/res/drawable/side_nav_bar.xml deleted file mode 100644 index 378cf16f..00000000 --- a/app/src/main/res/drawable/side_nav_bar.xml +++ /dev/null @@ -1,9 +0,0 @@ -<shape xmlns:android="http://schemas.android.com/apk/res/android" - android:shape="rectangle"> - <gradient - android:angle="135" - android:centerColor="#0336FF" - android:endColor="#002BF0" - android:startColor="#5954FF" - android:type="linear" /> -</shape>
\ No newline at end of file |