tytd-mobile/TYTD.Mobile/Resources/drawable/side_nav_bar.xml

9 lines
298 B
XML
Raw Normal View History

2022-10-04 10:44:09 +00:00
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:centerColor="#2c3e50"
android:endColor="#1B3147"
android:startColor="#42586E"
android:type="linear" />
</shape>