mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 22:05:05 +01:00
Updates to main activity xml for the previous commit
Not needed for previous commit, but removing an unused linearlayout in the toolbar
This commit is contained in:
parent
60f43e4457
commit
28f1be6cb7
@ -38,13 +38,6 @@
|
|||||||
android:layout_height="?attr/actionBarSize"
|
android:layout_height="?attr/actionBarSize"
|
||||||
android:background="?attr/colorSecondary">
|
android:background="?attr/colorSecondary">
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:id="@+id/title_layout"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:orientation="horizontal">
|
|
||||||
|
|
||||||
<com.google.android.material.textview.MaterialTextView
|
<com.google.android.material.textview.MaterialTextView
|
||||||
android:id="@+id/toolbar_title"
|
android:id="@+id/toolbar_title"
|
||||||
style="@style/TextAppearance.AppCompat.Widget.ActionBar.Title"
|
style="@style/TextAppearance.AppCompat.Widget.ActionBar.Title"
|
||||||
@ -52,14 +45,13 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:drawableTint="?actionBarTintColor"
|
android:drawableTint="?actionBarTintColor"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:gravity="start"
|
android:layout_gravity="center"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:textColor="?actionBarTintColor"
|
android:textColor="?actionBarTintColor"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
tools:drawableEnd="@drawable/ic_arrow_drop_down_24dp"
|
tools:drawableEnd="@drawable/ic_arrow_drop_down_24dp"
|
||||||
tools:drawableStart="@drawable/ic_blank_24dp"
|
tools:drawableStart="@drawable/ic_blank_24dp"
|
||||||
tools:text="Title Text" />
|
tools:text="Title Text" />
|
||||||
</LinearLayout>
|
|
||||||
</eu.kanade.tachiyomi.ui.base.CenteredToolbar>
|
</eu.kanade.tachiyomi.ui.base.CenteredToolbar>
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
|
Loading…
Reference in New Issue
Block a user