Hide Keypad on clicking outside the EditText

This commit is contained in:
tanvidadu 2018-01-24 22:21:37 +05:30
parent a6caa64e17
commit dd2c5dbcb8
2 changed files with 22 additions and 0 deletions

View file

@ -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