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
This commit is contained in:
Philip P. Moltmann
2018-09-19 13:43:40 -07:00
parent 7686eb4f85
commit 1b987511c1

View File

@@ -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" />
<com.android.settings.widget.ToggleSwitch
android:id="@+id/switch_widget"