Explorar el Código

[feat]键盘插件,UI调整

hezihao hace 8 meses
padre
commit
36537892e8

+ 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"