mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-29 03:32:50 -04:00
Explain focusable change
This commit is contained in:
@@ -9,6 +9,16 @@
|
||||
tools:context="protect.card_locker.MainActivity"
|
||||
android:focusable="true"
|
||||
android:focusableInTouchMode="true">
|
||||
<!--
|
||||
android:focusable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
|
||||
This two attributes remove focus from the EditText
|
||||
widgets and set focus to layout container widget.
|
||||
|
||||
This prevents the keyboard from popping up every time
|
||||
someone opens the app.
|
||||
-->
|
||||
|
||||
<android.support.design.widget.AppBarLayout
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user