diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 170ba4264e049..9cab9fa450148 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4480,7 +4480,7 @@ Until %1$s (next alarm) - Until you turn off Do Not Disturb + Until you turn off Until you turn off Do Not Disturb diff --git a/packages/SettingsLib/res/drawable/btn_borderless_rect.xml b/packages/SettingsLib/res/drawable/btn_borderless_rect.xml new file mode 100644 index 0000000000000..9eaba8364f8e8 --- /dev/null +++ b/packages/SettingsLib/res/drawable/btn_borderless_rect.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/SettingsLib/res/drawable/ic_minus.xml b/packages/SettingsLib/res/drawable/ic_minus.xml new file mode 100644 index 0000000000000..9a929a44c6651 --- /dev/null +++ b/packages/SettingsLib/res/drawable/ic_minus.xml @@ -0,0 +1,24 @@ + + + + \ No newline at end of file diff --git a/packages/SettingsLib/res/drawable/ic_plus.xml b/packages/SettingsLib/res/drawable/ic_plus.xml new file mode 100644 index 0000000000000..2a10e707df2a4 --- /dev/null +++ b/packages/SettingsLib/res/drawable/ic_plus.xml @@ -0,0 +1,24 @@ + + + + \ No newline at end of file diff --git a/packages/SettingsLib/res/layout/zen_mode_condition.xml b/packages/SettingsLib/res/layout/zen_mode_condition.xml new file mode 100644 index 0000000000000..c85a8922a552b --- /dev/null +++ b/packages/SettingsLib/res/layout/zen_mode_condition.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/SettingsLib/res/layout/zen_mode_radio_button.xml b/packages/SettingsLib/res/layout/zen_mode_radio_button.xml new file mode 100644 index 0000000000000..4c0faed610f7e --- /dev/null +++ b/packages/SettingsLib/res/layout/zen_mode_radio_button.xml @@ -0,0 +1,29 @@ + + + + + \ No newline at end of file diff --git a/packages/SettingsLib/res/layout/zen_mode_turn_on_dialog_container.xml b/packages/SettingsLib/res/layout/zen_mode_turn_on_dialog_container.xml new file mode 100644 index 0000000000000..ac56a2d9d2c3f --- /dev/null +++ b/packages/SettingsLib/res/layout/zen_mode_turn_on_dialog_container.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/packages/SettingsLib/res/values/dimens.xml b/packages/SettingsLib/res/values/dimens.xml index bd963e96dcab7..ddb49b6c3874d 100644 --- a/packages/SettingsLib/res/values/dimens.xml +++ b/packages/SettingsLib/res/values/dimens.xml @@ -74,4 +74,13 @@ fraction of a pixel.--> 0% 0% + + + 8dp + + 12dp + + 4dp + + 4dp diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index 042767d39f84b..5dcc927cc5d59 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -1025,4 +1025,9 @@ %1$d devices connected + + More time. + + Less time. + diff --git a/packages/SettingsLib/res/values/styles.xml b/packages/SettingsLib/res/values/styles.xml index 3f312f4efda31..bae8387499666 100644 --- a/packages/SettingsLib/res/values/styles.xml +++ b/packages/SettingsLib/res/values/styles.xml @@ -21,4 +21,10 @@ + + diff --git a/packages/SystemUI/src/com/android/systemui/volume/ZenRadioLayout.java b/packages/SettingsLib/src/com/android/settingslib/notification/ZenRadioLayout.java similarity index 94% rename from packages/SystemUI/src/com/android/systemui/volume/ZenRadioLayout.java rename to packages/SettingsLib/src/com/android/settingslib/notification/ZenRadioLayout.java index 360907b0d22b9..1140028b1ca4c 100644 --- a/packages/SystemUI/src/com/android/systemui/volume/ZenRadioLayout.java +++ b/packages/SettingsLib/src/com/android/settingslib/notification/ZenRadioLayout.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 The Android Open Source Project + * Copyright (C) 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of the License at @@ -12,7 +12,7 @@ * permissions and limitations under the License. */ -package com.android.systemui.volume; +package com.android.settingslib.notification; import android.content.Context; import android.util.AttributeSet; @@ -22,7 +22,7 @@ import android.widget.LinearLayout; /** * Specialized layout for zen mode that allows the radio buttons to reside within - * a RadioGroup, but also makes sure that all the heights off the radio buttons align + * a RadioGroup, but also makes sure that all the heights of the radio buttons align * with the corresponding content in the second child of this view. */ public class ZenRadioLayout extends LinearLayout { diff --git a/packages/SystemUI/res/layout/zen_mode_panel.xml b/packages/SystemUI/res/layout/zen_mode_panel.xml index 3826bdddb1b07..58624135b85fe 100644 --- a/packages/SystemUI/res/layout/zen_mode_panel.xml +++ b/packages/SystemUI/res/layout/zen_mode_panel.xml @@ -93,7 +93,7 @@ - - + Sound & notification > Do Not Disturb > Turn on now + // CATEGORY: SETTINGS + // OS: P + NOTIFICATION_ZEN_MODE_ENABLE_DIALOG = 1286; + // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS