浏览代码

[feat]键盘插件,UI调整

hezihao 8 月之前
父节点
当前提交
36537892e8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      plugins/keyboard_android/android/src/main/res/layout/component_ai_chat.xml

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

@@ -19,6 +19,7 @@
             android:id="@+id/back_btn"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
+            android:layout_marginTop="6dp"
             android:src="@mipmap/ic_back_btn2" />
 
         <TextView
@@ -26,6 +27,7 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_alignParentEnd="true"
+            android:layout_marginTop="3dp"
             android:background="@mipmap/bg_btn_shadow"
             android:text="@string/re_generate"
             android:textColor="@color/text_color_primary"