pull/1251/head
parent
10fb05b0aa
commit
205d6b86d6
@ -1,20 +1,23 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||||
android:layout_width="wrap_content" |
android:layout_width="wrap_content" |
||||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content" |
||||||
android:background="@color/background" |
android:background="@color/background" |
||||||
android:gravity="center" |
android:gravity="center" |
||||||
android:padding="20dp" |
|
||||||
android:orientation="horizontal"> |
android:orientation="horizontal"> |
||||||
|
|
||||||
<io.legado.app.ui.widget.text.AccentTextView |
<androidx.appcompat.widget.Toolbar |
||||||
android:id="@+id/title" |
android:id="@+id/tool_bar" |
||||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content" |
||||||
android:paddingBottom="12dp" |
android:background="@color/background_menu" |
||||||
android:textSize="16sp" |
android:elevation="5dp" |
||||||
android:textStyle="bold" |
android:theme="?attr/actionBarStyle" |
||||||
android:text="@string/login" /> |
app:displayHomeAsUp="false" |
||||||
|
app:fitStatusBar="false" |
||||||
|
app:popupTheme="@style/AppTheme.PopupOverlay" |
||||||
|
app:titleTextAppearance="@style/ToolbarTitle" /> |
||||||
|
|
||||||
|
|
||||||
</LinearLayout> |
</LinearLayout> |
Loading…
Reference in new issue