pdlivexp/common/src/main/res/drawable/bg_home_search_input.xml
2023-09-26 10:31:39 +08:00

8 lines
266 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="4dp" />
<solid android:color="#F0E7E5" />
<stroke
android:width="0.5dp"
android:color="#C2BDBC" />
</shape>