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

Commit 48c72f4c authored by Dhina17's avatar Dhina17 Committed by Michael Bestas
Browse files

SystemUI: Remove screenshot action chip labels

The icons are descriptive enough to convey the action without labels.
This also matches the 16 QPR3 behavior on Pixels.

Change-Id: I3a9e33c036f3f6ada98f036e06db8a55c3093082
parent c3a9cac8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ constructor(
        actionsCallback.provideActionButton(
            ActionButtonAppearance(
                AppCompatResources.getDrawable(context, R.drawable.ic_screenshot_share),
                context.resources.getString(R.string.screenshot_share_label),
                null,
                context.resources.getString(R.string.screenshot_share_description),
            ),
            showDuringEntrance = true,
@@ -127,7 +127,7 @@ constructor(
        actionsCallback.provideActionButton(
            ActionButtonAppearance(
                AppCompatResources.getDrawable(context, R.drawable.ic_screenshot_edit),
                context.resources.getString(R.string.screenshot_edit_label),
                null,
                context.resources.getString(R.string.screenshot_edit_description),
            ),
            showDuringEntrance = true,
@@ -146,7 +146,7 @@ constructor(
        actionsCallback.provideActionButton(
            ActionButtonAppearance(
                AppCompatResources.getDrawable(context, R.drawable.ic_screenshot_delete),
                context.resources.getString(R.string.screenshot_delete_label),
                null,
                context.resources.getString(R.string.screenshot_delete_description),
            ),
            showDuringEntrance = true,
@@ -167,7 +167,7 @@ constructor(
            actionsCallback.provideActionButton(
                ActionButtonAppearance(
                    AppCompatResources.getDrawable(context, R.drawable.ic_screenshot_scroll),
                    context.resources.getString(R.string.screenshot_scroll_label),
                    null,
                    context.resources.getString(R.string.screenshot_scroll_label),
                ),
                showDuringEntrance = true,