summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/side_nav_bar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/side_nav_bar.xml')
-rw-r--r--app/src/main/res/drawable/side_nav_bar.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/side_nav_bar.xml b/app/src/main/res/drawable/side_nav_bar.xml
new file mode 100644
index 0000000..a33798b
--- /dev/null
+++ b/app/src/main/res/drawable/side_nav_bar.xml
@@ -0,0 +1,9 @@
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <gradient
+ android:angle="135"
+ android:centerColor="#009688"
+ android:endColor="#00695C"
+ android:startColor="#4DB6AC"
+ android:type="linear"/>
+</shape> \ No newline at end of file