From e384dbe0520a1a670a5742b8f497b26d7c9a05f3 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Fri, 25 Mar 2022 21:28:55 +0100 Subject: [PATCH] Fix antifeature listing being broken in RTL layouts --- app/src/main/res/layout/listitem_antifeaturelisting.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/listitem_antifeaturelisting.xml b/app/src/main/res/layout/listitem_antifeaturelisting.xml index 291287c50..dbc80e57e 100644 --- a/app/src/main/res/layout/listitem_antifeaturelisting.xml +++ b/app/src/main/res/layout/listitem_antifeaturelisting.xml @@ -20,8 +20,8 @@ android:id="@+id/anti_feature_text" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="8dp" + android:layout_marginStart="8dp" android:layout_centerVertical="true" - android:layout_toRightOf="@id/anti_feature_icon" /> + android:layout_toEndOf="@id/anti_feature_icon" /> \ No newline at end of file