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

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

Merge remote-tracking branch 'origin/0000-a14-espri-stt' into 0000-a14-espri-stt

parents 239c38a0 fd3d80d7
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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>