side_nav_bar.xml 288 B

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