瀏覽代碼

Fixed hiding keyboard when opening edit book screen

Vadik Sirekanyan 7 年之前
父節點
當前提交
ac28bc61fb
共有 1 個文件被更改,包括 1 次插入0 次删除
  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