Skip to content

Commit

Permalink
Fixes #2228
Browse files Browse the repository at this point in the history
  • Loading branch information
kanahia1 committed Oct 10, 2023
1 parent 645c6b4 commit c37d50b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datacapture/src/main/res/layout/drop_down_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
android:drawablePadding="@dimen/icon_drawable_padding"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:editable="false"
android:focusable="false"
android:focusableInTouchMode="false"
/>

</com.google.android.material.textfield.TextInputLayout>
Expand Down

0 comments on commit c37d50b

Please sign in to comment.