summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-06-09 16:06:07 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-06-09 16:06:07 -0700
commitf51ded0f8f593d17af82946eb65c05fc04f688b4 (patch)
tree32b39d7d93170aed01c11e7353afc53a2b306cb4 /packages
parent5a8455c3c625201f3ae6b9ce32913bf97ba61cc8 (diff)
parenta8d7ea067cf22baeee2ff0a33e5a8c5a35936942 (diff)
downloadframeworks_base-f51ded0f8f593d17af82946eb65c05fc04f688b4.zip
frameworks_base-f51ded0f8f593d17af82946eb65c05fc04f688b4.tar.gz
frameworks_base-f51ded0f8f593d17af82946eb65c05fc04f688b4.tar.bz2
am a8d7ea06: am 220cd77d: Merge "Enforce public resource restriction on bag parents." into honeycomb-mr2
* commit 'a8d7ea067cf22baeee2ff0a33e5a8c5a35936942': Enforce public resource restriction on bag parents.
Diffstat (limited to 'packages')
-rw-r--r--packages/SystemUI/res/values/styles.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml
index 86ffb4d..91a8855 100644
--- a/packages/SystemUI/res/values/styles.xml
+++ b/packages/SystemUI/res/values/styles.xml
@@ -16,25 +16,25 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
- <style name="TextAppearance.StatusBar.Title" parent="@android:style/TextAppearance.StatusBar">
+ <style name="TextAppearance.StatusBar.Title" parent="@*android:style/TextAppearance.StatusBar">
<item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">?android:attr/textColorPrimary</item>
</style>
<style name="TextAppearance.StatusBar.IntruderAlert"
- parent="@android:style/TextAppearance.StatusBar">
+ parent="@*android:style/TextAppearance.StatusBar">
</style>
<style name="TextAppearance.StatusBar.SystemPanel"
- parent="@android:style/TextAppearance.StatusBar">
+ parent="@*android:style/TextAppearance.StatusBar">
<item name="android:textAppearance">?android:attr/textAppearance</item>
<item name="android:textStyle">normal</item>
<item name="android:textColor">#FF808080</item>
</style>
<style name="TextAppearance.StatusBar.TextButton"
- parent="@android:style/TextAppearance.StatusBar">
+ parent="@*android:style/TextAppearance.StatusBar">
<item name="android:textAppearance">?android:attr/textAppearance</item>
<item name="android:textStyle">normal</item>
<item name="android:textColor">#FFFFFFFF</item>