Skip to content

Commit

Permalink
fix editor shift tab
Browse files Browse the repository at this point in the history
  • Loading branch information
RobozinhoD authored and david-allison committed Jan 2, 2024
1 parent 802136d commit bb85ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/layout/card_multimedia_editline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

<ImageButton
android:id="@+id/id_expand_button"
android:nextFocusForward="@id/id_note_editText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="end|center_vertical"
Expand All @@ -61,7 +62,6 @@
android:id="@+id/id_note_editText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:nextFocusForward="@id/id_media_button"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/multimedia_barrier"
Expand Down

0 comments on commit bb85ead

Please sign in to comment.