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

Commit 07901a26 authored by Edgar Wang's avatar Edgar Wang Committed by Automerger Merge Worker
Browse files

Merge "Tweak RestrictedSwitchPreference icon" into sc-dev am: 30e3d7a1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14881018

Change-Id: Ib894866e1d3f1af19d8ae548ac07f8c8405b077e
parents bfe51b55 30e3d7a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"