From 05ae3695fedf85ae7644e4ab57e78a56f9dfc6c6 Mon Sep 17 00:00:00 2001 From: Roman Tsisyk Date: Fri, 24 Mar 2023 09:30:18 +0200 Subject: [PATCH] [android] Fix Bookmark's color picker in RTL mode Fixes #4353 Signed-off-by: Roman Tsisyk --- android/res/layout/fragment_color_grid.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/android/res/layout/fragment_color_grid.xml b/android/res/layout/fragment_color_grid.xml index 7f5853db4c..3e88406df8 100644 --- a/android/res/layout/fragment_color_grid.xml +++ b/android/res/layout/fragment_color_grid.xml @@ -5,4 +5,9 @@ android:layout_height="wrap_content" android:paddingTop="@dimen/margin_half" android:gravity="center" + android:layoutDirection="ltr" android:numColumns="3"/> +