Skip to content

Commit

Permalink
make sure the left side always is on the left side, also in languages…
Browse files Browse the repository at this point in the history
… with RTL text (fixes #5118)
  • Loading branch information
westnordost committed Jul 6, 2023
1 parent 7434f6b commit 02bbcf6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions app/src/main/res/layout/view_lanes_select_puzzle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
android:background="?android:attr/selectableItemBackground"
android:clickable="true"
android:focusable="true"
android:layout_alignParentLeft="true"
android:layout_width="0dp"
android:layout_height="match_parent"
tools:ignore="RtlHardcoded">

</RelativeLayout>
tools:ignore="RtlHardcoded"/>

<RelativeLayout
android:id="@+id/rightSideClickArea"
Expand All @@ -29,9 +28,7 @@
android:layout_alignParentRight="true"
android:layout_width="0dp"
android:layout_height="match_parent"
tools:ignore="RtlHardcoded">

</RelativeLayout>
tools:ignore="RtlHardcoded"/>

</merge>

0 comments on commit 02bbcf6

Please sign in to comment.