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:
committed by
Loïc Blot
parent
4a526730fa
commit
9e597fb58c
@@ -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"/>
|
||||
Reference in New Issue
Block a user