Skip to content

Commit

Permalink
fix :'Type Answer' Edit Box visibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince-kushwaha committed Dec 28, 2024
1 parent 0c5aee5 commit 0cf13ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AnkiDroid/src/main/res/layout/reviewer_answer_buttons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
android:id="@+id/answer_field"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
android:hint="@string/type_answer_hint"
android:imeOptions="actionDone"
android:inputType="text|textNoSuggestions" />
Expand Down

0 comments on commit 0cf13ec

Please sign in to comment.