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

Commit ae23746f authored by Sreyas's avatar Sreyas
Browse files

Remove overview share to match spec

Bug: 157174391
Change-Id: Iabfeb34b77abcb885b1518d348cac45e71dc92a9
parent f8273b94
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
            style="@style/OverviewActionButton"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:drawableTop="@drawable/ic_screenshot"
            android:drawableStart="@drawable/ic_screenshot"
            android:text="@string/action_screenshot"
            android:theme="@style/ThemeControlHighlightWorkspaceColor" />

@@ -52,7 +52,7 @@
            style="@style/OverviewActionButton"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:drawableTop="@drawable/ic_share"
            android:drawableStart="@drawable/ic_share"
            android:text="@string/action_share"
            android:theme="@style/ThemeControlHighlightWorkspaceColor"
            android:visibility="gone" />
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@
        <item name="android:textColor">@color/overview_button</item>
        <item name="android:drawableTint">@color/overview_button</item>
        <item name="android:tint">?attr/workspaceTextColor</item>
        <item name="android:drawablePadding">4dp</item>
        <item name="android:drawablePadding">8dp</item>
        <item name="android:textAllCaps">false</item>
    </style>
</resources>
 No newline at end of file