Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0d10070 authored by Frank Preel's avatar Frank Preel
Browse files

Test reduce button size

parent 3d1d118e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@
            android:layout_width="match_parent"
            android:layout_height="wrap_content" />
    </LinearLayout>

    <ImageButton
        android:id="@+id/floating_button"
        android:layout_width="32dp"
@@ -56,6 +55,8 @@
        android:layout_gravity="top|end"
        android:background="@android:color/transparent"
        android:src="@drawable/ic_ime_switch"
        android:scaleType="fitXY"
        android:adjustViewBounds="true"
        android:contentDescription="@string/ime_switch_button"
        android:focusable="true"
        android:clickable="true"