mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
Hide Keypad on clicking outside the EditText
This commit is contained in:
parent
a6caa64e17
commit
dd2c5dbcb8
2 changed files with 22 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
|||
android:paddingEnd="@dimen/standard_gap"
|
||||
android:paddingTop="@dimen/small_gap"
|
||||
android:theme="@style/DarkAppTheme"
|
||||
android:clickable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
>
|
||||
|
||||
<EditText
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue