Ver código fonte

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

hezihao 8 meses atrás
pai
commit
6049cdcf35

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