Move icons to mipmap.

Change-Id: If3bd32658300cb028411d1aa7a3f56d8c1d234eb
This commit is contained in:
Ying Wang
2010-11-23 12:03:43 -08:00
parent 52322a9173
commit 8935b15cbb
5 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
android:layout_height="match_parent">
<!-- ImageView
android:src="@drawable/ic_launcher_settings"
android:src="@mipmap/ic_launcher_settings"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"