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

Commit c55a3de9 authored by Budi Kusmiantoro's avatar Budi Kusmiantoro Committed by Android Git Automerger
Browse files

am 8731709f: Set alarm switch to pink when activated

* commit '8731709f':
  Set alarm switch to pink when activated
parents e750380d 8731709f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@

        <Switch
            android:id="@+id/onoff"
            android:theme="@style/AlarmSwitchTheme"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center_vertical|end" />
+4 −0
Original line number Diff line number Diff line
@@ -29,6 +29,10 @@
        <item name="android:buttonStyle">?android:attr/borderlessButtonStyle</item>
    </style>

    <style name="AlarmSwitchTheme">
        <item name="android:colorControlActivated">@color/hot_pink</item>
    </style>

    <style name="TimePickerTheme" parent="@android:style/Theme.Material.Dialog">
        <item name="android:background">@color/time_picker_gray</item>
        <item name="android:timePickerStyle">@style/TimePickerStyle</item>