mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-28 00:37:58 -05:00
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:
@@ -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>
|
||||
Reference in New Issue
Block a user