修改按钮
This commit is contained in:
@@ -5,5 +5,5 @@
|
|||||||
<stroke
|
<stroke
|
||||||
android:width="1dp"
|
android:width="1dp"
|
||||||
android:color="@color/green" />
|
android:color="@color/green" />
|
||||||
<corners android:radius="8dp" />
|
<corners android:radius="25dp" />
|
||||||
</shape>
|
</shape>
|
||||||
@@ -2,5 +2,5 @@
|
|||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="rectangle">
|
android:shape="rectangle">
|
||||||
<solid android:color="@color/green" />
|
<solid android:color="@color/green" />
|
||||||
<corners android:radius="8dp" />
|
<corners android:radius="25dp" />
|
||||||
</shape>
|
</shape>
|
||||||
Reference in New Issue
Block a user