version:4.9
fix: update:更新下单流程,增加备注,增加桌面图标
This commit is contained in:
13
app/src/main/res/drawable/address_background.xml
Normal file
13
app/src/main/res/drawable/address_background.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<stroke
|
||||
android:width="1px"
|
||||
android:color="@color/action_bar_red" />
|
||||
<corners android:radius="@dimen/dp_2" />
|
||||
|
||||
<padding
|
||||
android:bottom="@dimen/dp_1"
|
||||
android:left="@dimen/dp_2"
|
||||
android:right="@dimen/dp_2"
|
||||
android:top="@dimen/dp_1" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user