Convert nav drawer icon to webp
Before Width: | Height: | Size: 5.1 KiB |
BIN
app/src/main/res/drawable-hdpi/tachiyomi_circle.webp
Normal file
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.1 KiB |
BIN
app/src/main/res/drawable-mdpi/tachiyomi_circle.webp
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 7.0 KiB |
BIN
app/src/main/res/drawable-xhdpi/tachiyomi_circle.webp
Normal file
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 11 KiB |
BIN
app/src/main/res/drawable-xxhdpi/tachiyomi_circle.webp
Normal file
After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 16 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/tachiyomi_circle.webp
Normal file
After Width: | Height: | Size: 6.0 KiB |
@ -1,15 +1,14 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/navigation_drawer_header_height"
|
android:layout_height="@dimen/navigation_drawer_header_height"
|
||||||
android:gravity="bottom"
|
android:gravity="bottom"
|
||||||
android:theme="@style/ThemeOverlay.AppCompat.Dark">
|
android:theme="@style/ThemeOverlay.AppCompat.Dark">
|
||||||
|
|
||||||
<ImageView
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@color/colorPrimary"
|
android:background="@color/colorPrimary" />
|
||||||
android:scaleType="centerCrop"/>
|
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="64dp"
|
android:layout_width="64dp"
|
||||||
@ -17,6 +16,6 @@
|
|||||||
android:layout_marginLeft="16dp"
|
android:layout_marginLeft="16dp"
|
||||||
android:layout_marginTop="@dimen/navigation_drawer_header_margin"
|
android:layout_marginTop="@dimen/navigation_drawer_header_margin"
|
||||||
android:scaleType="centerCrop"
|
android:scaleType="centerCrop"
|
||||||
android:src="@drawable/tachiyomi_circle"/>
|
android:src="@drawable/tachiyomi_circle" />
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|