Commit e6942e01 authored by topjohnwu's avatar topjohnwu

Use resource alias for launcher icon on API 21-25

parent 496b2202
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
android:padding="16dp"> android:padding="16dp">
<ImageView <ImageView
app:srcCompat="@drawable/ic_launcher" app:srcCompat="@drawable/ic_logo"
android:layout_width="72dp" android:layout_width="72dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="center_vertical" /> android:layout_gravity="center_vertical" />
......
...@@ -343,7 +343,7 @@ ...@@ -343,7 +343,7 @@
android:layout_alignParentStart="true" android:layout_alignParentStart="true"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_marginEnd="5dp" android:layout_marginEnd="5dp"
app:srcCompat="@drawable/ic_launcher" /> app:srcCompat="@drawable/ic_logo" />
<TextView <TextView
android:id="@+id/install_text" android:id="@+id/install_text"
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<drawable name="ic_launcher">@drawable/ic_logo</drawable>
</resources>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment