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

Commit d62e0539 authored by John Spurlock's avatar John Spurlock
Browse files

Zen mode condition selection updates.

Change-Id: Ic169066db9783581c5aad2bdf14efd4abe8bb6c1
parent 5639828a
Loading
Loading
Loading
Loading
+2 −2
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();