Remove unused "assistant guest mode" status bar icon.
Test: manually Bug: 222311130 Change-Id: Ic79c7a563a8082f7d2e88b17f92f7735ea157feb
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -2425,8 +2425,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] -->
|
||||
|
||||
Reference in New Issue
Block a user