Loading packages/SettingsLib/res/layout/restricted_switch_widget.xml +2 −2 Original line number Diff line number Diff line Loading @@ -16,11 +16,11 @@ <merge xmlns:android="http://schemas.android.com/apk/res/android"> <ImageView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/restricted_icon" android:layout_width="@*android:dimen/config_restrictedIconSize" android:layout_width="@dimen/two_target_min_width" android:layout_height="@*android:dimen/config_restrictedIconSize" android:tint="?android:attr/colorAccent" android:src="@*android:drawable/ic_info" android:gravity="end|center_vertical" /> android:gravity="center" /> <!-- Based off frameworks/base/core/res/res/layout/preference_widget_switch.xml --> <Switch xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/switch_widget" Loading Loading
packages/SettingsLib/res/layout/restricted_switch_widget.xml +2 −2 Original line number Diff line number Diff line Loading @@ -16,11 +16,11 @@ <merge xmlns:android="http://schemas.android.com/apk/res/android"> <ImageView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/restricted_icon" android:layout_width="@*android:dimen/config_restrictedIconSize" android:layout_width="@dimen/two_target_min_width" android:layout_height="@*android:dimen/config_restrictedIconSize" android:tint="?android:attr/colorAccent" android:src="@*android:drawable/ic_info" android:gravity="end|center_vertical" /> android:gravity="center" /> <!-- Based off frameworks/base/core/res/res/layout/preference_widget_switch.xml --> <Switch xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/switch_widget" Loading