Loading java/res/layout/main_keyboard_frame.xml +6 −3 Original line number Diff line number Diff line Loading @@ -49,21 +49,24 @@ android:layout_height="wrap_content" /> </LinearLayout> <LinearLayout <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="end"> android:layout_height="match_parent"> <ImageButton android:id="@+id/floating_button" android:layout_width="48dp" android:layout_height="48dp" android:layout_gravity="end|bottom" android:layout_marginEnd="16dp" android:layout_marginBottom="16dp" android:background="@android:color/transparent" android:src="@drawable/ic_ime_switch" android:contentDescription="@string/ime_switch_button" android:focusable="true" android:focusableInTouchMode="true" /> </LinearLayout> </FrameLayout> </FrameLayout> Loading
java/res/layout/main_keyboard_frame.xml +6 −3 Original line number Diff line number Diff line Loading @@ -49,21 +49,24 @@ android:layout_height="wrap_content" /> </LinearLayout> <LinearLayout <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="end"> android:layout_height="match_parent"> <ImageButton android:id="@+id/floating_button" android:layout_width="48dp" android:layout_height="48dp" android:layout_gravity="end|bottom" android:layout_marginEnd="16dp" android:layout_marginBottom="16dp" android:background="@android:color/transparent" android:src="@drawable/ic_ime_switch" android:contentDescription="@string/ime_switch_button" android:focusable="true" android:focusableInTouchMode="true" /> </LinearLayout> </FrameLayout> </FrameLayout>