all
This commit is contained in:
14
app/src/main/res/drawable/corners3.xml
Normal file
14
app/src/main/res/drawable/corners3.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<solid android:color="#802f74ff" />
|
||||
<corners android:topLeftRadius="0dp"
|
||||
android:topRightRadius="0dp"
|
||||
android:bottomRightRadius="1dp"
|
||||
android:bottomLeftRadius="1dp"/>
|
||||
<!-- 这是半透明,还可以设置全透明,那就是白色边框的效果了 -->
|
||||
|
||||
<stroke
|
||||
android:dashGap="0dp"
|
||||
android:width="1dp"
|
||||
android:color="@color/blue_text" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user