Merge "Add a vertical padding to DND button"

This commit is contained in:
TreeHugger Robot
2019-07-16 11:40:59 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 1 deletions

View File

@@ -18,7 +18,8 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingVertical="@dimen/zen_mode_button_padding_vertical">
<Button
android:id="@+id/zen_mode_settings_turn_on_button"

View File

@@ -81,6 +81,7 @@
<dimen name="notification_importance_button_text">16sp</dimen>
<dimen name="notification_importance_button_padding">14dp</dimen>
<dimen name="zen_mode_button_padding_vertical">16dp</dimen>
<dimen name="zen_schedule_rule_checkbox_padding">7dp</dimen>
<dimen name="zen_schedule_day_margin">17dp</dimen>