Apply custom theme to the header of the navigation drawer.

This commit is contained in:
Docile-Alligator
2022-08-14 17:47:57 +10:00
parent 7a0a40f696
commit 2750636847
4 changed files with 14 additions and 16 deletions

View File

@@ -1,9 +0,0 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:centerColor="#0336FF"
android:endColor="#002BF0"
android:startColor="#5954FF"
android:type="linear" />
</shape>