app: steal lobste.rs logo for app icon

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-23 03:51:16 +05:30
parent 38943a74d5
commit ff775176a6
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
17 changed files with 2 additions and 212 deletions

View file

@ -7,9 +7,9 @@
<application
android:name=".Application"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@drawable/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Lobsters">
<activity