diff options
author | Dima Zavin <dima@android.com> | 2011-05-26 11:25:36 -0700 |
---|---|---|
committer | Dima Zavin <dima@android.com> | 2011-05-26 11:34:41 -0700 |
commit | b1f364de1efb2707e7f2dc0c47f872e13ce5c1cf (patch) | |
tree | e9cc0cbd69e7f99c53091e66f57e3c817063a396 /overlay/frameworks | |
parent | 069f305fcb78257020adc4d3b15c74f990f78377 (diff) | |
download | device_samsung_tuna-b1f364de1efb2707e7f2dc0c47f872e13ce5c1cf.zip device_samsung_tuna-b1f364de1efb2707e7f2dc0c47f872e13ce5c1cf.tar.gz device_samsung_tuna-b1f364de1efb2707e7f2dc0c47f872e13ce5c1cf.tar.bz2 |
tuna: add SystemUI overlay, show nav buttons
Change-Id: Ie09d2919e7210f50b02a4fc7d91feb54777aadb8
Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'overlay/frameworks')
-rw-r--r-- | overlay/frameworks/base/packages/SystemUI/res/values/config.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml new file mode 100644 index 0000000..5ad2f8d --- /dev/null +++ b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml @@ -0,0 +1,25 @@ +<?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. +*/ +--> + +<resources> + <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be + autodetected from the Configuration. --> + <bool name="config_showNavigationBar">true</bool> +</resources> + |