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

Commit c5277260 authored by William Leshner's avatar William Leshner Committed by Automerger Merge Worker
Browse files

Merge "Remove unused "assistant guest mode" status bar icon." into tm-dev am: b1952581

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17056608

Change-Id: I77925e65d6cc7eb152e5100aa97691ecace264af
parents ee376243 b1952581
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -41,17 +41,6 @@
        android:orientation="horizontal"
        app:layout_constraintEnd_toEndOf="parent">

        <com.android.systemui.statusbar.AlphaOptimizedImageView
            android:id="@+id/dream_overlay_assistant_guest_mode_enabled"
            android:layout_width="@dimen/dream_overlay_status_bar_icon_size"
            android:layout_height="match_parent"
            android:layout_marginEnd="@dimen/dream_overlay_status_icon_margin"
            android:src="@drawable/ic_account_circle"
            android:tint="@android:color/white"
            android:visibility="gone"
            android:contentDescription=
                "@string/dream_overlay_status_bar_assistant_guest_mode_enabled" />

        <com.android.systemui.statusbar.AlphaOptimizedImageView
            android:id="@+id/dream_overlay_alarm_set"
            android:layout_width="@dimen/dream_overlay_status_bar_icon_size"
+0 −2
Original line number Diff line number Diff line
@@ -2428,8 +2428,6 @@
    <string name="dream_overlay_status_bar_priority_mode">Priority mode</string>
    <!-- Content description for the alarm set icon in the dream overlay status bar [CHAR LIMIT=NONE] -->
    <string name="dream_overlay_status_bar_alarm_set">Alarm set</string>
    <!-- Content description for the assistant guest mode enabled icon in the dream overlay status bar [CHAR LIMIT=NONE] -->
    <string name="dream_overlay_status_bar_assistant_guest_mode_enabled">Assistant guest mode enabled</string>
    <!-- Content description for the camera and mic off icon in the dream overlay status bar [CHAR LIMIT=NONE] -->
    <string name="dream_overlay_status_bar_camera_mic_off">Camera and mic are off</string>
    <!-- Content description for the notifications indicator icon in the dream overlay status bar [CHAR LIMIT=NONE] -->