asistencia/attendance-ubb/src/main/res/drawable/side_nav_bar.xml

9 lines
290 B
XML
Raw Permalink Normal View History

2017-12-06 21:01:09 -03:00
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:centerColor="#2196F3"
android:endColor="#1565C0"
android:startColor="#90caf9"
android:type="linear" />
</shape>