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

Commit b1952581 authored by William Leshner's avatar William Leshner Committed by Android (Google) Code Review
Browse files

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

parents 00856021 804ca5ab
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] -->