Settings: Make downtime days scrollable.

Bug:17428288
Change-Id: I389aece9d79d002426a0bcb03d4a523293012892
This commit is contained in:
John Spurlock
2014-09-10 10:04:44 -04:00
parent 72e5583d2a
commit cddb29544a
3 changed files with 11 additions and 7 deletions

View File

@@ -20,6 +20,4 @@
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:textAppearance="?android:attr/textAppearanceMedium"
android:gravity="center_vertical"
android:paddingStart="@dimen/zen_downtime_checkbox_padding"
android:layout_marginStart="@dimen/zen_downtime_margin"
android:layout_marginEnd="@dimen/zen_downtime_margin" />
android:paddingStart="@dimen/zen_downtime_checkbox_padding" />

View File

@@ -93,7 +93,7 @@
<dimen name="notification_app_icon_badge_margin">4dp</dimen>
<dimen name="zen_mode_dropdown_width">160dp</dimen>
<dimen name="zen_downtime_checkbox_padding">7dp</dimen>
<dimen name="zen_downtime_margin">10dp</dimen>
<dimen name="zen_downtime_margin">17dp</dimen>
<!-- Default text size for caption preview samples. Uses dp rather than sp because captions are not scaled. -->
<dimen name="caption_preview_text_size">48dp</dimen>