소스 검색

[fix]键盘插件,键盘引导弹窗,默认隐藏

hezihao 1 년 전
부모
커밋
ea57bf249f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      plugins/keyboard_android/android/src/main/res/layout/component_keyboard_root.xml

+ 2 - 1
plugins/keyboard_android/android/src/main/res/layout/component_keyboard_root.xml

@@ -12,7 +12,8 @@
     <!-- 键盘引导组件 -->
     <com.atmob.keyboard_android.component.child.impl.KeyboardGuideComponent
         android:layout_width="match_parent"
-        android:layout_height="match_parent" />
+        android:layout_height="match_parent"
+        android:visibility="gone" />
 
     <!-- 键盘选择页 -->
     <com.atmob.keyboard_android.component.child.impl.KeyboardSelectComponent