Added round icon + added shortcuts (#732)

* Added round icon + added shortcuts

* Moved values to companion
This commit is contained in:
Bram van de Kerkhof
2017-04-04 17:42:39 +02:00
committed by inorichi
parent 0642889b64
commit 4ebb3a894d
28 changed files with 186 additions and 4 deletions

View File

@@ -19,6 +19,7 @@
android:allowBackup="true"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:largeHeap="true"
android:theme="@style/Theme.Tachiyomi">
@@ -28,6 +29,8 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<meta-data android:name="android.app.shortcuts"
android:resource="@xml/shortcuts"/>
</activity>
<activity
android:name=".ui.manga.MangaActivity"