You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

side_nav_bar.xml 293B

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="#4CAF50"
  6. android:endColor="#2E7D32"
  7. android:startColor="#81C784"
  8. android:type="linear" />
  9. </shape>