update:2019.12.03
fix: add:1.0.0发版
This commit is contained in:
9
app/src/main/res/drawable/shap_search_left.xml
Normal file
9
app/src/main/res/drawable/shap_search_left.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 内部颜色 -->
|
||||
<solid android:color="#EBEBEB" />
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/dp_25"
|
||||
android:topLeftRadius="@dimen/dp_25" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user