mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Remove unused legacy ActionModeWithToolbar
This commit is contained in:
		| @@ -1,27 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="wrap_content" | ||||
|     android:layout_margin="12dp" | ||||
|     android:clipToPadding="false" | ||||
|     android:visibility="gone" | ||||
|     tools:visibility="visible"> | ||||
|  | ||||
|     <com.google.android.material.appbar.MaterialToolbar | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="?attr/actionBarSize" | ||||
|         android:layout_gravity="bottom" | ||||
|         app:contentInsetEnd="8dp" | ||||
|         app:contentInsetStart="8dp"> | ||||
|  | ||||
|         <androidx.appcompat.widget.ActionMenuView | ||||
|             android:id="@+id/menu" | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="match_parent" | ||||
|             android:layout_gravity="center" /> | ||||
|  | ||||
|     </com.google.android.material.appbar.MaterialToolbar> | ||||
|  | ||||
| </com.google.android.material.card.MaterialCardView> | ||||
| @@ -65,12 +65,6 @@ | ||||
|         android:id="@+id/fab_layout" | ||||
|         layout="@layout/main_activity_fab" /> | ||||
|  | ||||
|     <eu.kanade.tachiyomi.widget.ActionModeWithToolbar | ||||
|         android:id="@+id/action_toolbar" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_gravity="bottom" /> | ||||
|  | ||||
|     <eu.kanade.tachiyomi.widget.TachiyomiBottomNavigationView | ||||
|         android:id="@+id/bottom_nav" | ||||
|         android:layout_width="match_parent" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user