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

Commit 89e6a2a8 authored by Yash Garg's avatar Yash Garg 💬 Committed by Nishith Khanna
Browse files

remove screenshot button from quickstep overview actions

parent 2a54b1b5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
        <Space
            android:layout_width="0dp"
            android:layout_height="1dp"
            android:visibility="gone"
            android:layout_weight="1" />

        <Button
@@ -38,6 +39,7 @@
            android:layout_height="wrap_content"
            android:drawableStart="@drawable/ic_screenshot"
            android:text="@string/action_screenshot"
            android:visibility="gone"
            android:theme="@style/ThemeControlHighlightWorkspaceColor" />

        <Space