diff options
| author | Sean Hoyt <seanhoyt963@gmail.com> | 2015-04-25 14:30:24 -0500 |
|---|---|---|
| committer | deadman96385 <seanhoyt963@gmail.com> | 2015-04-26 13:51:04 -0400 |
| commit | fb431b2ffcdfb9a742f1427573afeb4d8a60c585 (patch) | |
| tree | 10a6229ed88b55b9e0a71707d0423966411a3d41 | |
| parent | cceb0124a17956926e2e3ad19885552da5e27c1f (diff) | |
Make the QS menu bigger
| -rw-r--r-- | overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml b/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml new file mode 100644 index 0000000..3874625 --- /dev/null +++ b/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + * Copyright (c) 2006, 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ +--> +<resources> +<!-- Width for the notification panel and related windows --> + <dimen name="standard_notification_panel_width">496dp</dimen><!-- includes notification_side_padding on each side --> +</resources> |
