优化
This commit is contained in:
7
app/src/main/res/drawable/bg_black_round_8dp.xml
Normal file
7
app/src/main/res/drawable/bg_black_round_8dp.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="#FF0000" />
|
||||
<corners android:radius="@dimen/sw_8dp" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user