summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-01-23 14:43:11 -0800
committerDianne Hackborn <hackbod@google.com>2011-01-23 14:43:11 -0800
commitf3e735c2c3a539a07ec5292415ec7d92e811cd1a (patch)
tree3e1439f1b611434a7fd6214af2a11900f8d610fc /core/res
parentb149f5c8d29cda2f2e46559a68467be89714f737 (diff)
downloadframeworks_base-f3e735c2c3a539a07ec5292415ec7d92e811cd1a.zip
frameworks_base-f3e735c2c3a539a07ec5292415ec7d92e811cd1a.tar.gz
frameworks_base-f3e735c2c3a539a07ec5292415ec7d92e811cd1a.tar.bz2
Final (hopefully) API cleanup.
Change-Id: Iaac6b2ca399eda44458c2bc1a6501672b6c85b90
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/public.xml7
-rw-r--r--core/res/res/values/themes.xml4
2 files changed, 3 insertions, 8 deletions
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml
index e6552df..ae269df 100644
--- a/core/res/res/values/public.xml
+++ b/core/res/res/values/public.xml
@@ -1279,7 +1279,7 @@
<public type="style" name="TextAppearance.StatusBar.EventContent.Title" id="0x01030068" />
<!-- ===============================================================
- Resources proposed for Honeycomb.
+ Resources added in version 11 of the platform (Honeycomb / 3.0).
=============================================================== -->
<eat-comment />
<public type="attr" name="allContactsName" />
@@ -1428,6 +1428,8 @@
<public type="attr" name="windowCloseOnTouchOutside" />
<public type="attr" name="datePickerStyle" />
<public type="attr" name="calendarViewStyle" />
+ <public type="attr" name="textEditSidePasteWindowLayout" />
+ <public type="attr" name="textEditSideNoPasteWindowLayout" />
<!-- A simple fade-in animation. -->
<public type="animator" name="fade_in" id="0x010b0000" />
@@ -1498,7 +1500,6 @@
<public type="style" name="Theme.NoTitleBar.OverlayActionModes" />
<public type="style" name="Theme.Holo" />
- <public type="style" name="Theme.Light.Holo" />
<public type="style" name="Theme.Holo.NoActionBar" />
<public type="style" name="Theme.Holo.NoActionBar.Fullscreen" />
<public type="style" name="Theme.Holo.Light" />
@@ -1633,8 +1634,6 @@
<public type="style" name="Widget.Holo.Light.CalendarView" />
<public type="style" name="Widget.DatePicker" />
<public type="style" name="Widget.Holo.DatePicker" />
- <public type="attr" name="textEditSidePasteWindowLayout" />
- <public type="attr" name="textEditSideNoPasteWindowLayout" />
<public type="string" name="selectTextMode" />
diff --git a/core/res/res/values/themes.xml b/core/res/res/values/themes.xml
index e6e23aa..00d4b95 100644
--- a/core/res/res/values/themes.xml
+++ b/core/res/res/values/themes.xml
@@ -1271,10 +1271,6 @@
</style>
- <!-- Development legacy name; if you're using this, switch. -->
- <style name="Theme.Light.Holo" parent="Theme.Holo.Light">
- </style>
-
<!-- Variant of the holographic (dark) theme with no action bar. -->
<style name="Theme.Holo.NoActionBar">
<item name="android:windowActionBar">false</item>