1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-27 08:00:25 +00:00

Adaptive icons and drawer adjustments (#188)

* Added adaptive icon

* Adjust drawer header to Notes app
This commit is contained in:
Niedermann IT-Dienstleistungen
2018-04-10 22:51:03 +02:00
committed by Loïc Blot
parent 4a526730fa
commit 9e597fb58c
19 changed files with 956 additions and 14 deletions
@@ -1,6 +1,6 @@
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="@string/account_type"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:smallIcon="@drawable/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:smallIcon="@mipmap/ic_launcher"
android:accountPreferences="@xml/global_preferences"/>