浏览代码

[feat]键盘插件,工具栏样式调整

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

+ 4 - 4
plugins/keyboard_android/android/src/main/res/layout/quick_switch_component.xml

@@ -33,13 +33,13 @@
                 android:textStyle="bold" />
 
             <ImageView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
+                android:layout_width="18dp"
+                android:layout_height="18dp"
                 android:layout_gravity="center_vertical"
                 android:layout_marginStart="14dp"
-                android:layout_marginTop="6dp"
+                android:layout_marginTop="7dp"
                 android:layout_marginEnd="5dp"
-                android:layout_marginBottom="6dp"
+                android:layout_marginBottom="7dp"
                 android:src="@mipmap/ic_arrow_btn" />
         </LinearLayout>