Merge change I0fae86b8 into eclair

* changes:
  Make QuickContact styles public.
This commit is contained in:
Android (Google) Code Review
2009-11-03 13:58:03 -05:00
2 changed files with 74 additions and 0 deletions

View File

@@ -6389,6 +6389,72 @@
visibility="public"
>
</field>
<field name="quickContactBadgeStyleSmallWindowLarge"
type="int"
transient="false"
volatile="false"
value="16843443"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="quickContactBadgeStyleSmallWindowMedium"
type="int"
transient="false"
volatile="false"
value="16843442"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="quickContactBadgeStyleSmallWindowSmall"
type="int"
transient="false"
volatile="false"
value="16843441"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="quickContactBadgeStyleWindowLarge"
type="int"
transient="false"
volatile="false"
value="16843440"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="quickContactBadgeStyleWindowMedium"
type="int"
transient="false"
volatile="false"
value="16843439"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="quickContactBadgeStyleWindowSmall"
type="int"
transient="false"
volatile="false"
value="16843438"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="radioButtonStyle"
type="int"
transient="false"

View File

@@ -1194,4 +1194,12 @@
<public type="drawable" name="screen_background_dark_transparent" />
<public type="drawable" name="screen_background_light_transparent" />
<public type="drawable" name="stat_notify_sdcard_prepare" />
<public type="attr" name="quickContactBadgeStyleWindowSmall" />
<public type="attr" name="quickContactBadgeStyleWindowMedium" />
<public type="attr" name="quickContactBadgeStyleWindowLarge" />
<public type="attr" name="quickContactBadgeStyleSmallWindowSmall" />
<public type="attr" name="quickContactBadgeStyleSmallWindowMedium" />
<public type="attr" name="quickContactBadgeStyleSmallWindowLarge" />
</resources>