side_nav_bar.xml 312 B

123456789
  1. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:shape="rectangle">
  3. <gradient
  4. android:angle="135"
  5. android:centerColor="#0043FD"
  6. android:endColor="@color/colorAccent"
  7. android:startColor="@color/colorAccent"
  8. android:type="linear" />
  9. </shape>