您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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>