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

Commit b62e7a14 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Replace private color attribute with corresponding color resource" into sc-dev

parents c60c0bb8 fa34bd54
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -15,18 +15,18 @@
  limitations under the License.
  -->

<resources xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
<resources>
    <!-- Material next state on color-->
    <color name="settingslib_state_on_color">?androidprv:attr/colorAccentPrimary</color>
    <color name="settingslib_state_on_color">@android:color/system_accent1_100</color>

    <!-- Material next state off color-->
    <color name="settingslib_state_off_color">?androidprv:attr/colorAccentSecondary</color>
    <color name="settingslib_state_off_color">@android:color/system_accent2_100</color>

    <!-- Material next thumb off color-->
    <color name="settingslib_thumb_off_color">@android:color/system_neutral2_100</color>

    <!-- Material next track on color-->
    <color name="settingslib_track_on_color">?androidprv:attr/colorAccentPrimaryVariant</color>
    <color name="settingslib_track_on_color">@android:color/system_accent1_600</color>

    <!-- Material next track off color-->
    <color name="settingslib_track_off_color">@android:color/system_neutral2_600</color>