上传Android项目
This commit is contained in:
10
app/src/main/res/drawable/search_input_bg.xml
Normal file
10
app/src/main/res/drawable/search_input_bg.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#F4F5F9" />
|
||||
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#E6E6E6" />
|
||||
|
||||
<corners android:radius="50dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user