1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-26 07:30:21 +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
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>