Browse Source

Reanme resource to avoid crash

Wayne 4 years ago
parent
commit
cf2ce21cdf

src/main/res/drawable/ic_clear_white_24dp.xml → src/main/res/drawable/kdanothers_ic_clear_white_24dp.xml


+ 1 - 1
src/main/res/layout/simplewebview_layout.xml

@@ -18,7 +18,7 @@
             <ImageButton
                 android:id="@+id/button_simple_web_view_close"
                 android:background="?attr/selectableItemBackgroundBorderless"
-                android:src="@drawable/ic_clear_white_24dp"
+                android:src="@drawable/kdanothers_ic_clear_white_24dp"
                 android:layout_width="48dp"
                 android:layout_height="48dp"/>