mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Force FastScrollers to be on right even in RTL (closes #3038)
This commit is contained in:
		| @@ -39,7 +39,8 @@ | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="match_parent" | ||||
|         android:layout_centerHorizontal="true" | ||||
|         android:layout_gravity="end" | ||||
|         android:layout_gravity="right" | ||||
|         android:layoutDirection="ltr" | ||||
|         app:fastScrollerBubbleEnabled="false" | ||||
|         tools:visibility="visible" /> | ||||
|  | ||||
|   | ||||
| @@ -22,7 +22,8 @@ | ||||
|         android:id="@+id/fast_scroller" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="match_parent" | ||||
|         android:layout_gravity="end" | ||||
|         android:layout_gravity="right" | ||||
|         android:layoutDirection="ltr" | ||||
|         app:fastScrollerBubbleEnabled="false" | ||||
|         tools:visibility="visible" /> | ||||
|  | ||||
|   | ||||
| @@ -15,7 +15,8 @@ | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="match_parent" | ||||
|         android:layout_centerHorizontal="true" | ||||
|         android:layout_gravity="end" | ||||
|         android:layout_gravity="right" | ||||
|         android:layoutDirection="ltr" | ||||
|         app:fastScrollerBubbleEnabled="false" | ||||
|         tools:visibility="visible" /> | ||||
|  | ||||
|   | ||||
| @@ -15,7 +15,8 @@ | ||||
|         android:id="@+id/fast_scroller" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="match_parent" | ||||
|         android:layout_gravity="end" | ||||
|         android:layout_gravity="right" | ||||
|         android:layoutDirection="ltr" | ||||
|         app:fastScrollerBubbleEnabled="false" | ||||
|         tools:visibility="visible" /> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user