Update zen mode config view to reflect new default.

Change-Id: I5084d440a351dd2be1171139107220cab86718f6
This commit is contained in:
John Spurlock
2014-03-04 19:05:46 -05:00
parent 72af648a1e
commit 81ccaeac4f

View File

@@ -125,7 +125,7 @@ public class ZenModeSettings extends SettingsPreferenceFragment {
private void addBuckets() {
LayoutParams lp = new LayoutParams(LayoutParams.MATCH_PARENT,
LayoutParams.WRAP_CONTENT);
BucketView callView = new BucketView(android.R.drawable.ic_menu_call, "Calls", 2,
BucketView callView = new BucketView(android.R.drawable.ic_menu_call, "Calls", 0,
"Block all", "Starred contacts only", "Allow all");
addView(callView, lp);
lp.topMargin = 4;