summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-sw720dp
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2013-06-12 15:50:50 -0400
committerJohn Spurlock <jspurlock@google.com>2013-06-12 15:59:37 -0400
commitb0e49fc93c146d7ddc8e1f27ec67306a71168510 (patch)
treec4ae54e809e9fc92908fa98baaec849314e41030 /packages/SystemUI/res/values-sw720dp
parenta6954f7e12b673f8b9cb29549c3136be6e64e693 (diff)
downloadframeworks_base-b0e49fc93c146d7ddc8e1f27ec67306a71168510.zip
frameworks_base-b0e49fc93c146d7ddc8e1f27ec67306a71168510.tar.gz
frameworks_base-b0e49fc93c146d7ddc8e1f27ec67306a71168510.tar.bz2
Remove TabletStatusBar from systemui package.
Change-Id: Ie8b556dbba8751617582f8c717ee83e480938b27
Diffstat (limited to 'packages/SystemUI/res/values-sw720dp')
-rw-r--r--packages/SystemUI/res/values-sw720dp/dimens.xml14
-rw-r--r--packages/SystemUI/res/values-sw720dp/styles.xml74
2 files changed, 1 insertions, 87 deletions
diff --git a/packages/SystemUI/res/values-sw720dp/dimens.xml b/packages/SystemUI/res/values-sw720dp/dimens.xml
index e42855c..b1fc00a 100644
--- a/packages/SystemUI/res/values-sw720dp/dimens.xml
+++ b/packages/SystemUI/res/values-sw720dp/dimens.xml
@@ -16,22 +16,10 @@
*/
-->
<resources>
- <!-- size at which Notification icons will be drawn in the status bar -->
- <dimen name="system_bar_icon_drawing_size">24dip</dimen>
-
- <!-- opacity at which Notification icons will be drawn in the status bar -->
- <item type="dimen" name="system_bar_icon_drawing_alpha">100%</item>
-
- <!-- The width of the view containing non-menu status bar icons -->
- <dimen name="system_bar_navigation_key_width">80dip</dimen>
-
- <!-- The width of the view containing the menu status bar icon -->
- <dimen name="system_bar_navigation_menu_key_width">80dip</dimen>
<!-- ======================================== -->
<!-- The following resources were recently moved from sw600dp; there may
- be situations where they don't sync up perfectly with
- PhoneStatusBar/TabletStatusBar. -->
+ be situations where they don't sync up perfectly with PhoneStatusBar. -->
<!-- ======================================== -->
<!-- The width of the ticker, including the icon -->
diff --git a/packages/SystemUI/res/values-sw720dp/styles.xml b/packages/SystemUI/res/values-sw720dp/styles.xml
deleted file mode 100644
index 5009395..0000000
--- a/packages/SystemUI/res/values-sw720dp/styles.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?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 xmlns:android="http://schemas.android.com/apk/res/android">
-
- <style name="SystemBarNotificationText">
- <item name="android:textSize">16sp</item>
- <item name="android:textColor">#ff999999</item>
- </style>
-
- <style name="SystemBarPanelSettingsRow">
- <item name="android:paddingRight">16dp</item>
- <item name="android:layout_height">64dp</item>
- <item name="android:layout_width">match_parent</item>
- <item name="android:orientation">horizontal</item>
- <item name="android:background">?android:attr/listChoiceBackgroundIndicator</item>
- </style>
-
- <style name="SystemBarPanelSettingsIcon">
- <item name="android:layout_height">match_parent</item>
- <item name="android:layout_width">64dp</item>
- <item name="android:scaleType">center</item>
- </style>
-
- <style name="SystemBarPanelSettingsContents">
- <item name="android:layout_height">wrap_content</item>
- <item name="android:layout_width">0dp</item>
- <item name="android:layout_weight">1</item>
- <item name="android:layout_gravity">start|center_vertical</item>
- <item name="android:textColor">?android:attr/textColorPrimary</item>
- <item name="android:textSize">18sp</item>
- </style>
-
- <style name="SystemBarPanelSettingsPanelSeparator">
- <item name="android:layout_marginEnd">0dp</item>
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">1dp</item>
- <item name="android:background">@android:drawable/divider_horizontal_dark</item>
- </style>
-
- <style name="TextAppearance.SystemBar.Clock" parent="@*android:style/TextAppearance.StatusBar.Icon">
- <item name="android:textSize">30dp</item>
- <item name="android:textStyle">normal</item>
- <item name="android:textColor">@android:color/holo_blue_light</item>
- </style>
-
- <style name="TextAppearance.SystemBar.Expanded.Clock" parent="@style/TextAppearance.StatusBar.Expanded.Clock">
- <item name="android:textSize">48dp</item>
- <item name="android:fontFamily">sans-serif-light</item>
- <item name="android:textStyle">normal</item>
- <item name="android:textColor">#ffffff</item>
- </style>
-
- <style name="TextAppearance.SystemBar.Expanded.Date" parent="@style/TextAppearance.StatusBar.Expanded.Date">
- <item name="android:textSize">14dp</item>
- <item name="android:textStyle">normal</item>
- <item name="android:textColor">#666666</item>
- <item name="android:textAllCaps">true</item>
- </style>
-
-</resources>