diff options
author | Winson Chung <winsonc@google.com> | 2012-09-20 16:07:11 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2012-09-21 11:59:12 -0700 |
commit | 3ed6f9456a60cb3a2cf4166a7fa19e30b9bbd972 (patch) | |
tree | 6f2c8754ce07c8e65d51644c44570c003c53b0b9 /packages/SystemUI/res/values-land | |
parent | 4187f928921bab6a77e8b6592131f2a2b02ac0a3 (diff) | |
download | frameworks_base-3ed6f9456a60cb3a2cf4166a7fa19e30b9bbd972.zip frameworks_base-3ed6f9456a60cb3a2cf4166a7fa19e30b9bbd972.tar.gz frameworks_base-3ed6f9456a60cb3a2cf4166a7fa19e30b9bbd972.tar.bz2 |
Showing QuickContacts card, adding brightness bar timeout and width, fixing wifi display icon visibility. (Bug 7186309, Bug 7175023)
Change-Id: Iea717e97bf90301bef68b06e1a35644e24ab029d
Diffstat (limited to 'packages/SystemUI/res/values-land')
-rw-r--r-- | packages/SystemUI/res/values-land/styles.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-land/styles.xml b/packages/SystemUI/res/values-land/styles.xml new file mode 100644 index 0000000..8919198 --- /dev/null +++ b/packages/SystemUI/res/values-land/styles.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 xmlns:android="http://schemas.android.com/apk/res/android"> + <style name="BrightnessDialogContainer" parent="@style/BaseBrightnessDialogContainer"> + <item name="android:layout_width">360dp</item> + </style> +</resources> |