am 11480065
: Add new white style for ExpandableListView.
Merge commit '114800653ca4575ec485a04c64889d98b40237e4' into eclair-mr2-plus-aosp * commit '114800653ca4575ec485a04c64889d98b40237e4': Add new white style for ExpandableListView.
This commit is contained in:
@ -3463,6 +3463,17 @@
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="expandableListViewWhiteStyle"
|
||||
type="int"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
value="16843446"
|
||||
static="true"
|
||||
final="true"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="exported"
|
||||
type="int"
|
||||
transient="false"
|
||||
|
@ -340,6 +340,8 @@
|
||||
<attr name="editTextStyle" format="reference" />
|
||||
<!-- Default ExpandableListView style. -->
|
||||
<attr name="expandableListViewStyle" format="reference" />
|
||||
<!-- ExpandableListView with white background. -->
|
||||
<attr name="expandableListViewWhiteStyle" format="reference" />
|
||||
<!-- Default Gallery style. -->
|
||||
<attr name="galleryStyle" format="reference" />
|
||||
<!-- Default GestureOverlayView style. -->
|
||||
|
@ -1214,5 +1214,13 @@
|
||||
|
||||
<public type="attr" name="author" id="0x010102b4" />
|
||||
<public type="attr" name="autoStart" id="0x010102b5" />
|
||||
|
||||
|
||||
|
||||
<!-- ===============================================================
|
||||
Resources added in version 8 of the platform (Eclair MR2).
|
||||
=============================================================== -->
|
||||
<eat-comment />
|
||||
|
||||
<public type="attr" name="expandableListViewWhiteStyle" id="0x010102b6" />
|
||||
|
||||
</resources>
|
||||
|
@ -401,6 +401,10 @@
|
||||
<item name="android:childDivider">@android:drawable/divider_horizontal_dark_opaque</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.ExpandableListView.White">
|
||||
<item name="android:childDivider">@android:drawable/divider_horizontal_bright_opaque</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.ImageWell">
|
||||
<item name="android:background">@android:drawable/panel_picture_frame_background</item>
|
||||
</style>
|
||||
|
@ -142,6 +142,7 @@
|
||||
<item name="dropDownListViewStyle">@android:style/Widget.ListView.DropDown</item>
|
||||
<item name="editTextStyle">@android:style/Widget.EditText</item>
|
||||
<item name="expandableListViewStyle">@android:style/Widget.ExpandableListView</item>
|
||||
<item name="expandableListViewWhiteStyle">@android:style/Widget.ExpandableListView.White</item>
|
||||
<item name="galleryStyle">@android:style/Widget.Gallery</item>
|
||||
<item name="gestureOverlayViewStyle">@android:style/Widget.GestureOverlayView</item>
|
||||
<item name="gridViewStyle">@android:style/Widget.GridView</item>
|
||||
@ -241,6 +242,7 @@
|
||||
<item name="textCheckMarkInverse">@android:drawable/indicator_check_mark_dark</item>
|
||||
|
||||
<item name="gestureOverlayViewStyle">@android:style/Widget.GestureOverlayView.White</item>
|
||||
<item name="expandableListViewStyle">@android:style/Widget.ExpandableListView.White</item>
|
||||
<item name="listViewStyle">@android:style/Widget.ListView.White</item>
|
||||
<item name="listDivider">@drawable/divider_horizontal_bright</item>
|
||||
<item name="listSeparatorTextViewStyle">@android:style/Widget.TextView.ListSeparator.White</item>
|
||||
|
Reference in New Issue
Block a user