1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-26 20:04:42 +01:00

Add the roundIcon to the manifest

This commit is contained in:
Fredrik Fornwall 2016-12-04 04:27:53 +01:00
parent 6e532522aa
commit 85180038e3

View File

@ -35,6 +35,7 @@
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:roundIcon="@drawable/ic_launcher_round"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@android:style/Theme.Material.Light" >