Merge branch 'fix/2279' into 'master'

Fix antifeature listing being broken in RTL layouts

Closes #2279

See merge request fdroid/fdroidclient!1098
This commit is contained in:
Hans-Christoph Steiner
2022-04-07 06:36:11 +00:00

View File

@@ -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" />
</RelativeLayout>