android: frontend: Enlarge icon for launcher.

This commit is contained in:
bunnei 2019-07-19 20:14:34 -04:00
parent c7c41586ca
commit 81a060f802
9 changed files with 3 additions and 3 deletions

View File

@ -19,11 +19,11 @@
<application
android:name=".DolphinApplication"
android:label="@string/app_name"
android:icon="@drawable/ic_citra"
android:icon="@drawable/ic_launcher"
android:allowBackup="true"
android:supportsRtl="true"
android:isGame="true"
android:banner="@drawable/ic_citra">
android:banner="@drawable/ic_launcher">
<activity
android:name=".ui.main.MainActivity"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -25,7 +25,7 @@
android:id="@+id/badge"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_citra"/>
android:src="@drawable/ic_launcher"/>
</RelativeLayout>
</android.support.v17.leanback.widget.TitleView>