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

Commit e4685b29 authored by frankpreel's avatar frankpreel
Browse files

Test reduce button size

parent e259b1a9
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -51,8 +51,8 @@

    <ImageButton
        android:id="@+id/floating_button"
        android:layout_width="48dp"
        android:layout_height="48dp"
        android:layout_width="32dp"
        android:layout_height="32dp"
        android:layout_gravity="top|end"
        android:layout_marginTop="-4dp"
        android:layout_marginEnd="4dp"
@@ -60,7 +60,6 @@
        android:src="@drawable/ic_ime_switch"
        android:contentDescription="@string/ime_switch_button"
        android:focusable="true"
        android:clickable="true" 
        android:padding="8dp" />
        android:clickable="true" />

</FrameLayout>