diff --git a/org.fox.ttrss/src/main/res/drawable-hdpi/drawer_header.png b/org.fox.ttrss/src/main/res/drawable-hdpi/drawer_header.png index 8efcfa75..8c733c4b 100644 Binary files a/org.fox.ttrss/src/main/res/drawable-hdpi/drawer_header.png and b/org.fox.ttrss/src/main/res/drawable-hdpi/drawer_header.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-hdpi/drawer_header_dark.png b/org.fox.ttrss/src/main/res/drawable-hdpi/drawer_header_dark.png index a9e4f17b..8d8562c9 100644 Binary files a/org.fox.ttrss/src/main/res/drawable-hdpi/drawer_header_dark.png and b/org.fox.ttrss/src/main/res/drawable-hdpi/drawer_header_dark.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xxhdpi/drawer_header.png b/org.fox.ttrss/src/main/res/drawable-xxhdpi/drawer_header.png new file mode 100644 index 00000000..2163ae96 Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xxhdpi/drawer_header.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xxhdpi/drawer_header_dark.png b/org.fox.ttrss/src/main/res/drawable-xxhdpi/drawer_header_dark.png new file mode 100644 index 00000000..9cfc19d8 Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xxhdpi/drawer_header_dark.png differ diff --git a/org.fox.ttrss/src/main/res/layout/drawer_header.xml b/org.fox.ttrss/src/main/res/layout/drawer_header.xml index d9b443b4..472ca1ca 100755 --- a/org.fox.ttrss/src/main/res/layout/drawer_header.xml +++ b/org.fox.ttrss/src/main/res/layout/drawer_header.xml @@ -12,6 +12,7 @@ android:layout_height="fill_parent" android:id="@+id/imageView" android:scaleType="fitXY" + android:background="?colorPrimaryDark" android:src="?drawer_header" />