mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Use Stable interface for History screen (#7586)
- Adds Stable interface - Move last Dialog into Compose - Make History screen be full Compose screen
This commit is contained in:
		| @@ -1,20 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <menu xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto"> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_search" | ||||
|         android:icon="@drawable/ic_search_24dp" | ||||
|         android:title="@string/action_search" | ||||
|         app:actionViewClass="eu.kanade.tachiyomi.widget.TachiyomiSearchView" | ||||
|         app:iconTint="?attr/colorOnSurface" | ||||
|         app:showAsAction="ifRoom|collapseActionView" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_clear_history" | ||||
|         android:icon="@drawable/ic_delete_sweep_24dp" | ||||
|         android:title="@string/pref_clear_history" | ||||
|         app:iconTint="?attr/colorOnSurface" | ||||
|         app:showAsAction="ifRoom" /> | ||||
|  | ||||
| </menu> | ||||
| @@ -82,6 +82,7 @@ | ||||
|     <string name="action_next_chapter">Next chapter</string> | ||||
|     <string name="action_retry">Retry</string> | ||||
|     <string name="action_remove">Remove</string> | ||||
|     <string name="action_remove_everything">Remove everything</string> | ||||
|     <string name="action_start">Start</string> | ||||
|     <string name="action_resume">Resume</string> | ||||
|     <string name="action_open_in_browser">Open in browser</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user