콘텐츠 상세
- 소장만, 대여만 가능시 구매하기 버튼 배경색 변경 - 소장만, 대여만 가능시 구매하기 버튼을 터치하면 바로 구매확인 다이얼로그 표시
This commit is contained in:
8
app/src/main/res/drawable/bg_round_corner_5_3_548f7d.xml
Normal file
8
app/src/main/res/drawable/bg_round_corner_5_3_548f7d.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/color_548f7d" />
|
||||
<corners android:radius="5.3dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/color_548f7d" />
|
||||
</shape>
|
8
app/src/main/res/drawable/bg_round_corner_5_3_59548f.xml
Normal file
8
app/src/main/res/drawable/bg_round_corner_5_3_59548f.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/color_59548f" />
|
||||
<corners android:radius="5.3dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/color_59548f" />
|
||||
</shape>
|
Reference in New Issue
Block a user