Update zen mode config view to reflect new default.
Change-Id: I5084d440a351dd2be1171139107220cab86718f6
This commit is contained in:
@@ -125,7 +125,7 @@ public class ZenModeSettings extends SettingsPreferenceFragment {
|
|||||||
private void addBuckets() {
|
private void addBuckets() {
|
||||||
LayoutParams lp = new LayoutParams(LayoutParams.MATCH_PARENT,
|
LayoutParams lp = new LayoutParams(LayoutParams.MATCH_PARENT,
|
||||||
LayoutParams.WRAP_CONTENT);
|
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");
|
"Block all", "Starred contacts only", "Allow all");
|
||||||
addView(callView, lp);
|
addView(callView, lp);
|
||||||
lp.topMargin = 4;
|
lp.topMargin = 4;
|
||||||
|
Reference in New Issue
Block a user