From 1b987511c19da8d9763695aac4757f19486e10d9 Mon Sep 17 00:00:00 2001 From: "Philip P. Moltmann" Date: Wed, 19 Sep 2018 13:43:40 -0700 Subject: [PATCH] Do not show restricted icon by default I made it visible by default by accident. Test: Looked at Settings > Security & locations > Screen pinning Change-Id: I8ff6dc72e292ba76550edaeeac4d53ef4bd39505 Fixes: 116109852 --- res/layout/switch_bar.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/switch_bar.xml b/res/layout/switch_bar.xml index e305f9d0636..8cb6f5102bf 100644 --- a/res/layout/switch_bar.xml +++ b/res/layout/switch_bar.xml @@ -38,7 +38,8 @@ android:tint="?android:attr/colorAccent" android:theme="@android:style/Theme.Material" android:layout_gravity="center_vertical" - android:layout_marginEnd="@dimen/restricted_icon_margin_end"/> + android:layout_marginEnd="@dimen/restricted_icon_margin_end" + android:visibility="gone" />