summaryrefslogtreecommitdiff
path: root/merchant-terminal/src/main/res/drawable/side_nav_bar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'merchant-terminal/src/main/res/drawable/side_nav_bar.xml')
-rw-r--r--merchant-terminal/src/main/res/drawable/side_nav_bar.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/merchant-terminal/src/main/res/drawable/side_nav_bar.xml b/merchant-terminal/src/main/res/drawable/side_nav_bar.xml
index 50dc048..7b2e2b3 100644
--- a/merchant-terminal/src/main/res/drawable/side_nav_bar.xml
+++ b/merchant-terminal/src/main/res/drawable/side_nav_bar.xml
@@ -1,9 +1,9 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
+ android:shape="rectangle">
<gradient
- android:angle="135"
- android:centerColor="@color/colorPrimaryDark"
- android:endColor="@color/colorPrimaryDark"
- android:startColor="@color/colorPrimary"
- android:type="linear"/>
+ android:angle="135"
+ android:centerColor="@color/colorPrimaryDark"
+ android:endColor="@color/colorPrimaryDark"
+ android:startColor="@color/colorPrimary"
+ android:type="linear" />
</shape> \ No newline at end of file