|
@@ -36,7 +36,7 @@
|
|
|
<ImageButton
|
|
|
android:id="@+id/btn_registerA_close"
|
|
|
android:background="?android:attr/selectableItemBackground"
|
|
|
- android:src="@drawable/ic_close_blue_24dp"
|
|
|
+ app:srcCompat="@drawable/ic_close_blue_24dp"
|
|
|
android:contentDescription="@string/kdanlrui_emptyImageContextDescription"
|
|
|
android:layout_width="48dp"
|
|
|
android:layout_height="48dp"
|
|
@@ -48,7 +48,7 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_registerA_kdanCloud"
|
|
|
- android:src="@drawable/kdancloud"
|
|
|
+ app:srcCompat="@drawable/kdancloud"
|
|
|
android:scaleType="centerCrop"
|
|
|
android:contentDescription="@string/kdanlrui_emptyImageContextDescription"
|
|
|
android:layout_width="117dp"
|