소스 검색

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