選択できるのは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>