mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Fix some views being click-through-able
This commit is contained in:
		| @@ -78,7 +78,9 @@ | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_gravity="bottom" | ||||
|         android:clickable="true" | ||||
|         app:layout_insetEdge="bottom" | ||||
|         app:menu="@menu/main_nav" /> | ||||
|         app:menu="@menu/main_nav" | ||||
|         tools:ignore="KeyboardInaccessibleWidget" /> | ||||
|  | ||||
| </androidx.coordinatorlayout.widget.CoordinatorLayout> | ||||
|   | ||||
| @@ -97,8 +97,10 @@ | ||||
|                     android:layout_height="match_parent" | ||||
|                     android:layout_weight="1" | ||||
|                     android:background="@drawable/reader_seekbar_background" | ||||
|                     android:clickable="true" | ||||
|                     android:paddingStart="8dp" | ||||
|                     android:paddingEnd="8dp"> | ||||
|                     android:paddingEnd="8dp" | ||||
|                     tools:ignore="KeyboardInaccessibleWidget"> | ||||
|  | ||||
|                     <TextView | ||||
|                         android:id="@+id/left_page_text" | ||||
| @@ -150,7 +152,9 @@ | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_height="?attr/actionBarSize" | ||||
|                 android:layout_gravity="bottom" | ||||
|                 android:background="?attr/colorToolbar"> | ||||
|                 android:background="?attr/colorToolbar" | ||||
|                 android:clickable="true" | ||||
|                 tools:ignore="KeyboardInaccessibleWidget"> | ||||
|  | ||||
|                 <ImageButton | ||||
|                     android:id="@+id/action_reading_mode" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user