Loading java/res/drawable/ic_ime_switch.xml +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ android:width="48dp" android:height="48dp"> <group android:translateX="12" android:translateY="12"> android:translateX="14" android:translateY="14"> <path android:pathData="M11.48 19.69c2.72 0 4.91 -2.2 4.91 -4.92l0.02 -9.84c0 -2.72 -2.2 -4.92 -4.92 -4.92s-4.92 2.2 -4.92 4.92v9.84c0 2.72 2.2 4.92 4.92 4.92ZM20.18 14.77c0 4.92 -4.17 8.37 -8.7 8.37S2.79 19.69 2.79 14.77H0c0 5.59 4.46 10.22 9.84 11.03v5.38h3.28v-5.38c5.38 -0.79 9.84 -5.41 9.84 -11.03h-2.79Z" android:fillColor="#DEADB5B9"/> Loading java/res/layout/main_keyboard_frame.xml +5 −14 Original line number Diff line number Diff line Loading @@ -48,23 +48,14 @@ android:layout_width="match_parent" android:layout_height="wrap_content" /> </LinearLayout> <FrameLayout <ImageButton android:id="@+id/floating_button" android:layout_width="48dp" android:layout_height="48dp" android:layout_gravity="top|end" android:paddingEnd="4dp" android:paddingTop="4dp"> <ImageButton android:id="@+id/floating_button" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/transparent" android:src="@drawable/ic_ime_switch" android:contentDescription="@string/ime_switch_button" android:focusable="true" android:clickable="true" android:padding="0dp" android:scaleType="centerInside"/> </FrameLayout> android:clickable="true" /> </FrameLayout> Loading
java/res/drawable/ic_ime_switch.xml +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ android:width="48dp" android:height="48dp"> <group android:translateX="12" android:translateY="12"> android:translateX="14" android:translateY="14"> <path android:pathData="M11.48 19.69c2.72 0 4.91 -2.2 4.91 -4.92l0.02 -9.84c0 -2.72 -2.2 -4.92 -4.92 -4.92s-4.92 2.2 -4.92 4.92v9.84c0 2.72 2.2 4.92 4.92 4.92ZM20.18 14.77c0 4.92 -4.17 8.37 -8.7 8.37S2.79 19.69 2.79 14.77H0c0 5.59 4.46 10.22 9.84 11.03v5.38h3.28v-5.38c5.38 -0.79 9.84 -5.41 9.84 -11.03h-2.79Z" android:fillColor="#DEADB5B9"/> Loading
java/res/layout/main_keyboard_frame.xml +5 −14 Original line number Diff line number Diff line Loading @@ -48,23 +48,14 @@ android:layout_width="match_parent" android:layout_height="wrap_content" /> </LinearLayout> <FrameLayout <ImageButton android:id="@+id/floating_button" android:layout_width="48dp" android:layout_height="48dp" android:layout_gravity="top|end" android:paddingEnd="4dp" android:paddingTop="4dp"> <ImageButton android:id="@+id/floating_button" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/transparent" android:src="@drawable/ic_ime_switch" android:contentDescription="@string/ime_switch_button" android:focusable="true" android:clickable="true" android:padding="0dp" android:scaleType="centerInside"/> </FrameLayout> android:clickable="true" /> </FrameLayout>