summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-sw600dp
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-09-13 18:13:44 -0700
committerWinson Chung <winsonc@google.com>2012-09-13 18:16:02 -0700
commited1395f3981193c762e436cd1db725ce70022e43 (patch)
tree54a48856073e6d669d84a3f45333eb7e3ccf3b19 /packages/SystemUI/res/values-sw600dp
parent35f3a2241809e8f54216b531847f67306b679c4d (diff)
downloadframeworks_base-ed1395f3981193c762e436cd1db725ce70022e43.zip
frameworks_base-ed1395f3981193c762e436cd1db725ce70022e43.tar.gz
frameworks_base-ed1395f3981193c762e436cd1db725ce70022e43.tar.bz2
Updating Wifi/Mobile tiles to reflect actual connection state with new assets.
Change-Id: Ic1cd78c77f94f1c9cf9bbc1bcea3082ca536d94c
Diffstat (limited to 'packages/SystemUI/res/values-sw600dp')
-rw-r--r--packages/SystemUI/res/values-sw600dp/config.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-sw600dp/config.xml b/packages/SystemUI/res/values-sw600dp/config.xml
new file mode 100644
index 0000000..c52b6ca
--- /dev/null
+++ b/packages/SystemUI/res/values-sw600dp/config.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2012, 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>
+ <!-- The number of columns in the QuickSettings -->
+ <integer name="quick_settings_num_columns">3</integer>
+
+ <!-- The number of columns that the top level tiles span in the QuickSettings -->
+ <integer name="quick_settings_user_time_settings_tile_span">1</integer>
+</resources>