Android: Fix incorrect ID in layout-ldrtl/list_item_mapping.xml

Probably a copy-paste error from layout-ldrtl/list_item_setting.xml.
This error made it so a long setting name could overlap with the
checkbox next to it if Dolphin was running with right-to-left layout.

The incorrect ID was apparently also causing the app:lintVitalRelease
build task to fail. I guess we're not running that build task, because I
only heard of this from someone building Dolphin locally.
This commit is contained in:
JosJuice 2025-05-01 10:20:23 +02:00
parent 0ce929220d
commit d64c20a67c

View file

@ -22,7 +22,7 @@
android:layout_marginTop="@dimen/spacing_large"
android:textSize="16sp"
android:textAlignment="viewStart"
android:layout_toStartOf="@+id/button_more_settings"
android:layout_toStartOf="@+id/button_advanced_settings"
tools:text="Setting Name" />
<TextView