mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Add option to open manga details in a WebView
This commit is contained in:
		
							
								
								
									
										7
									
								
								app/src/main/res/layout/manga_info_web_controller.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								app/src/main/res/layout/manga_info_web_controller.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <WebView | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="match_parent"> | ||||
|  | ||||
| </WebView> | ||||
| @@ -12,8 +12,12 @@ | ||||
|         android:title="@string/action_open_in_browser" | ||||
|         app:showAsAction="never"/> | ||||
|  | ||||
|     <item android:id="@+id/action_open_in_web_view" | ||||
|         android:title="@string/action_open_in_web_view" | ||||
|         app:showAsAction="never"/> | ||||
|  | ||||
|     <item android:id="@+id/action_add_to_home_screen" | ||||
|         android:title="@string/action_add_to_home_screen" | ||||
|         app:showAsAction="never"/> | ||||
|  | ||||
| </menu> | ||||
| </menu> | ||||
|   | ||||
| @@ -73,6 +73,7 @@ | ||||
|     <string name="action_resume">Resume</string> | ||||
|     <string name="action_move">Move</string> | ||||
|     <string name="action_open_in_browser">Open in browser</string> | ||||
|     <string name="action_open_in_web_view">Open in web view</string> | ||||
|     <string name="action_add_to_home_screen">Add to home screen</string> | ||||
|     <string name="action_display_mode">Change display mode</string> | ||||
|     <string name="action_display">Display</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user