Skip to content

Commit 22fe96c

Browse files
david-allisonBrayanDSO
authored andcommitted
fix(add-note): RTL design with LTR text
If a LTR field name was used in RTL mode, the toggle sticky pin and the content overlapped Fixes 20842
1 parent 033cc0f commit 22fe96c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AnkiDroid/src/main/res/layout/view_card_multimedia_editline.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
android:freezesText="true"
1414
android:layout_alignParentStart="true"
1515
app:layout_constraintBottom_toTopOf="@+id/edit_text"
16-
app:layout_constraintEnd_toStartOf="@id/media_button"
16+
app:layout_constraintEnd_toStartOf="@+id/toggle_sticky"
1717
app:layout_constraintStart_toStartOf="parent"
1818
app:layout_constraintTop_toTopOf="parent"
19+
android:layout_marginEnd="16dp"
1920
tools:text="Front\nNewline" />
2021

2122
<ImageButton

0 commit comments

Comments
 (0)