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.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 a33798b..50dc048 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="#009688"
- android:endColor="#00695C"
- android:startColor="#4DB6AC"
+ android:centerColor="@color/colorPrimaryDark"
+ android:endColor="@color/colorPrimaryDark"
+ android:startColor="@color/colorPrimary"
android:type="linear"/>
</shape> \ No newline at end of file