Ver Fonte

Fixed hiding keyboard when opening edit book screen

Vadik Sirekanyan há 7 anos atrás
pai
commit
ac28bc61fb
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      app/src/main/res/layout/book_edit.xml

+ 1 - 0
app/src/main/res/layout/book_edit.xml

@@ -4,6 +4,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
+    android:focusableInTouchMode="true"
     android:orientation="vertical">
 
     <android.support.design.widget.AppBarLayout