Merge pull request #995 from owncloud/navigationDrawer_basic
[pub/Android/ownCloud.git] / libs / android-support-appcompat-v7-exploded-aar / res / values / values.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3
4 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/attrs.xml -->
5 <eat-comment />
6
7 <attr name="actionBarDivider" format="reference" />
8 <attr name="actionBarItemBackground" format="reference" />
9 <attr name="actionBarSize" format="dimension" />
10 <attr name="actionBarSplitStyle" format="reference" />
11 <attr name="actionBarStyle" format="reference" />
12 <attr name="actionBarTabBarStyle" format="reference" />
13 <attr name="actionBarTabStyle" format="reference" />
14 <attr name="actionBarTabTextStyle" format="reference" />
15 <attr name="actionBarWidgetTheme" format="reference" />
16 <attr name="actionButtonStyle" format="reference" />
17 <attr name="actionMenuTextAppearance" format="reference" />
18 <attr name="actionMenuTextColor" format="color|reference" />
19 <attr name="actionModeBackground" format="reference" />
20 <attr name="actionModeCloseButtonStyle" format="reference" />
21 <attr name="actionModeCloseDrawable" format="reference" />
22 <attr name="actionModeCopyDrawable" format="reference" />
23 <attr name="actionModeCutDrawable" format="reference" />
24 <attr name="actionModeFindDrawable" format="reference" />
25 <attr name="actionModePasteDrawable" format="reference" />
26 <attr name="actionModePopupWindowStyle" format="reference" />
27 <attr name="actionModeSelectAllDrawable" format="reference" />
28 <attr name="actionModeShareDrawable" format="reference" />
29 <attr name="actionModeSplitBackground" format="reference" />
30 <attr name="actionModeStyle" format="reference" />
31 <attr name="actionModeWebSearchDrawable" format="reference" />
32 <attr name="actionOverflowButtonStyle" format="reference" />
33 <attr name="activityChooserViewStyle" format="reference" />
34 <attr name="buttonBarButtonStyle" format="reference" />
35 <attr name="buttonBarStyle" format="reference" />
36 <attr name="dividerHorizontal" format="reference" />
37 <attr name="dividerVertical" format="reference" />
38 <attr name="dropDownListViewStyle" format="reference" />
39 <attr name="height" format="dimension" />
40 <attr name="homeAsUpIndicator" format="reference" />
41 <attr name="isLightTheme" format="boolean" />
42 <attr name="listPopupWindowStyle" format="reference" />
43 <attr name="listPreferredItemHeight" format="dimension" />
44 <attr name="listPreferredItemHeightLarge" format="dimension" />
45 <attr name="listPreferredItemHeightSmall" format="dimension" />
46 <attr name="listPreferredItemPaddingLeft" format="dimension" />
47 <attr name="listPreferredItemPaddingRight" format="dimension" />
48 <attr name="searchDropdownBackground" format="reference" />
49 <attr name="searchResultListItemHeight" format="dimension" />
50 <attr name="searchViewAutoCompleteTextView" format="reference" />
51 <attr name="searchViewCloseIcon" format="reference" />
52 <attr name="searchViewEditQuery" format="reference" />
53 <attr name="searchViewEditQueryBackground" format="reference" />
54 <attr name="searchViewGoIcon" format="reference" />
55 <attr name="searchViewSearchIcon" format="reference" />
56 <attr name="searchViewTextField" format="reference" />
57 <attr name="searchViewTextFieldRight" format="reference" />
58 <attr name="searchViewVoiceIcon" format="reference" />
59 <attr name="selectableItemBackground" format="reference" />
60 <attr name="spinnerDropDownItemStyle" format="reference" />
61 <attr name="spinnerStyle" format="reference" />
62 <attr name="textAppearanceLargePopupMenu" format="reference" />
63 <attr name="textAppearanceListItem" format="reference" />
64 <attr name="textAppearanceListItemSmall" format="reference" />
65 <attr name="textAppearanceSearchResultSubtitle" format="reference" />
66 <attr name="textAppearanceSearchResultTitle" format="reference" />
67 <attr name="textAppearanceSmallPopupMenu" format="reference" />
68 <attr name="textColorSearchUrl" format="reference|color" />
69 <attr name="title" format="string" />
70 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/bools.xml -->
71 <eat-comment />
72
73 <bool name="abc_action_bar_embed_tabs_pre_jb">false</bool>
74 <bool name="abc_action_bar_expanded_action_views_exclusive">true</bool>
75 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/config.xml -->
76 <eat-comment />
77
78 <bool name="abc_config_actionMenuItemAllCaps">true</bool>
79 <bool name="abc_config_allowActionMenuItemTextWithIcon">false</bool>
80 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/bools.xml -->
81 <eat-comment />
82
83 <bool name="abc_config_showMenuShortcutsWhenKeyboardPresent">false</bool>
84 <bool name="abc_split_action_bar_is_narrow">true</bool>
85 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/colors.xml -->
86 <eat-comment />
87
88 <color name="abc_search_url_text_normal">#7fa87f</color>
89 <color name="abc_search_url_text_pressed">@android:color/black</color>
90 <color name="abc_search_url_text_selected">@android:color/black</color>
91 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/attrs.xml -->
92 <eat-comment />
93
94 <declare-styleable name="ActionBar">
95
96 <!-- The type of navigation to use. -->
97 <attr name="navigationMode">
98
99 <!-- Normal static title text -->
100 <enum name="normal" value="0" />
101 <!-- The action bar will use a selection list for navigation. -->
102 <enum name="listMode" value="1" />
103 <!-- The action bar will use a series of horizontal tabs for navigation. -->
104 <enum name="tabMode" value="2" />
105 </attr>
106 <!-- Options affecting how the action bar is displayed. -->
107 <attr name="displayOptions">
108 <flag name="useLogo" value="0x1" />
109 <flag name="showHome" value="0x2" />
110 <flag name="homeAsUp" value="0x4" />
111 <flag name="showTitle" value="0x8" />
112 <flag name="showCustom" value="0x10" />
113 <flag name="disableHome" value="0x20" />
114 </attr>
115 <!-- Specifies title text used for navigationMode="normal" -->
116 <attr name="title" />
117 <!-- Specifies subtitle text used for navigationMode="normal" -->
118 <attr name="subtitle" format="string" />
119 <!-- Specifies a style to use for title text. -->
120 <attr name="titleTextStyle" format="reference" />
121 <!-- Specifies a style to use for subtitle text. -->
122 <attr name="subtitleTextStyle" format="reference" />
123 <!-- Specifies the drawable used for the application icon. -->
124 <attr name="icon" format="reference" />
125 <!-- Specifies the drawable used for the application logo. -->
126 <attr name="logo" format="reference" />
127 <!-- Specifies the drawable used for item dividers. -->
128 <attr name="divider" format="reference" />
129 <!-- Specifies a background drawable for the action bar. -->
130 <attr name="background" format="reference" />
131 <!-- Specifies a background drawable for a second stacked row of the action bar. -->
132 <attr name="backgroundStacked" format="reference|color" />
133 <!-- Specifies a background drawable for the bottom component of a split action bar. -->
134 <attr name="backgroundSplit" format="reference|color" />
135 <!-- Specifies a layout for custom navigation. Overrides navigationMode. -->
136 <attr name="customNavigationLayout" format="reference" />
137 <!-- Specifies a fixed height. -->
138 <attr name="height" />
139 <!-- Specifies a layout to use for the "home" section of the action bar. -->
140 <attr name="homeLayout" format="reference" />
141 <!-- Specifies a style resource to use for an embedded progress bar. -->
142 <attr name="progressBarStyle" format="reference" />
143 <!-- Specifies a style resource to use for an indeterminate progress spinner. -->
144 <attr name="indeterminateProgressStyle" format="reference" />
145 <!-- Specifies the horizontal padding on either end for an embedded progress bar. -->
146 <attr name="progressBarPadding" format="dimension" />
147 <!--
148 Specifies padding that should be applied to the left and right sides of
149 system-provided items in the bar.
150 -->
151 <attr name="itemPadding" format="dimension" />
152 </declare-styleable>
153 <declare-styleable name="ActionBarLayout">
154 <attr name="android:layout_gravity" />
155 </declare-styleable>
156 <declare-styleable name="ActionBarWindow">
157 <attr name="windowActionBar" format="boolean" />
158 <attr name="windowActionBarOverlay" format="boolean" />
159 <attr name="windowSplitActionBar" format="boolean" />
160
161 <!--
162 A fixed width for the window along the major axis of the screen,
163 that is, when in landscape. Can be either an absolute dimension
164 or a fraction of the screen size in that dimension.
165 -->
166 <attr name="windowFixedWidthMajor" format="dimension|fraction" />
167 <!--
168 A fixed height for the window along the minor axis of the screen,
169 that is, when in landscape. Can be either an absolute dimension
170 or a fraction of the screen size in that dimension.
171 -->
172 <attr name="windowFixedHeightMinor" format="dimension|fraction" />
173
174 <!--
175 A fixed width for the window along the minor axis of the screen,
176 that is, when in portrait. Can be either an absolute dimension
177 or a fraction of the screen size in that dimension.
178 -->
179 <attr name="windowFixedWidthMinor" format="dimension|fraction" />
180 <!--
181 A fixed height for the window along the major axis of the screen,
182 that is, when in portrait. Can be either an absolute dimension
183 or a fraction of the screen size in that dimension.
184 -->
185 <attr name="windowFixedHeightMajor" format="dimension|fraction" />
186 </declare-styleable>
187 <declare-styleable name="ActionMenuItemView">
188 <attr name="android:minWidth" />
189 </declare-styleable>
190 <declare-styleable name="ActionMenuView">
191 <!-- Size of padding on either end of a divider. -->
192 </declare-styleable>
193 <declare-styleable name="ActionMode">
194
195 <!-- Specifies a style to use for title text. -->
196 <attr name="titleTextStyle" />
197 <!-- Specifies a style to use for subtitle text. -->
198 <attr name="subtitleTextStyle" />
199 <!-- Specifies a background for the action mode bar. -->
200 <attr name="background" />
201 <!-- Specifies a background for the split action mode bar. -->
202 <attr name="backgroundSplit" />
203 <!-- Specifies a fixed height for the action mode bar. -->
204 <attr name="height" />
205 </declare-styleable>
206 <declare-styleable name="ActivityChooserView">
207
208 <!-- The maximal number of items initially shown in the activity list. -->
209 <attr name="initialActivityCount" format="string" />
210 <!--
211 The drawable to show in the button for expanding the activities overflow popup.
212 <strong>Note:</strong> Clients would like to set this drawable
213 as a clue about the action the chosen activity will perform. For
214 example, if share activity is to be chosen the drawable should
215 give a clue that sharing is to be performed.
216 -->
217 <attr name="expandActivityOverflowButtonDrawable" format="reference" />
218 </declare-styleable>
219 <declare-styleable name="CompatTextView">
220
221 <!-- Present the text in ALL CAPS. This may use a small-caps form when available. -->
222 <attr name="textAllCaps" format="reference|boolean" />
223 </declare-styleable>
224 <declare-styleable name="LinearLayoutICS">
225
226 <!-- Drawable to use as a vertical divider between buttons. -->
227 <attr name="divider" />
228 <!-- Setting for which dividers to show. -->
229 <attr name="showDividers">
230 <flag name="none" value="0" />
231 <flag name="beginning" value="1" />
232 <flag name="middle" value="2" />
233 <flag name="end" value="4" />
234 </attr>
235 <!-- Size of padding on either end of a divider. -->
236 <attr name="dividerPadding" format="dimension" />
237 </declare-styleable>
238 <declare-styleable name="MenuGroup">
239
240 <!-- The ID of the group. -->
241 <attr name="android:id" />
242
243 <!--
244 The category applied to all items within this group.
245 (This will be or'ed with the orderInCategory attribute.)
246 -->
247 <attr name="android:menuCategory" />
248
249 <!--
250 The order within the category applied to all items within this group.
251 (This will be or'ed with the category attribute.)
252 -->
253 <attr name="android:orderInCategory" />
254
255 <!-- Whether the items are capable of displaying a check mark. -->
256 <attr name="android:checkableBehavior" />
257
258 <!-- Whether the items are shown/visible. -->
259 <attr name="android:visible" />
260
261 <!-- Whether the items are enabled. -->
262 <attr name="android:enabled" />
263 </declare-styleable>
264 <declare-styleable name="MenuItem">
265
266 <!-- The ID of the item. -->
267 <attr name="android:id" />
268
269 <!--
270 The category applied to the item.
271 (This will be or'ed with the orderInCategory attribute.)
272 -->
273 <attr name="android:menuCategory" />
274
275 <!--
276 The order within the category applied to the item.
277 (This will be or'ed with the category attribute.)
278 -->
279 <attr name="android:orderInCategory" />
280
281 <!-- The title associated with the item. -->
282 <attr name="android:title" />
283
284 <!--
285 The condensed title associated with the item. This is used in situations where the
286 normal title may be too long to be displayed.
287 -->
288 <attr name="android:titleCondensed" />
289
290 <!--
291 The icon associated with this item. This icon will not always be shown, so
292 the title should be sufficient in describing this item.
293 -->
294 <attr name="android:icon" />
295
296 <!--
297 The alphabetic shortcut key. This is the shortcut when using a keyboard
298 with alphabetic keys.
299 -->
300 <attr name="android:alphabeticShortcut" />
301
302 <!--
303 The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-key)
304 keyboard.
305 -->
306 <attr name="android:numericShortcut" />
307
308 <!-- Whether the item is capable of displaying a check mark. -->
309 <attr name="android:checkable" />
310
311 <!--
312 Whether the item is checked. Note that you must first have enabled checking with
313 the checkable attribute or else the check mark will not appear.
314 -->
315 <attr name="android:checked" />
316
317 <!-- Whether the item is shown/visible. -->
318 <attr name="android:visible" />
319
320 <!-- Whether the item is enabled. -->
321 <attr name="android:enabled" />
322
323 <!--
324 Name of a method on the Context used to inflate the menu that will be
325 called when the item is clicked.
326 -->
327 <attr name="android:onClick" />
328
329 <!-- How this item should display in the Action Bar, if present. -->
330 <attr name="showAsAction">
331
332 <!--
333 Never show this item in an action bar, show it in the overflow menu instead.
334 Mutually exclusive with "ifRoom" and "always".
335 -->
336 <flag name="never" value="0" />
337 <!--
338 Show this item in an action bar if there is room for it as determined
339 by the system. Favor this option over "always" where possible.
340 Mutually exclusive with "never" and "always".
341 -->
342 <flag name="ifRoom" value="1" />
343 <!--
344 Always show this item in an actionbar, even if it would override
345 the system's limits of how much stuff to put there. This may make
346 your action bar look bad on some screens. In most cases you should
347 use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never".
348 -->
349 <flag name="always" value="2" />
350 <!--
351 When this item is shown as an action in the action bar, show a text
352 label with it even if it has an icon representation.
353 -->
354 <flag name="withText" value="4" />
355 <!--
356 This item's action view collapses to a normal menu
357 item. When expanded, the action view takes over a
358 larger segment of its container.
359 -->
360 <flag name="collapseActionView" value="8" />
361 </attr>
362
363 <!--
364 An optional layout to be used as an action view.
365 See {@link android.view.MenuItem#setActionView(android.view.View)}
366 for more info.
367 -->
368 <attr name="actionLayout" format="reference" />
369
370 <!--
371 The name of an optional View class to instantiate and use as an
372 action view. See {@link android.view.MenuItem#setActionView(android.view.View)}
373 for more info.
374 -->
375 <attr name="actionViewClass" format="string" />
376
377 <!--
378 The name of an optional ActionProvider class to instantiate an action view
379 and perform operations such as default action for that menu item.
380 See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)}
381 for more info.
382 -->
383 <attr name="actionProviderClass" format="string" />
384 </declare-styleable>
385 <declare-styleable name="MenuView">
386
387 <!-- Default appearance of menu item text. -->
388 <attr name="android:itemTextAppearance" />
389 <!-- Default horizontal divider between rows of menu items. -->
390 <attr name="android:horizontalDivider" />
391 <!-- Default vertical divider between menu items. -->
392 <attr name="android:verticalDivider" />
393 <!-- Default background for the menu header. -->
394 <attr name="android:headerBackground" />
395 <!-- Default background for each menu item. -->
396 <attr name="android:itemBackground" />
397 <!-- Default animations for the menu. -->
398 <attr name="android:windowAnimationStyle" />
399 <!-- Default disabled icon alpha for each menu item that shows an icon. -->
400 <attr name="android:itemIconDisabledAlpha" />
401 <!-- Whether space should be reserved in layout when an icon is missing. -->
402 <attr name="android:preserveIconSpacing" />
403 </declare-styleable>
404 <declare-styleable name="SearchView">
405
406 <!--
407 The default state of the SearchView. If true, it will be iconified when not in
408 use and expanded when clicked.
409 -->
410 <attr name="iconifiedByDefault" format="boolean" />
411 <!-- An optional maximum width of the SearchView. -->
412 <attr name="android:maxWidth" />
413 <!-- An optional query hint string to be displayed in the empty query field. -->
414 <attr name="queryHint" format="string" />
415 <!-- The IME options to set on the query text field. -->
416 <attr name="android:imeOptions" />
417 <!-- The input type to set on the query text field. -->
418 <attr name="android:inputType" />
419 </declare-styleable>
420 <declare-styleable name="Spinner">
421
422 <!-- The prompt to display when the spinner's dialog is shown. -->
423 <attr name="prompt" format="reference" />
424 <!-- Display mode for spinner options. -->
425 <attr name="spinnerMode" format="enum">
426
427 <!-- Spinner options will be presented to the user as a dialog window. -->
428 <enum name="dialog" value="0" />
429 <!--
430 Spinner options will be presented to the user as an inline dropdown
431 anchored to the spinner widget itself.
432 -->
433 <enum name="dropdown" value="1" />
434 </attr>
435 <!-- List selector to use for spinnerMode="dropdown" display. -->
436 <attr name="android:dropDownSelector" />
437 <!-- Background drawable to use for the dropdown in spinnerMode="dropdown". -->
438 <attr name="android:popupBackground" />
439 <!--
440 Vertical offset from the spinner widget for positioning the dropdown in
441 spinnerMode="dropdown".
442 -->
443 <attr name="android:dropDownVerticalOffset" />
444 <!--
445 Horizontal offset from the spinner widget for positioning the dropdown
446 in spinnerMode="dropdown".
447 -->
448 <attr name="android:dropDownHorizontalOffset" />
449 <!-- Width of the dropdown in spinnerMode="dropdown". -->
450 <attr name="android:dropDownWidth" />
451 <!--
452 Reference to a layout to use for displaying a prompt in the dropdown for
453 spinnerMode="dropdown". This layout must contain a TextView with the id
454 {@code @android:id/text1} to be populated with the prompt text.
455 -->
456 <attr name="popupPromptView" format="reference" />
457 <!-- Gravity setting for positioning the currently selected item. -->
458 <attr name="android:gravity" />
459 <!--
460 Whether this spinner should mark child views as enabled/disabled when
461 the spinner itself is enabled/disabled.
462 -->
463 <attr name="disableChildrenWhenDisabled" format="boolean" />
464 </declare-styleable>
465 <declare-styleable name="Theme">
466
467 <!-- Default ActionBar dropdown style. -->
468 <attr name="actionDropDownStyle" format="reference" />
469 <!-- The preferred item height for dropdown lists. -->
470 <attr name="dropdownListPreferredItemHeight" format="dimension" />
471 <!-- Default PopupMenu style. -->
472 <attr name="popupMenuStyle" format="reference" />
473
474 <!-- ============ -->
475 <!-- Panel styles -->
476 <!-- ============ -->
477 <eat-comment />
478
479 <!-- Default Panel Menu width. -->
480 <attr name="panelMenuListWidth" format="dimension" />
481
482 <!-- Default Panel Menu style. -->
483 <attr name="panelMenuListTheme" format="reference" />
484
485 <!-- Drawable used as a background for selected list items. -->
486 <attr name="listChoiceBackgroundIndicator" format="reference" />
487 </declare-styleable>
488 <declare-styleable name="View">
489
490 <!-- Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. -->
491 <attr name="paddingStart" format="dimension" />
492 <!-- Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. -->
493 <attr name="paddingEnd" format="dimension" />
494
495 <!--
496 Boolean that controls whether a view can take focus. By default the user can not
497 move focus to a view; by setting this attribute to true the view is
498 allowed to take focus. This value does not impact the behavior of
499 directly calling {@link android.view.View#requestFocus}, which will
500 always request focus regardless of this view. It only impacts where
501 focus navigation will try to move focus.
502 -->
503 <attr name="android:focusable" />
504 </declare-styleable>
505 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/dimens.xml -->
506 <eat-comment />
507
508 <dimen name="abc_action_bar_default_height">48dip</dimen>
509 <dimen name="abc_action_bar_icon_vertical_padding">8dip</dimen>
510 <dimen name="abc_action_bar_progress_bar_size">40dp</dimen>
511 <dimen name="abc_action_bar_stacked_max_height">48dp</dimen>
512 <dimen name="abc_action_bar_stacked_tab_max_width">180dp</dimen>
513 <dimen name="abc_action_bar_subtitle_bottom_margin">5dip</dimen>
514 <dimen name="abc_action_bar_subtitle_text_size">14dp</dimen>
515 <dimen name="abc_action_bar_subtitle_top_margin">-3dp</dimen>
516 <dimen name="abc_action_bar_title_text_size">18dp</dimen>
517 <dimen name="abc_action_button_min_width">56dip</dimen>
518 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/config.xml -->
519 <eat-comment />
520
521 <dimen name="abc_config_prefDialogWidth">320dp</dimen>
522 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/dimens.xml -->
523 <eat-comment />
524
525 <dimen name="abc_dropdownitem_icon_width">32dip</dimen>
526 <dimen name="abc_dropdownitem_text_padding_left">8dip</dimen>
527 <dimen name="abc_dropdownitem_text_padding_right">8dip</dimen>
528 <dimen name="abc_panel_menu_list_width">296dp</dimen>
529 <dimen name="abc_search_view_preferred_width">320dip</dimen>
530 <dimen name="abc_search_view_text_min_width">160dip</dimen>
531
532 <item name="dialog_fixed_height_major" type="dimen">80%</item>
533 <item name="dialog_fixed_height_minor" type="dimen">100%</item>
534 <item name="dialog_fixed_width_major" type="dimen">320dp</item>
535 <item name="dialog_fixed_width_minor" type="dimen">320dp</item>
536 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/ids.xml -->
537 <eat-comment />
538
539 <item name="action_bar_activity_content" type="id"/>
540 <item name="action_menu_divider" type="id"/>
541 <item name="action_menu_presenter" type="id"/>
542 <item name="home" type="id"/>
543 <item name="progress_circular" type="id"/>
544 <item name="progress_horizontal" type="id"/>
545 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/dimens.xml -->
546 <eat-comment />
547
548 <integer name="abc_max_action_buttons">2</integer>
549 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/strings.xml -->
550 <eat-comment />
551
552 <string name="abc_action_bar_home_description">Navigate home</string>
553 <string name="abc_action_bar_up_description">Navigate up</string>
554 <string name="abc_action_menu_overflow_description">More options</string>
555 <string name="abc_action_mode_done">Done</string>
556 <string name="abc_activity_chooser_view_see_all">See all</string>
557 <string name="abc_activitychooserview_choose_application">Choose an app</string>
558 <string name="abc_searchview_description_clear">Clear query</string>
559 <string name="abc_searchview_description_query">Search query</string>
560 <string name="abc_searchview_description_search">Search</string>
561 <string name="abc_searchview_description_submit">Submit query</string>
562 <string name="abc_searchview_description_voice">Voice search</string>
563 <string name="abc_shareactionprovider_share_with">Share with</string>
564 <string name="abc_shareactionprovider_share_with_application">Share with %s</string>
565 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/styles_base.xml -->
566 <eat-comment />
567
568 <style name="TextAppearance.AppCompat.Base.CompactMenu.Dialog" parent="android:TextAppearance.Medium">
569 <item name="android:textColor">@android:color/primary_text_light</item>
570 </style>
571
572 <style name="TextAppearance.AppCompat.Base.SearchResult" parent="">
573 <item name="android:textStyle">normal</item>
574 <item name="android:textColor">?android:textColorPrimary</item>
575 <item name="android:textColorHint">?android:textColorHint</item>
576 </style>
577
578 <style name="TextAppearance.AppCompat.Base.SearchResult.Subtitle">
579 <item name="android:textSize">14sp</item>
580 <item name="android:textColor">?android:textColorSecondary</item>
581 </style>
582
583 <style name="TextAppearance.AppCompat.Base.SearchResult.Title">
584 <item name="android:textSize">18sp</item>
585 </style>
586
587 <style name="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large" parent="android:TextAppearance.Widget">
588 <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
589 <item name="android:textSize">18sp</item>
590 </style>
591
592 <style name="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small" parent="android:TextAppearance.Widget">
593 <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
594 <item name="android:textSize">14sp</item>
595 </style>
596
597 <style name="TextAppearance.AppCompat.Light.Base.SearchResult" parent="TextAppearance.AppCompat.Base.SearchResult">
598 <item name="android:textColor">?android:textColorPrimary</item>
599 <item name="android:textColorHint">?android:textColorHint</item>
600 </style>
601
602 <style name="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle">
603 <item name="android:textSize">14sp</item>
604 <item name="android:textColor">?android:textColorSecondary</item>
605 </style>
606
607 <style name="TextAppearance.AppCompat.Light.Base.SearchResult.Title">
608 <item name="android:textSize">18sp</item>
609 </style>
610
611 <style name="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large"></style>
612
613 <style name="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small"></style>
614 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/styles.xml -->
615 <eat-comment />
616
617 <style name="TextAppearance.AppCompat.Light.SearchResult.Subtitle" parent="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle"></style>
618
619 <style name="TextAppearance.AppCompat.Light.SearchResult.Title" parent="TextAppearance.AppCompat.Light.Base.SearchResult.Title"></style>
620
621 <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Large"></style>
622
623 <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Small"></style>
624
625 <style name="TextAppearance.AppCompat.SearchResult.Subtitle" parent="TextAppearance.AppCompat.Base.SearchResult.Subtitle"></style>
626
627 <style name="TextAppearance.AppCompat.SearchResult.Title" parent="TextAppearance.AppCompat.Base.SearchResult.Title"></style>
628
629 <style name="TextAppearance.AppCompat.Widget.ActionBar.Menu" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Menu"></style>
630
631 <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle"></style>
632
633 <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse"></style>
634
635 <style name="TextAppearance.AppCompat.Widget.ActionBar.Title" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Title"></style>
636
637 <style name="TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Title.Inverse"></style>
638
639 <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle"></style>
640
641 <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse"></style>
642
643 <style name="TextAppearance.AppCompat.Widget.ActionMode.Title" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Title"></style>
644
645 <style name="TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Title.Inverse"></style>
646 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/styles_base.xml -->
647 <eat-comment />
648
649 <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Menu" parent="android:TextAppearance.Small">
650 <item name="android:textSize">12sp</item>
651 <item name="android:textStyle">bold</item>
652 <item name="android:textColor">?attr/actionMenuTextColor</item>
653 </style>
654
655 <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle" parent="android:TextAppearance.Small">
656 <item name="android:textSize">@dimen/abc_action_bar_subtitle_text_size</item>
657 </style>
658
659 <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse" parent="android:TextAppearance.Small.Inverse">
660 <item name="android:textSize">@dimen/abc_action_bar_subtitle_text_size</item>
661 </style>
662
663 <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Title" parent="android:TextAppearance.Medium">
664 <item name="android:textSize">@dimen/abc_action_bar_title_text_size</item>
665 </style>
666
667 <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Title.Inverse" parent="android:TextAppearance.Medium.Inverse">
668 <item name="android:textSize">@dimen/abc_action_bar_title_text_size</item>
669 </style>
670
671 <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle" parent="android:TextAppearance.Small">
672 <item name="android:textColor">?android:attr/textColorSecondary</item>
673 </style>
674
675 <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse" parent="android:TextAppearance.Small.Inverse">
676 <item name="android:textColor">?android:attr/textColorSecondaryInverse</item>
677 </style>
678
679 <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Title" parent="android:TextAppearance.Medium"></style>
680
681 <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Title.Inverse" parent="android:TextAppearance.Medium.Inverse"></style>
682
683 <style name="TextAppearance.AppCompat.Widget.Base.DropDownItem" parent="android:TextAppearance.Small">
684 <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
685 </style>
686 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/styles.xml -->
687 <eat-comment />
688
689 <style name="TextAppearance.AppCompat.Widget.DropDownItem" parent="TextAppearance.AppCompat.Widget.Base.DropDownItem"></style>
690
691 <style name="TextAppearance.AppCompat.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large"></style>
692
693 <style name="TextAppearance.AppCompat.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small"></style>
694 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/styles_base.xml -->
695 <eat-comment />
696
697 <style name="TextAppearance.Widget.AppCompat.Base.ExpandedMenu.Item" parent="android:TextAppearance.Medium">
698 <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
699 </style>
700 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/styles.xml -->
701 <eat-comment />
702
703 <style name="TextAppearance.Widget.AppCompat.ExpandedMenu.Item" parent="TextAppearance.Widget.AppCompat.Base.ExpandedMenu.Item"></style>
704 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/themes.xml -->
705 <eat-comment />
706
707 <style name="Theme.AppCompat" parent="Theme.Base.AppCompat">
708 <item name="isLightTheme">false</item>
709
710 <!-- Required for use of support_simple_spinner_dropdown_item.xml -->
711 <item name="spinnerDropDownItemStyle"> @style/Widget.AppCompat.DropDownItem.Spinner</item>
712 <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item>
713 <item name="searchResultListItemHeight">58dip</item>
714
715 <!-- Popup Menu styles -->
716 <item name="popupMenuStyle">@style/Widget.AppCompat.PopupMenu</item>
717 <item name="textAppearanceLargePopupMenu"> @style/TextAppearance.AppCompat.Widget.PopupMenu.Large</item>
718 <item name="textAppearanceSmallPopupMenu"> @style/TextAppearance.AppCompat.Widget.PopupMenu.Small</item>
719 <item name="listPopupWindowStyle">@style/Widget.AppCompat.ListPopupWindow</item>
720 <item name="dropDownListViewStyle">@style/Widget.AppCompat.ListView.DropDown</item>
721
722 <!-- SearchView attributes -->
723 <item name="searchDropdownBackground">@drawable/abc_search_dropdown_dark</item>
724 <item name="searchViewTextField">@drawable/abc_textfield_searchview_holo_dark</item>
725 <item name="searchViewTextFieldRight">@drawable/abc_textfield_searchview_right_holo_dark</item>
726 <item name="searchViewCloseIcon">@drawable/abc_ic_clear</item>
727 <item name="searchViewSearchIcon">@drawable/abc_ic_search</item>
728 <item name="searchViewGoIcon">@drawable/abc_ic_go</item>
729 <item name="searchViewVoiceIcon">@drawable/abc_ic_voice_search</item>
730 <item name="searchViewEditQuery">@drawable/abc_ic_commit_search_api_holo_dark</item>
731 <item name="searchViewEditQueryBackground">?attr/selectableItemBackground</item>
732 <item name="searchViewAutoCompleteTextView"> @style/Widget.AppCompat.AutoCompleteTextView</item>
733 <item name="textColorSearchUrl">@color/abc_search_url_text_holo</item>
734 <item name="textAppearanceSearchResultTitle"> @style/TextAppearance.AppCompat.SearchResult.Title</item>
735 <item name="textAppearanceSearchResultSubtitle"> @style/TextAppearance.AppCompat.SearchResult.Subtitle</item>
736 <item name="actionModeShareDrawable">@drawable/abc_ic_menu_share_holo_dark</item>
737
738 <!-- ShareActionProvider attributes -->
739 <item name="activityChooserViewStyle">@style/Widget.AppCompat.ActivityChooserView</item>
740 </style>
741 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/themes_base.xml -->
742 <eat-comment />
743
744 <style name="Theme.AppCompat.Base.CompactMenu" parent="">
745 <item name="android:itemTextAppearance"> @style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item</item>
746 <item name="android:listViewStyle">@style/Widget.AppCompat.ListView.Menu</item>
747 </style>
748
749 <style name="Theme.AppCompat.Base.CompactMenu.Dialog" parent="">
750 <item name="android:itemTextAppearance"> @style/TextAppearance.AppCompat.Base.CompactMenu.Dialog</item>
751 <item name="android:listViewStyle">@android:style/Widget.ListView.Menu</item>
752 </style>
753 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/themes.xml -->
754 <eat-comment />
755
756 <style name="Theme.AppCompat.CompactMenu" parent="Theme.AppCompat.Base.CompactMenu"></style>
757
758 <style name="Theme.AppCompat.CompactMenu.Dialog" parent="Theme.AppCompat.Base.CompactMenu.Dialog"></style>
759
760 <style name="Theme.AppCompat.DialogWhenLarge" parent="Theme.Base.AppCompat.DialogWhenLarge"></style>
761
762 <style name="Theme.AppCompat.Light" parent="Theme.Base.AppCompat.Light">
763 <item name="isLightTheme">true</item>
764
765 <!-- Required for use of support_simple_spinner_dropdown_item.xml -->
766 <item name="spinnerDropDownItemStyle"> @style/Widget.AppCompat.Light.DropDownItem.Spinner</item>
767 <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item>
768 <item name="searchResultListItemHeight">58dip</item>
769
770 <!-- Popup Menu styles -->
771 <item name="popupMenuStyle">@style/Widget.AppCompat.Light.PopupMenu</item>
772 <item name="textAppearanceLargePopupMenu"> @style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large</item>
773 <item name="textAppearanceSmallPopupMenu"> @style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small</item>
774 <item name="listPopupWindowStyle">@style/Widget.AppCompat.Light.ListPopupWindow</item>
775 <item name="dropDownListViewStyle">@style/Widget.AppCompat.Light.ListView.DropDown</item>
776
777 <!-- SearchView attributes -->
778 <item name="searchDropdownBackground">@drawable/abc_search_dropdown_light</item>
779 <item name="searchViewTextField">@drawable/abc_textfield_searchview_holo_light</item>
780 <item name="searchViewTextFieldRight">@drawable/abc_textfield_searchview_right_holo_light</item>
781 <item name="searchViewCloseIcon">@drawable/abc_ic_clear_holo_light</item>
782 <item name="searchViewSearchIcon">@drawable/abc_ic_search_api_holo_light</item>
783 <item name="searchViewGoIcon">@drawable/abc_ic_go_search_api_holo_light</item>
784 <item name="searchViewVoiceIcon">@drawable/abc_ic_voice_search_api_holo_light</item>
785 <item name="searchViewEditQuery">@drawable/abc_ic_commit_search_api_holo_light</item>
786 <item name="searchViewEditQueryBackground">?attr/selectableItemBackground</item>
787 <item name="searchViewAutoCompleteTextView"> @style/Widget.AppCompat.Light.AutoCompleteTextView</item>
788 <item name="textColorSearchUrl">@color/abc_search_url_text_holo</item>
789 <item name="textAppearanceSearchResultTitle"> @style/TextAppearance.AppCompat.Light.SearchResult.Title</item>
790 <item name="textAppearanceSearchResultSubtitle"> @style/TextAppearance.AppCompat.Light.SearchResult.Subtitle</item>
791 <item name="actionModeShareDrawable">@drawable/abc_ic_menu_share_holo_light</item>
792
793 <!-- ShareActionProvider attributes -->
794 <item name="activityChooserViewStyle">@style/Widget.AppCompat.Light.ActivityChooserView</item>
795 </style>
796
797 <style name="Theme.AppCompat.Light.DarkActionBar" parent="Theme.Base.AppCompat.Light.DarkActionBar">
798 <item name="isLightTheme">true</item>
799
800 <!-- Required for use of support_simple_spinner_dropdown_item.xml -->
801 <item name="spinnerDropDownItemStyle"> @style/Widget.AppCompat.Light.DropDownItem.Spinner</item>
802 <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item>
803 <item name="searchResultListItemHeight">58dip</item>
804
805 <!-- Popup Menu styles -->
806 <item name="popupMenuStyle">@style/Widget.AppCompat.Light.PopupMenu</item>
807 <item name="textAppearanceLargePopupMenu"> @style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large</item>
808 <item name="textAppearanceSmallPopupMenu"> @style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small</item>
809 <item name="listPopupWindowStyle">@style/Widget.AppCompat.ListPopupWindow</item>
810 <item name="dropDownListViewStyle">@style/Widget.AppCompat.ListView.DropDown</item>
811
812 <!-- SearchView attributes -->
813 <item name="searchDropdownBackground">@drawable/abc_search_dropdown_dark</item>
814 <item name="searchViewTextField">@drawable/abc_textfield_searchview_holo_dark</item>
815 <item name="searchViewTextFieldRight">@drawable/abc_textfield_searchview_right_holo_dark</item>
816 <item name="searchViewCloseIcon">@drawable/abc_ic_clear</item>
817 <item name="searchViewSearchIcon">@drawable/abc_ic_search</item>
818 <item name="searchViewGoIcon">@drawable/abc_ic_go</item>
819 <item name="searchViewVoiceIcon">@drawable/abc_ic_voice_search</item>
820 <item name="searchViewEditQuery">@drawable/abc_ic_commit_search_api_holo_dark</item>
821 <item name="searchViewEditQueryBackground">?attr/selectableItemBackground</item>
822 <item name="searchViewAutoCompleteTextView"> @style/Widget.AppCompat.AutoCompleteTextView</item>
823 <item name="textColorSearchUrl">@color/abc_search_url_text_holo</item>
824 <item name="textAppearanceSearchResultTitle"> @style/TextAppearance.AppCompat.SearchResult.Title</item>
825 <item name="textAppearanceSearchResultSubtitle"> @style/TextAppearance.AppCompat.SearchResult.Subtitle</item>
826 <item name="actionModeShareDrawable">@drawable/abc_ic_menu_share_holo_dark</item>
827
828 <!-- ShareActionProvider attributes -->
829 <item name="activityChooserViewStyle">@style/Widget.AppCompat.ActivityChooserView</item>
830 </style>
831
832 <style name="Theme.AppCompat.Light.DialogWhenLarge" parent="Theme.Base.AppCompat.Light.DialogWhenLarge"></style>
833 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/themes_base.xml -->
834 <eat-comment />
835
836 <style name="Theme.Base" parent="android:Theme"></style>
837
838 <style name="Theme.Base.AppCompat" parent="Theme.Base">
839 <item name="windowActionBar">true</item>
840 <!-- Remove system title bars; we will add the action bar ourselves. -->
841 <item name="android:windowNoTitle">true</item>
842 <item name="buttonBarStyle">@android:style/ButtonBar</item>
843 <item name="buttonBarButtonStyle">@android:style/Widget.Button</item>
844 <item name="selectableItemBackground">@drawable/abc_item_background_holo_dark</item>
845 <item name="homeAsUpIndicator">@drawable/abc_ic_ab_back_holo_dark</item>
846 <item name="dividerVertical">@drawable/abc_list_divider_holo_dark</item>
847 <item name="dividerHorizontal">@drawable/abc_list_divider_holo_dark</item>
848 <item name="listPreferredItemHeight">?android:attr/listPreferredItemHeight</item>
849 <item name="listPreferredItemHeightSmall">48dp</item>
850 <item name="listPreferredItemHeightLarge">80dp</item>
851 <item name="listPreferredItemPaddingLeft">8dip</item>
852 <item name="listPreferredItemPaddingRight">8dip</item>
853 <item name="textAppearanceListItem">?android:attr/textAppearanceMedium</item>
854 <item name="textAppearanceListItemSmall">?android:attr/textAppearanceMedium</item>
855 <item name="actionBarTabStyle">@style/Widget.AppCompat.ActionBar.TabView</item>
856 <item name="actionBarTabBarStyle">@style/Widget.AppCompat.ActionBar.TabBar</item>
857 <item name="actionBarTabTextStyle">@style/Widget.AppCompat.ActionBar.TabText</item>
858 <item name="actionButtonStyle">@style/Widget.AppCompat.ActionButton</item>
859 <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.ActionButton.Overflow</item>
860 <item name="actionBarStyle">@style/Widget.AppCompat.ActionBar</item>
861 <item name="actionBarSplitStyle">?attr/actionBarStyle</item>
862 <item name="actionBarWidgetTheme">@null</item>
863 <item name="actionBarSize">@dimen/abc_action_bar_default_height</item>
864 <item name="actionBarDivider">?attr/dividerVertical</item>
865 <item name="actionBarItemBackground">?attr/selectableItemBackground</item>
866 <item name="actionMenuTextAppearance"> @style/TextAppearance.AppCompat.Widget.ActionBar.Menu</item>
867 <item name="actionMenuTextColor">?android:attr/textColorPrimaryDisableOnly</item>
868
869 <!-- Dropdown Spinner Attributes -->
870 <item name="actionDropDownStyle">@style/Widget.AppCompat.Spinner.DropDown.ActionBar</item>
871
872 <!-- Action Mode -->
873 <item name="actionModeStyle">@style/Widget.AppCompat.ActionMode</item>
874 <item name="actionModeBackground">@drawable/abc_cab_background_top_holo_dark</item>
875 <item name="actionModeSplitBackground">@drawable/abc_cab_background_bottom_holo_dark</item>
876 <item name="actionModeCloseDrawable">@drawable/abc_ic_cab_done_holo_dark</item>
877 <item name="actionModeCloseButtonStyle">@style/Widget.AppCompat.ActionButton.CloseMode</item>
878
879 <!-- Panel attributes -->
880 <item name="panelMenuListWidth">@dimen/abc_panel_menu_list_width</item>
881 <item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item>
882 <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item>
883 <item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_dark</item>
884 </style>
885
886 <style name="Theme.Base.AppCompat.Dialog.FixedSize" parent="android:Theme.Dialog">
887 <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item>
888 <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item>
889 <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item>
890 <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item>
891 <item name="windowActionBar">true</item>
892 <!-- Remove system title bars; we will add the action bar ourselves. -->
893 <item name="android:windowNoTitle">true</item>
894 <item name="buttonBarStyle">@android:style/ButtonBar</item>
895 <item name="buttonBarButtonStyle">@android:style/Widget.Button</item>
896 <item name="selectableItemBackground">@drawable/abc_item_background_holo_dark</item>
897 <item name="dividerVertical">@drawable/abc_list_divider_holo_dark</item>
898 <item name="dividerHorizontal">@drawable/abc_list_divider_holo_dark</item>
899 <item name="listPreferredItemHeight">?android:attr/listPreferredItemHeight</item>
900 <item name="listPreferredItemHeightSmall">48dp</item>
901 <item name="listPreferredItemHeightLarge">80dp</item>
902 <item name="listPreferredItemPaddingLeft">8dip</item>
903 <item name="listPreferredItemPaddingRight">8dip</item>
904 <item name="textAppearanceListItem">?android:attr/textAppearanceMedium</item>
905 <item name="textAppearanceListItemSmall">?android:attr/textAppearanceMedium</item>
906
907 <!-- Action Mode -->
908 <item name="actionModeStyle">@style/Widget.AppCompat.ActionMode</item>
909 <item name="actionModeBackground">@drawable/abc_cab_background_top_holo_dark</item>
910 <item name="actionModeSplitBackground">@drawable/abc_cab_background_bottom_holo_dark</item>
911 <item name="actionModeCloseDrawable">@drawable/abc_ic_cab_done_holo_dark</item>
912 <item name="actionModeCloseButtonStyle">@style/Widget.AppCompat.ActionButton.CloseMode</item>
913
914 <!-- Panel attributes -->
915 <item name="panelMenuListWidth">@dimen/abc_panel_menu_list_width</item>
916 <item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item>
917 <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item>
918 <item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_dark</item>
919 </style>
920
921 <style name="Theme.Base.AppCompat.Dialog.Light.FixedSize" parent="Theme.Base.AppCompat.Dialog.FixedSize" />
922
923 <style name="Theme.Base.AppCompat.DialogWhenLarge" parent="Theme.Base.AppCompat"></style>
924
925 <style name="Theme.Base.AppCompat.Light" parent="Theme.Base.Light">
926 <item name="windowActionBar">true</item>
927 <!-- Remove system title bars; we will add the action bar ourselves. -->
928 <item name="android:windowNoTitle">true</item>
929 <item name="buttonBarStyle">@android:style/ButtonBar</item>
930 <item name="buttonBarButtonStyle">@android:style/Widget.Button</item>
931 <item name="selectableItemBackground">@drawable/abc_item_background_holo_light</item>
932 <item name="homeAsUpIndicator">@drawable/abc_ic_ab_back_holo_light</item>
933 <item name="dividerVertical">@drawable/abc_list_divider_holo_light</item>
934 <item name="dividerHorizontal">@drawable/abc_list_divider_holo_light</item>
935 <item name="listPreferredItemHeight">?android:attr/listPreferredItemHeight</item>
936 <item name="listPreferredItemHeightSmall">48dp</item>
937 <item name="listPreferredItemHeightLarge">80dp</item>
938 <item name="listPreferredItemPaddingLeft">8dip</item>
939 <item name="listPreferredItemPaddingRight">8dip</item>
940 <item name="textAppearanceListItem">?android:attr/textAppearanceMedium</item>
941 <item name="textAppearanceListItemSmall">?android:attr/textAppearanceMedium</item>
942
943 <!-- Action Bar Styles -->
944 <item name="actionBarTabStyle">@style/Widget.AppCompat.Light.ActionBar.TabView</item>
945 <item name="actionBarTabBarStyle">@style/Widget.AppCompat.Light.ActionBar.TabBar</item>
946 <item name="actionBarTabTextStyle">@style/Widget.AppCompat.Light.ActionBar.TabText</item>
947 <item name="actionButtonStyle">@style/Widget.AppCompat.Light.ActionButton</item>
948 <item name="actionOverflowButtonStyle"> @style/Widget.AppCompat.Light.ActionButton.Overflow</item>
949 <item name="actionBarStyle">@style/Widget.AppCompat.Light.ActionBar</item>
950 <item name="actionBarSplitStyle">?attr/actionBarStyle</item>
951 <item name="actionBarWidgetTheme">@null</item>
952 <item name="actionBarSize">@dimen/abc_action_bar_default_height</item>
953 <item name="actionBarDivider">?attr/dividerVertical</item>
954 <item name="actionBarItemBackground">?attr/selectableItemBackground</item>
955 <item name="actionMenuTextAppearance"> @style/TextAppearance.AppCompat.Widget.ActionBar.Menu</item>
956 <item name="actionMenuTextColor">?android:attr/textColorPrimaryDisableOnly</item>
957
958 <!-- Action Mode -->
959 <item name="actionModeStyle">@style/Widget.AppCompat.ActionMode</item>
960 <item name="actionModeBackground">@drawable/abc_cab_background_top_holo_light</item>
961 <item name="actionModeSplitBackground">@drawable/abc_cab_background_bottom_holo_light</item>
962 <item name="actionModeCloseDrawable">@drawable/abc_ic_cab_done_holo_light</item>
963 <item name="actionModeCloseButtonStyle">@style/Widget.AppCompat.Light.ActionButton.CloseMode</item>
964
965 <!-- Dropdown Spinner Attributes -->
966 <item name="actionDropDownStyle"> @style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar</item>
967
968 <!-- Panel attributes -->
969 <item name="panelMenuListWidth">@dimen/abc_panel_menu_list_width</item>
970 <item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item>
971 <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_light</item>
972 <item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_light</item>
973 </style>
974
975 <style name="Theme.Base.AppCompat.Light.DarkActionBar" parent="Theme.Base.AppCompat.Light">
976 <item name="homeAsUpIndicator">@drawable/abc_ic_ab_back_holo_dark</item>
977 <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.ActionButton.Overflow</item>
978 <item name="actionBarStyle">@style/Widget.AppCompat.Light.ActionBar.Solid.Inverse</item>
979 <item name="actionBarWidgetTheme">@style/Theme.AppCompat</item>
980 <item name="actionBarDivider">@drawable/abc_list_divider_holo_dark</item>
981 <item name="actionBarItemBackground">@drawable/abc_item_background_holo_dark</item>
982 <item name="actionBarTabStyle">@style/Widget.AppCompat.Light.ActionBar.TabView.Inverse</item>
983 <item name="actionBarTabBarStyle">@style/Widget.AppCompat.Light.ActionBar.TabBar.Inverse</item>
984 <item name="actionBarTabTextStyle">@style/Widget.AppCompat.Light.ActionBar.TabText.Inverse</item>
985 <item name="actionMenuTextColor">?android:attr/textColorPrimaryInverseDisableOnly</item>
986
987 <!-- Action Mode -->
988 <item name="actionModeStyle">@style/Widget.AppCompat.Light.ActionMode.Inverse</item>
989 <item name="actionModeBackground">@drawable/abc_cab_background_top_holo_dark</item>
990 <item name="actionModeSplitBackground">@drawable/abc_cab_background_bottom_holo_dark</item>
991 <item name="actionModeCloseDrawable">@drawable/abc_ic_cab_done_holo_dark</item>
992 <item name="actionModeCloseButtonStyle">@style/Widget.AppCompat.ActionButton.CloseMode</item>
993
994 <!-- Dropdown Spinner Attributes -->
995 <item name="actionDropDownStyle">@style/Widget.AppCompat.Spinner.DropDown.ActionBar</item>
996
997 <!-- Panel attributes -->
998 <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item>
999 <item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_dark</item>
1000 </style>
1001
1002 <style name="Theme.Base.AppCompat.Light.DialogWhenLarge" parent="Theme.Base.AppCompat.Light"></style>
1003
1004 <style name="Theme.Base.Light" parent="android:Theme.Light"></style>
1005 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/styles.xml -->
1006 <eat-comment />
1007
1008 <style name="Widget.AppCompat.ActionBar" parent="Widget.AppCompat.Base.ActionBar"></style>
1009
1010 <style name="Widget.AppCompat.ActionBar.Solid" parent="Widget.AppCompat.Base.ActionBar.Solid"></style>
1011
1012 <style name="Widget.AppCompat.ActionBar.TabBar" parent="Widget.AppCompat.Base.ActionBar.TabBar"></style>
1013
1014 <style name="Widget.AppCompat.ActionBar.TabText" parent="Widget.AppCompat.Base.ActionBar.TabText"></style>
1015
1016 <style name="Widget.AppCompat.ActionBar.TabView" parent="Widget.AppCompat.Base.ActionBar.TabView"></style>
1017
1018 <style name="Widget.AppCompat.ActionButton" parent="Widget.AppCompat.Base.ActionButton"></style>
1019
1020 <style name="Widget.AppCompat.ActionButton.CloseMode" parent="Widget.AppCompat.Base.ActionButton.CloseMode"></style>
1021
1022 <style name="Widget.AppCompat.ActionButton.Overflow" parent="Widget.AppCompat.Base.ActionButton.Overflow"></style>
1023
1024 <style name="Widget.AppCompat.ActionMode" parent="Widget.AppCompat.Base.ActionMode"></style>
1025
1026 <style name="Widget.AppCompat.ActivityChooserView" parent="Widget.AppCompat.Base.ActivityChooserView"></style>
1027
1028 <style name="Widget.AppCompat.AutoCompleteTextView" parent="Widget.AppCompat.Base.AutoCompleteTextView"></style>
1029 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/styles_base.xml -->
1030 <eat-comment />
1031
1032 <style name="Widget.AppCompat.Base.ActionBar" parent="">
1033 <item name="displayOptions">useLogo|showHome|showTitle</item>
1034 <item name="divider">?attr/dividerVertical</item>
1035 <item name="height">?attr/actionBarSize</item>
1036 <item name="homeLayout">@layout/abc_action_bar_home</item>
1037 <item name="titleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionBar.Title</item>
1038 <item name="subtitleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle</item>
1039 <item name="background">@drawable/abc_ab_transparent_dark_holo</item>
1040 <item name="backgroundStacked">@drawable/abc_ab_stacked_transparent_dark_holo</item>
1041 <item name="backgroundSplit">@drawable/abc_ab_bottom_transparent_dark_holo</item>
1042 <item name="actionButtonStyle">@style/Widget.AppCompat.ActionButton</item>
1043 <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.ActionButton.Overflow</item>
1044 <item name="progressBarStyle">@style/Widget.AppCompat.ProgressBar.Horizontal</item>
1045 <item name="indeterminateProgressStyle">@style/Widget.AppCompat.ProgressBar</item>
1046 </style>
1047
1048 <style name="Widget.AppCompat.Base.ActionBar.Solid" parent="Widget.AppCompat.Base.ActionBar">
1049 <item name="background">@drawable/abc_ab_solid_dark_holo</item>
1050 <item name="backgroundStacked">@drawable/abc_ab_stacked_solid_dark_holo</item>
1051 <item name="backgroundSplit">@drawable/abc_ab_bottom_solid_dark_holo</item>
1052 </style>
1053
1054 <style name="Widget.AppCompat.Base.ActionBar.TabBar" parent="">
1055 <item name="divider">?attr/actionBarDivider</item>
1056 <item name="showDividers">middle</item>
1057 <item name="dividerPadding">12dip</item>
1058 </style>
1059
1060 <style name="Widget.AppCompat.Base.ActionBar.TabText" parent="">
1061 <item name="android:textAppearance">@null</item>
1062 <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
1063 <item name="android:textSize">12sp</item>
1064 <item name="android:textStyle">bold</item>
1065 <item name="android:ellipsize">marquee</item>
1066 <item name="android:maxLines">2</item>
1067 <item name="textAllCaps">true</item>
1068 </style>
1069
1070 <style name="Widget.AppCompat.Base.ActionBar.TabView" parent="">
1071 <item name="android:background">@drawable/abc_tab_indicator_ab_holo</item>
1072 <item name="android:gravity">center_horizontal</item>
1073 <item name="android:paddingLeft">16dip</item>
1074 <item name="android:paddingRight">16dip</item>
1075 <item name="android:minWidth">80dip</item>
1076 </style>
1077
1078 <style name="Widget.AppCompat.Base.ActionButton" parent="">
1079 <item name="android:background">?attr/actionBarItemBackground</item>
1080 <item name="android:paddingLeft">12dip</item>
1081 <item name="android:paddingRight">12dip</item>
1082 <item name="android:minWidth">@dimen/abc_action_button_min_width</item>
1083 <item name="android:minHeight">?attr/actionBarSize</item>
1084 <item name="android:gravity">center</item>
1085 <item name="android:maxLines">2</item>
1086 <item name="textAllCaps">@bool/abc_config_actionMenuItemAllCaps</item>
1087 </style>
1088
1089 <style name="Widget.AppCompat.Base.ActionButton.CloseMode" parent="Widget.AppCompat.Base.ActionButton"></style>
1090
1091 <style name="Widget.AppCompat.Base.ActionButton.Overflow" parent="Widget.AppCompat.Base.ActionButton">
1092 <item name="android:src">@drawable/abc_ic_menu_moreoverflow_normal_holo_dark</item>
1093 </style>
1094
1095 <style name="Widget.AppCompat.Base.ActionMode" parent="">
1096 <item name="background">?attr/actionModeBackground</item>
1097 <item name="backgroundSplit">?attr/actionModeSplitBackground</item>
1098 <item name="height">?attr/actionBarSize</item>
1099 <item name="titleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionMode.Title</item>
1100 <item name="subtitleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle</item>
1101 </style>
1102
1103 <style name="Widget.AppCompat.Base.ActivityChooserView" parent="">
1104 <item name="android:gravity">center</item>
1105 <item name="android:background">@drawable/abc_ab_share_pack_holo_dark</item>
1106 <item name="divider">?attr/dividerVertical</item>
1107 <item name="showDividers">middle</item>
1108 <item name="dividerPadding">6dip</item>
1109 </style>
1110
1111 <style name="Widget.AppCompat.Base.AutoCompleteTextView" parent="android:Widget.AutoCompleteTextView">
1112 <item name="android:textColor">?attr/actionMenuTextColor</item>
1113 <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item>
1114 <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item>
1115 </style>
1116
1117 <style name="Widget.AppCompat.Base.DropDownItem.Spinner" parent="">
1118 <item name="android:textAppearance">@style/TextAppearance.AppCompat.Widget.DropDownItem</item>
1119 <item name="android:paddingLeft">8dp</item>
1120 <item name="android:paddingRight">8dp</item>
1121 <item name="android:gravity">center_vertical</item>
1122 </style>
1123
1124 <style name="Widget.AppCompat.Base.ListPopupWindow" parent="">
1125 <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item>
1126 <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item>
1127 <item name="android:dropDownVerticalOffset">0dip</item>
1128 <item name="android:dropDownHorizontalOffset">0dip</item>
1129 <item name="android:dropDownWidth">wrap_content</item>
1130 </style>
1131
1132 <style name="Widget.AppCompat.Base.ListView.DropDown" parent="android:Widget.ListView">
1133 <item name="android:listSelector">@drawable/abc_list_selector_holo_dark</item>
1134 </style>
1135
1136 <style name="Widget.AppCompat.Base.ListView.Menu" parent="android:Widget.ListView.Menu">
1137 <item name="android:listSelector">?attr/listChoiceBackgroundIndicator</item>
1138 <item name="android:divider">?attr/dividerHorizontal</item>
1139 </style>
1140
1141 <style name="Widget.AppCompat.Base.PopupMenu" parent="@style/Widget.AppCompat.Base.ListPopupWindow"></style>
1142
1143 <style name="Widget.AppCompat.Base.ProgressBar" parent="android:Widget.ProgressBar">
1144 <item name="android:minWidth">@dimen/abc_action_bar_progress_bar_size</item>
1145 <item name="android:maxWidth">@dimen/abc_action_bar_progress_bar_size</item>
1146 <item name="android:minHeight">@dimen/abc_action_bar_progress_bar_size</item>
1147 <item name="android:maxHeight">@dimen/abc_action_bar_progress_bar_size</item>
1148 </style>
1149
1150 <style name="Widget.AppCompat.Base.ProgressBar.Horizontal" parent="android:Widget.ProgressBar.Horizontal"></style>
1151
1152 <style name="Widget.AppCompat.Base.Spinner" parent="">
1153 <item name="spinnerMode">dropdown</item>
1154 <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item>
1155 <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item>
1156 <item name="android:dropDownVerticalOffset">0dip</item>
1157 <item name="android:dropDownHorizontalOffset">0dip</item>
1158 <item name="android:dropDownWidth">wrap_content</item>
1159 <item name="android:gravity">left|center_vertical</item>
1160 <item name="android:clickable">true</item>
1161 <item name="android:background">@drawable/abc_spinner_ab_holo_dark</item>
1162 </style>
1163 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/styles.xml -->
1164 <eat-comment />
1165
1166 <style name="Widget.AppCompat.DropDownItem.Spinner" parent="Widget.AppCompat.Base.DropDownItem.Spinner"></style>
1167
1168 <style name="Widget.AppCompat.Light.ActionBar" parent="Widget.AppCompat.Light.Base.ActionBar"></style>
1169
1170 <style name="Widget.AppCompat.Light.ActionBar.Solid" parent="Widget.AppCompat.Light.Base.ActionBar.Solid"></style>
1171
1172 <style name="Widget.AppCompat.Light.ActionBar.Solid.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.Solid.Inverse"></style>
1173
1174 <style name="Widget.AppCompat.Light.ActionBar.TabBar" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar"></style>
1175
1176 <style name="Widget.AppCompat.Light.ActionBar.TabBar.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar.Inverse" />
1177
1178 <style name="Widget.AppCompat.Light.ActionBar.TabText" parent="Widget.AppCompat.Light.Base.ActionBar.TabText"></style>
1179
1180 <style name="Widget.AppCompat.Light.ActionBar.TabText.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabText.Inverse"></style>
1181
1182 <style name="Widget.AppCompat.Light.ActionBar.TabView" parent="Widget.AppCompat.Light.Base.ActionBar.TabView"></style>
1183
1184 <style name="Widget.AppCompat.Light.ActionBar.TabView.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabView.Inverse"></style>
1185
1186 <style name="Widget.AppCompat.Light.ActionButton" parent="Widget.AppCompat.Light.Base.ActionButton"></style>
1187
1188 <style name="Widget.AppCompat.Light.ActionButton.CloseMode" parent="Widget.AppCompat.Light.Base.ActionButton.CloseMode"></style>
1189
1190 <style name="Widget.AppCompat.Light.ActionButton.Overflow" parent="Widget.AppCompat.Light.Base.ActionButton.Overflow"></style>
1191
1192 <style name="Widget.AppCompat.Light.ActionMode.Inverse" parent="Widget.AppCompat.Light.Base.ActionMode.Inverse"></style>
1193
1194 <style name="Widget.AppCompat.Light.ActivityChooserView" parent="Widget.AppCompat.Light.Base.ActivityChooserView"></style>
1195
1196 <style name="Widget.AppCompat.Light.AutoCompleteTextView" parent="Widget.AppCompat.Light.Base.AutoCompleteTextView"></style>
1197 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/styles_base.xml -->
1198 <eat-comment />
1199
1200 <style name="Widget.AppCompat.Light.Base.ActionBar" parent="Widget.AppCompat.Base.ActionBar">
1201 <item name="background">@drawable/abc_ab_transparent_light_holo</item>
1202 <item name="backgroundStacked">@drawable/abc_ab_stacked_transparent_light_holo</item>
1203 <item name="backgroundSplit">@drawable/abc_ab_bottom_transparent_light_holo</item>
1204 <item name="actionButtonStyle">@style/Widget.AppCompat.Light.ActionButton</item>
1205 <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.Light.ActionButton.Overflow</item>
1206 <item name="progressBarStyle">@style/Widget.AppCompat.ProgressBar.Horizontal</item>
1207 <item name="indeterminateProgressStyle">@style/Widget.AppCompat.ProgressBar</item>
1208 </style>
1209
1210 <style name="Widget.AppCompat.Light.Base.ActionBar.Solid" parent="Widget.AppCompat.Light.Base.ActionBar">
1211 <item name="background">@drawable/abc_ab_solid_light_holo</item>
1212 <item name="backgroundStacked">@drawable/abc_ab_stacked_solid_light_holo</item>
1213 <item name="backgroundSplit">@drawable/abc_ab_bottom_solid_light_holo</item>
1214 </style>
1215
1216 <style name="Widget.AppCompat.Light.Base.ActionBar.Solid.Inverse" parent="Widget.AppCompat.Base.ActionBar.Solid">
1217 <item name="titleTextStyle"> @style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse</item>
1218 <item name="subtitleTextStyle"> @style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse</item>
1219 <item name="actionButtonStyle">@style/Widget.AppCompat.ActionButton</item>
1220 <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.ActionButton.Overflow</item>
1221 </style>
1222
1223 <style name="Widget.AppCompat.Light.Base.ActionBar.TabBar" parent="Widget.AppCompat.Base.ActionBar.TabBar"></style>
1224
1225 <style name="Widget.AppCompat.Light.Base.ActionBar.TabBar.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar"></style>
1226
1227 <style name="Widget.AppCompat.Light.Base.ActionBar.TabText" parent="Widget.AppCompat.Base.ActionBar.TabText"></style>
1228
1229 <style name="Widget.AppCompat.Light.Base.ActionBar.TabText.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabText">
1230 <item name="android:textColor">?android:attr/textColorPrimaryInverseDisableOnly</item>
1231 </style>
1232
1233 <style name="Widget.AppCompat.Light.Base.ActionBar.TabView" parent="Widget.AppCompat.Base.ActionBar.TabView"></style>
1234
1235 <style name="Widget.AppCompat.Light.Base.ActionBar.TabView.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabView"></style>
1236
1237 <style name="Widget.AppCompat.Light.Base.ActionButton" parent="Widget.AppCompat.Base.ActionButton"></style>
1238
1239 <style name="Widget.AppCompat.Light.Base.ActionButton.CloseMode" parent="Widget.AppCompat.Light.Base.ActionButton"></style>
1240
1241 <style name="Widget.AppCompat.Light.Base.ActionButton.Overflow" parent="Widget.AppCompat.Light.Base.ActionButton">
1242 <item name="android:src">@drawable/abc_ic_menu_moreoverflow_normal_holo_light</item>
1243 </style>
1244
1245 <style name="Widget.AppCompat.Light.Base.ActionMode.Inverse" parent="Widget.AppCompat.Base.ActionMode">
1246 <item name="titleTextStyle"> @style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse</item>
1247 <item name="subtitleTextStyle"> @style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse</item>
1248 </style>
1249
1250 <style name="Widget.AppCompat.Light.Base.ActivityChooserView" parent="Widget.AppCompat.Base.ActivityChooserView">
1251 <item name="android:background">@drawable/abc_ab_share_pack_holo_light</item>
1252 </style>
1253
1254 <style name="Widget.AppCompat.Light.Base.AutoCompleteTextView" parent="android:Widget.AutoCompleteTextView">
1255 <item name="android:textColor">?attr/actionMenuTextColor</item>
1256 <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item>
1257 <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item>
1258 </style>
1259
1260 <style name="Widget.AppCompat.Light.Base.DropDownItem.Spinner" parent="Widget.AppCompat.Base.DropDownItem.Spinner"></style>
1261
1262 <style name="Widget.AppCompat.Light.Base.ListPopupWindow" parent="">
1263 <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item>
1264 <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item>
1265 <item name="android:dropDownVerticalOffset">0dip</item>
1266 <item name="android:dropDownHorizontalOffset">0dip</item>
1267 <item name="android:dropDownWidth">wrap_content</item>
1268 </style>
1269
1270 <style name="Widget.AppCompat.Light.Base.ListView.DropDown" parent="android:Widget.ListView">
1271 <item name="android:listSelector">@drawable/abc_list_selector_holo_light</item>
1272 </style>
1273
1274 <style name="Widget.AppCompat.Light.Base.PopupMenu" parent="@style/Widget.AppCompat.Light.Base.ListPopupWindow"></style>
1275
1276 <style name="Widget.AppCompat.Light.Base.Spinner" parent="Widget.AppCompat.Base.Spinner">
1277 <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item>
1278 <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item>
1279 <item name="android:background">@drawable/abc_spinner_ab_holo_light</item>
1280 </style>
1281 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values/styles.xml -->
1282 <eat-comment />
1283
1284 <style name="Widget.AppCompat.Light.DropDownItem.Spinner" parent="Widget.AppCompat.Light.Base.DropDownItem.Spinner"></style>
1285
1286 <style name="Widget.AppCompat.Light.ListPopupWindow" parent="Widget.AppCompat.Light.Base.ListPopupWindow"></style>
1287
1288 <style name="Widget.AppCompat.Light.ListView.DropDown" parent="Widget.AppCompat.Light.Base.ListView.DropDown"></style>
1289
1290 <style name="Widget.AppCompat.Light.PopupMenu" parent="Widget.AppCompat.Light.Base.PopupMenu"></style>
1291
1292 <style name="Widget.AppCompat.Light.Spinner.DropDown.ActionBar" parent="Widget.AppCompat.Light.Base.Spinner"></style>
1293
1294 <style name="Widget.AppCompat.ListPopupWindow" parent="Widget.AppCompat.Base.ListPopupWindow"></style>
1295
1296 <style name="Widget.AppCompat.ListView.DropDown" parent="Widget.AppCompat.Base.ListView.DropDown"></style>
1297
1298 <style name="Widget.AppCompat.ListView.Menu" parent="Widget.AppCompat.Base.ListView.Menu"></style>
1299
1300 <style name="Widget.AppCompat.PopupMenu" parent="Widget.AppCompat.Base.PopupMenu"></style>
1301
1302 <style name="Widget.AppCompat.ProgressBar" parent="Widget.AppCompat.Base.ProgressBar"></style>
1303
1304 <style name="Widget.AppCompat.ProgressBar.Horizontal" parent="Widget.AppCompat.Base.ProgressBar.Horizontal"></style>
1305
1306 <style name="Widget.AppCompat.Spinner.DropDown.ActionBar" parent="Widget.AppCompat.Base.Spinner"></style>
1307
1308 </resources>