Loading api/current.xml +11 −0 Original line number Diff line number Diff line Loading @@ -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" core/res/res/values/attrs.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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. --> Loading core/res/res/values/public.xml +9 −1 Original line number Diff line number Diff line Loading @@ -1215,4 +1215,12 @@ <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> core/res/res/values/styles.xml +4 −0 Original line number Diff line number Diff line Loading @@ -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> Loading core/res/res/values/themes.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -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> Loading Loading
api/current.xml +11 −0 Original line number Diff line number Diff line Loading @@ -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"
core/res/res/values/attrs.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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. --> Loading
core/res/res/values/public.xml +9 −1 Original line number Diff line number Diff line Loading @@ -1215,4 +1215,12 @@ <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>
core/res/res/values/styles.xml +4 −0 Original line number Diff line number Diff line Loading @@ -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> Loading
core/res/res/values/themes.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -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> Loading