Commit 248b41e2 by Baoxy

fix: 图片名称冲突,重命名

parent a5c17e75
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
android:layout_height="48dp" android:layout_height="48dp"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:layout_marginBottom="10dp" android:layout_marginBottom="10dp"
android:background="@drawable/ripple_bg" android:background="@drawable/btn_ripple_bg"
android:elevation="3dp" android:elevation="3dp"
android:onClick="btnClick" android:onClick="btnClick"
android:gravity="center" android:gravity="center"
......
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
android:layout_height="48dp" android:layout_height="48dp"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:layout_marginBottom="10dp" android:layout_marginBottom="10dp"
android:background="@drawable/ripple_bg" android:background="@drawable/btn_ripple_bg"
android:elevation="3dp" android:elevation="3dp"
android:gravity="center" android:gravity="center"
android:text="@string/common_sure" android:text="@string/common_sure"
......
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
android:layout_height="48dp" android:layout_height="48dp"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:layout_marginBottom="10dp" android:layout_marginBottom="10dp"
android:background="@drawable/ripple_bg" android:background="@drawable/btn_ripple_bg"
android:elevation="3dp" android:elevation="3dp"
android:gravity="center" android:gravity="center"
android:text="@string/common_sure" android:text="@string/common_sure"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment