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

Commit 8a5feb79 authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Zen mode condition selection updates."

parents 45f302c8 d62e0539
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@

    <ImageView
        android:id="@android:id/button1"
        android:src="@drawable/ic_qs_plus"
        android:src="@drawable/ic_qs_minus"
        android:layout_width="64dp"
        android:layout_height="64dp"
        android:layout_alignParentEnd="true"
@@ -50,7 +50,7 @@

    <ImageView
        android:id="@android:id/button2"
        android:src="@drawable/ic_qs_minus"
        android:src="@drawable/ic_qs_plus"
        android:layout_width="64dp"
        android:layout_height="64dp"
        android:layout_alignParentEnd="true"
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ import java.util.HashSet;
public class ZenModeDetail extends RelativeLayout {
    private static final String TAG = "ZenModeDetail";
    private static final Intent ZEN_SETTINGS = new Intent(Settings.ACTION_ZEN_MODE_SETTINGS);
    private static final int[] MINUTES = new int[] { 15, 30, 45, 60, 120, 180, 240 };
    private static final int[] MINUTES = new int[] { 15, 30, 45, 60, 120, 180, 240, 480 };

    private final H mHandler = new H();