mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Add navigation layout overlay (#4683)
* Add navigation layout overlay * Minor clean up Destroy animator when done not on start Move and change pref title Add summary
This commit is contained in:
		| @@ -43,6 +43,12 @@ | ||||
|         android:layout_height="match_parent" | ||||
|         android:visibility="gone" /> | ||||
|  | ||||
|     <eu.kanade.tachiyomi.ui.reader.ReaderNavigationOverlayView | ||||
|         android:id="@+id/navigation_overlay" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent" | ||||
|         android:visibility="gone" /> | ||||
|  | ||||
|     <FrameLayout | ||||
|         android:id="@+id/reader_menu" | ||||
|         android:layout_width="match_parent" | ||||
|   | ||||
| @@ -76,4 +76,11 @@ | ||||
|  | ||||
|     <color name="green">#47a84a</color> | ||||
|  | ||||
|     <!-- Navigation overlay colors --> | ||||
|     <color name="navigation_next">#CB84E296</color> | ||||
|     <color name="navigation_prev">#CCFF7733</color> | ||||
|     <color name="navigation_menu">#CC95818D</color> | ||||
|     <color name="navigation_right">#CCA6CFD5</color> | ||||
|     <color name="navigation_left">#CC7D1128</color> | ||||
|  | ||||
| </resources> | ||||
|   | ||||
| @@ -252,6 +252,8 @@ | ||||
|  | ||||
|       <!-- Reader section --> | ||||
|     <string name="pref_fullscreen">Fullscreen</string> | ||||
|     <string name="pref_show_navigation_mode">Show navigation layout overlay</string> | ||||
|     <string name="pref_show_navigation_mode_summary">Show overlay when reader is opened</string> | ||||
|     <string name="pref_dual_page_split">Dual page split (ALPHA)</string> | ||||
|     <string name="pref_dual_page_invert">Invert dual page split placement</string> | ||||
|     <string name="pref_dual_page_invert_summary">If the placement of the dual page split doesn\'t match reading direction</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user