瀏覽代碼

[feat]键盘插件,UI调整

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

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

@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
-    android:layout_height="wrap_content">
+    android:layout_height="wrap_content"
+    android:clipChildren="false">
 
     <androidx.recyclerview.widget.RecyclerView
         android:id="@+id/chat_list"
@@ -12,6 +13,7 @@
     <RelativeLayout
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
+        android:clipChildren="false"
         android:gravity="center_vertical"
         android:orientation="horizontal">
 
@@ -20,6 +22,8 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_marginTop="6dp"
+            android:scaleX="1.2"
+            android:scaleY="1.2"
             android:src="@mipmap/ic_back_btn2" />
 
         <TextView