mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 06:22:49 +01:00
18130e931f
- Simplified theme/style settings and corrected UI styles - Move «Add To Library» button from toolbar to be simple to find/press it - Toolbar in chapter list with sort/filtration - library/catalog layout fixes
10 lines
479 B
XML
10 lines
479 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/toolbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="?attr/actionBarSize"
|
|
android:background="@color/colorPrimary"
|
|
android:elevation="4dp"
|
|
android:theme="@style/ThemeOverlay.AppTheme.Dark"
|
|
app:popupTheme="@style/AppTheme.Popup" /> |