Move launcher icons to mipmap
This commit is contained in:
Kaladin Light
2015-09-03 13:25:09 -04:00
parent 87f7fe65a8
commit dd850e5c72
16 changed files with 16 additions and 16 deletions

View File

@@ -17,7 +17,7 @@
android:layout_height="48dp"
android:layout_alignParentTop="true"
android:layout_marginRight="6dp"
android:src="@drawable/ic_launcher" />
android:src="@mipmap/ic_launcher" />
<TextView
android:id="@+id/api_app_settings_app_name"
@@ -65,4 +65,4 @@
</org.sufficientlysecure.keychain.ui.widget.FoldableLinearLayout>
</LinearLayout>
</LinearLayout>