mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
9b40d10352
* Improved AMOLED theme. Added Button style for borderless buttons. Some UI improvements. * Deleted unused drawables from app.
22 lines
No EOL
841 B
XML
22 lines
No EOL
841 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/navigation_drawer_header_height"
|
|
android:gravity="bottom"
|
|
android:theme="@style/ThemeOverlay.AppCompat.Dark">
|
|
|
|
<ImageView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="?colorPrimaryDark"
|
|
android:scaleType="centerCrop"/>
|
|
|
|
<ImageView
|
|
android:layout_width="64dp"
|
|
android:layout_height="64dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginTop="@dimen/navigation_drawer_header_margin"
|
|
android:scaleType="centerCrop"
|
|
android:src="@drawable/tachiyomi_circle"/>
|
|
|
|
</FrameLayout> |