Loading java/res/layout/main_keyboard_frame.xml +12 −18 Original line number Diff line number Diff line Loading @@ -49,23 +49,17 @@ android:layout_height="wrap_content" /> </LinearLayout> <FrameLayout android:layout_width="match_parent" 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:layout_gravity="top|end" android:layout_marginTop="8dp" android:layout_marginEnd="8dp" android:background="?attr/selectableItemBackgroundBorderless" android:src="@drawable/ic_ime_switch" android:contentDescription="@string/ime_switch_button" android:focusable="true" android:focusableInTouchMode="true" /> </FrameLayout> android:clickable="true" /> </FrameLayout> Loading
java/res/layout/main_keyboard_frame.xml +12 −18 Original line number Diff line number Diff line Loading @@ -49,23 +49,17 @@ android:layout_height="wrap_content" /> </LinearLayout> <FrameLayout android:layout_width="match_parent" 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:layout_gravity="top|end" android:layout_marginTop="8dp" android:layout_marginEnd="8dp" android:background="?attr/selectableItemBackgroundBorderless" android:src="@drawable/ic_ime_switch" android:contentDescription="@string/ime_switch_button" android:focusable="true" android:focusableInTouchMode="true" /> </FrameLayout> android:clickable="true" /> </FrameLayout>