第N次提交
This commit is contained in:
26
app/src/main/res/drawable/button_true_bg1.xml
Normal file
26
app/src/main/res/drawable/button_true_bg1.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<gradient android:startColor="@color/color_themeblue"
|
||||
android:endColor="@color/color_themeblue"
|
||||
android:centerColor="@color/color_themeblue"
|
||||
android:type="linear"
|
||||
/>
|
||||
<stroke android:width="0dp" android:color="@color/color_themeblue" />
|
||||
<corners android:radius="25dp"/>
|
||||
</shape>
|
||||
|
||||
</item>
|
||||
|
||||
<!-- <item android:width="24dp"-->
|
||||
<!-- android:height="24dp" android:gravity="center">-->
|
||||
<!-- <shape android:shape="oval" >-->
|
||||
<!-- <solid android:color="#EDEDED"/>-->
|
||||
<!-- <size android:width="24dp"-->
|
||||
<!-- android:height="24dp"/>-->
|
||||
<!-- </shape>-->
|
||||
<!-- </item>-->
|
||||
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user