diff options
author | Joe Onorato <joeo@google.com> | 2010-07-15 11:09:04 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-07-15 11:09:04 -0700 |
commit | ce38d0c2e5bab454d9cb9f9ab6e99483b4754c87 (patch) | |
tree | 5582896144f92d7641a76f8d533e4b0835474e89 /core | |
parent | c3aa361d65119de503224202ae2296dbb1d3cf33 (diff) | |
parent | 808182dc874e93582da38d013a4a790d6bc08fc9 (diff) | |
download | frameworks_base-ce38d0c2e5bab454d9cb9f9ab6e99483b4754c87.zip frameworks_base-ce38d0c2e5bab454d9cb9f9ab6e99483b4754c87.tar.gz frameworks_base-ce38d0c2e5bab454d9cb9f9ab6e99483b4754c87.tar.bz2 |
Merge "checkpoint tablet status bar"
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values-xlarge/config.xml | 27 | ||||
-rw-r--r-- | core/res/res/values/config.xml | 2 |
2 files changed, 28 insertions, 1 deletions
diff --git a/core/res/res/values-xlarge/config.xml b/core/res/res/values-xlarge/config.xml new file mode 100644 index 0000000..2640662 --- /dev/null +++ b/core/res/res/values-xlarge/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2009, 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. +*/ +--> + +<!-- These resources are around just to allow their values to be customized + for different hardware and product builds. --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Component to be used as the status bar service. Must implement the IStatusBar + interface. This name is in the ComponentName flattened format (package/class) --> + <string name="config_statusBarComponent">com.android.systemui/com.android.systemui.statusbar.tablet.TabletStatusBarService</string> +</resources> + diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 689f73a..ec0d83c 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -22,7 +22,7 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Component to be used as the status bar service. Must implement the IStatusBar interface. This name is in the ComponentName flattened format (package/class) --> - <string name="config_statusBarComponent">com.android.systemui/com.android.systemui.statusbar.StatusBarService</string> + <string name="config_statusBarComponent">com.android.systemui/com.android.systemui.statusbar.PhoneStatusBarService</string> <!-- Do not translate. Defines the slots for the right-hand side icons. That is to say, the icons in the status bar that are not notifications. --> |