瀏覽代碼

[feat]键盘插件,Ai生成列表,UI样式调整

hezihao 8 月之前
父節點
當前提交
8064417faa
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      plugins/keyboard_android/android/src/main/res/layout/component_ai_chat.xml

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

@@ -7,8 +7,7 @@
     <androidx.recyclerview.widget.RecyclerView
         android:id="@+id/chat_list"
         android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:paddingBottom="15dp" />
+        android:layout_height="match_parent" />
 
     <RelativeLayout
         android:layout_width="match_parent"