소스 검색

Reanme resource to avoid crash

Wayne 4 년 전
부모
커밋
cf2ce21cdf
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      src/main/res/drawable/kdanothers_ic_clear_white_24dp.xml
  2. 1 1
      src/main/res/layout/simplewebview_layout.xml

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"/>