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

Commit 63928bbf authored by Frank Preel's avatar Frank Preel
Browse files

Revert "Fix background"

This reverts commit 8798afac.
parent 0c485fd5
Loading
Loading
Loading
Loading
+12 −18
Original line number Diff line number Diff line
@@ -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>