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

Commit aa4a56aa authored by Winson Chung's avatar Winson Chung Committed by Automerger Merge Worker
Browse files

Merge "Restore specific colors for floating rotation button" into udc-dev am:...

Merge "Restore specific colors for floating rotation button" into udc-dev am: d827387f am: 5c03116e

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23755143



Change-Id: I0c066b9cba339bf16ae2215cbb527c5e3038a03e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 54cfc5ea 5c03116e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -32,6 +32,10 @@
    <color name="taskbar_stashed_handle_light_color">#EBffffff</color>
    <color name="taskbar_stashed_handle_dark_color">#99000000</color>

    <!-- Floating rotation button -->
    <color name="floating_rotation_button_light_color">#ffffff</color>
    <color name="floating_rotation_button_dark_color">#99000000</color>

    <!-- Gesture navigation tutorial -->
    <color name="gesture_tutorial_back_arrow_color">#FFFFFFFF</color>

+2 −2
Original line number Diff line number Diff line
@@ -226,8 +226,8 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
                        ? new DesktopNavbarButtonsViewController(this, navButtonsView)
                        : new NavbarButtonsViewController(this, navButtonsView),
                new RotationButtonController(this,
                        c.getColor(R.color.taskbar_nav_icon_light_color),
                        c.getColor(R.color.taskbar_nav_icon_dark_color),
                        c.getColor(R.color.floating_rotation_button_light_color),
                        c.getColor(R.color.floating_rotation_button_dark_color),
                        R.drawable.ic_sysbar_rotate_button_ccw_start_0,
                        R.drawable.ic_sysbar_rotate_button_ccw_start_90,
                        R.drawable.ic_sysbar_rotate_button_cw_start_0,