diff options
author | Joe Onorato <joeo@google.com> | 2011-05-25 17:35:35 -0700 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2011-05-25 17:35:35 -0700 |
commit | 07949e908295d0857183830d48c84cb75ac4ff8b (patch) | |
tree | 04487c7dc2d296bc1a76b2d230752b85e863d3cd /packages/SystemUI/res/values-sw600dp-port | |
parent | c6318a83b3bda55093243dfa1ac0dbac3417753f (diff) | |
download | frameworks_base-07949e908295d0857183830d48c84cb75ac4ff8b.zip frameworks_base-07949e908295d0857183830d48c84cb75ac4ff8b.tar.gz frameworks_base-07949e908295d0857183830d48c84cb75ac4ff8b.tar.bz2 |
Move status bar icons to sw600.
Change-Id: Idb85252b30cca90704f1cfebb7abce522e21b8a3
Diffstat (limited to 'packages/SystemUI/res/values-sw600dp-port')
-rw-r--r-- | packages/SystemUI/res/values-sw600dp-port/dimens.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-sw600dp-port/dimens.xml b/packages/SystemUI/res/values-sw600dp-port/dimens.xml new file mode 100644 index 0000000..78dd8c4 --- /dev/null +++ b/packages/SystemUI/res/values-sw600dp-port/dimens.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + * Copyright (c) 2010, 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> + <!-- gap on either side of status bar notification icons --> + <dimen name="status_bar_icon_padding">2dp</dimen> +</resources> + |