side_nav_bar.xml 290 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="#009688"
  6. android:endColor="#00695C"
  7. android:startColor="#4DB6AC"
  8. android:type="linear" />
  9. </shape>