num lines-num-new">
28
<!-- Reference to a theme that should be used to inflate widgets
|
|
29
|
and layouts destined for the action bar. Most of the time
|
|
30
|
this will be a reference to the current theme, but when
|
|
31
|
the action bar has a significantly different contrast
|
|
32
|
profile than the rest of the activity the difference
|
|
33
|
can become important. If this is set to @null the current
|
|
34
|
theme will be used.-->
|
|
35
|
<attr name="actionBarWidgetTheme" format="reference" />
|
|
36
|
<!-- Size of the Action Bar, including the contextual
|
|
37
|
bar used to present Action Modes. -->
|
|
38
|
<attr name="actionBarSize" format="dimension" >
|
|
39
|
<enum name="wrap_content" value="0" />
|
|
40
|
</attr>
|
|
41
|
<!-- Custom divider drawable to use for elements in the action bar. -->
|
|
42
|
<attr name="actionBarDivider" format="reference" />
|
|
43
|
<!-- Custom item state list drawable background for action bar items. -->
|
|
44
|
<attr name="actionBarItemBackground" format="reference" />
|
|
45
|
<!-- TextAppearance style that will be applied to text that
|
|
46
|
appears within action menu items. -->
|
|
47
|
<attr name="actionMenuTextAppearance" format="reference" />
|
|
48
|
<!-- Color for text that appears within action menu items. -->
|
|
49
|
<attr name="actionMenuTextColor" format="color|reference" />
|
|
50
|
|
|
51
|
<!-- =================== -->
|
|
52
|
<!-- Action mode styles -->
|
|
53
|
<!-- =================== -->
|
|
54
|
<eat-comment />
|
|
55
|
<attr name="actionModeStyle" format="reference" />
|
|
56
|
<attr name="actionModeCloseButtonStyle" format="reference" />
|
|
57
|
<!-- Background drawable to use for action mode UI -->
|
|
58
|
<attr name="actionModeBackground" format="reference" />
|
|
59
|
<!-- Background drawable to use for action mode UI in the lower split bar -->
|
|
60
|
<attr name="actionModeSplitBackground" format="reference" />
|
|
61
|
<!-- Drawable to use for the close action mode button -->
|
|
62
|
<attr name="actionModeCloseDrawable" format="reference" />
|
|
63
|
<!-- Drawable to use for the Share action button in WebView selection action modes -->
|
|
64
|
<attr name="actionModeShareDrawable" format="reference" />
|
|
65
|
|
|
66
|
<!-- PopupWindow style to use for action modes when showing as a window overlay. -->
|
|
67
|
<attr name="actionModePopupWindowStyle" format="reference" />
|
|
68
|
|
|
69
|
<!-- ============= -->
|
|
70
|
<!-- Button styles -->
|
|
71
|
<!-- ============= -->
|
|
72
|
<eat-comment />
|
|
73
|
|
|
74
|
<!-- Small Button style. -->
|
|
75
|
<attr name="buttonStyleSmall" format="reference" />
|
|
76
|
|
|
77
|
<!-- Background drawable for standalone items that need focus/pressed states. -->
|
|
78
|
<attr name="selectableItemBackground" format="reference" />
|
|
79
|
|
|
80
|
|
|
81
|
|
|
82
|
<!-- This Drawable is overlaid over the foreground of the Window's content area, usually
|
|
83
|
to place a shadow below the title. -->
|
|
84
|
<attr name="windowContentOverlay" format="reference" />
|
|
85
|
|
|
86
|
<!-- Text color, typeface, size, and style for the text inside of a popup menu. -->
|
|
87
|
<attr name="textAppearanceLargePopupMenu" format="reference" />
|
|
88
|
|
|
89
|
<!-- Text color, typeface, size, and style for small text inside of a popup menu. -->
|
|
90
|
<attr name="textAppearanceSmallPopupMenu" format="reference" />
|
|
91
|
|
|
92
|
|
|
93
|
<!-- Text color, typeface, size, and style for "small" text. Defaults to secondary text color. -->
|
|
94
|
<attr name="textAppearanceSmall" format="reference" />
|
|
95
|
|
|
96
|
<attr name="textColorPrimary" format="color" />
|
|
97
|
<attr name="textColorPrimaryDisableOnly" format="color" />
|
|
98
|
<attr name="textColorPrimaryInverse" format="color" />
|
|
99
|
|
|
100
|
<attr name="spinnerItemStyle" format="reference" />
|
|
101
|
<attr name="spinnerDropDownItemStyle" format="reference" />
|
|
102
|
|
|
103
|
<!-- ============================ -->
|
|
104
|
<!-- SearchView styles and assets -->
|
|
105
|
<!-- ============================ -->
|
|
106
|
<eat-comment />
|
|
107
|
<!-- SearchView AutoCompleteTextView style -->
|
|
108
|
<attr name="searchAutoCompleteTextView" format="reference" />
|
|
109
|
<!-- SearchView dropdown background -->
|
|
110
|
<attr name="searchDropdownBackground" format="reference" />
|
|
111
|
<!-- SearchView close button icon -->
|
|
112
|
<attr name="searchViewCloseIcon" format="reference" />
|
|
113
|
<!-- SearchView Go button icon -->
|
|
114
|
<attr name="searchViewGoIcon" format="reference" />
|
|
115
|
<!-- SearchView Search icon -->
|
|
116
|
<attr name="searchViewSearchIcon" format="reference" />
|
|
117
|
<!-- SearchView Voice button icon -->
|
|
118
|
<attr name="searchViewVoiceIcon" format="reference" />
|
|
119
|
<!-- SearchView query refinement icon -->
|
|
120
|
<attr name="searchViewEditQuery" format="reference" />
|
|
121
|
<!-- SearchView query refinement icon background -->
|
|
122
|
<attr name="searchViewEditQueryBackground" format="reference" />
|
|
123
|
<!-- SearchView text field background for the left section -->
|
|
124
|
<attr name="searchViewTextField" format="reference" />
|
|
125
|
<!-- SearchView text field background for the right section -->
|
|
126
|
<attr name="searchViewTextFieldRight" format="reference" />
|
|
127
|
<!-- Text color for urls in search suggestions, used by things like global search and the browser. @hide -->
|
|
128
|
<attr name="textColorSearchUrl" format="reference|color" />
|
|
129
|
<!-- The list item height for search results. @hide -->
|
|
130
|
<attr name="searchResultListItemHeight" format="dimension" />
|
|
131
|
<!-- Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color. -->
|
|
132
|
<attr name="textAppearanceSearchResultTitle" format="reference" />
|
|
133
|
<!-- Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. -->
|
|
134
|
<attr name="textAppearanceSearchResultSubtitle" format="reference" />
|
|
135
|
|
|
136
|
|
|
137
|
<!-- =========== -->
|
|
138
|
<!-- List styles -->
|
|
139
|
<!-- =========== -->
|
|
140
|
<eat-comment />
|
|
141
|
|
|
142
|
<!-- A smaller, sleeker list item height. -->
|
|
143
|
<attr name="listPreferredItemHeightSmall" format="dimension" />
|
|
144
|
|
|
145
|
<!-- The preferred padding along the left edge of list items. -->
|
|
146
|
<attr name="listPreferredItemPaddingLeft" format="dimension" />
|
|
147
|
<!-- The preferred padding along the right edge of list items. -->
|
|
148
|
<attr name="listPreferredItemPaddingRight" format="dimension" />
|
|
149
|
|
|
150
|
<!-- The preferred TextAppearance for the primary text of small list items. -->
|
|
151
|
<attr name="textAppearanceListItemSmall" format="reference" />
|
|
152
|
|
|
153
|
|
|
154
|
<attr name="windowMinWidthMajor" format="dimension" />
|
|
155
|
<attr name="windowMinWidthMinor" format="dimension" />
|
|
156
|
|
|
157
|
|
|
158
|
|
|
159
|
<!-- Drawable to use for generic vertical dividers. -->
|
|
160
|
<attr name="dividerVertical" format="reference" />
|
|
161
|
|
|
162
|
<attr name="actionDropDownStyle" format="reference" />
|
|
163
|
<attr name="actionButtonStyle" format="reference" />
|
|
164
|
<attr name="homeAsUpIndicator" format="reference" />
|
|
165
|
<attr name="dropDownListViewStyle" format="reference" />
|
|
166
|
<attr name="popupMenuStyle" format="reference" />
|
|
167
|
<attr name="dropdownListPreferredItemHeight" format="dimension" />
|
|
168
|
<attr name="actionSpinnerItemStyle" format="reference" />
|
|
169
|
<attr name="windowNoTitle" format="boolean"/>
|
|
170
|
<attr name="windowActionBar" format="boolean"/>
|
|
171
|
<attr name="windowActionBarOverlay" format="boolean"/>
|
|
172
|
<attr name="windowActionModeOverlay" format="boolean"/>
|
|
173
|
<attr name="windowSplitActionBar" format="boolean" />
|
|
174
|
|
|
175
|
|
|
176
|
<attr name="listPopupWindowStyle" format="reference" />
|
|
177
|
|
|
178
|
|
|
179
|
<!-- Default ActivityChooserView style. -->
|
|
180
|
<attr name="activityChooserViewStyle" format="reference" />
|
|
181
|
<!-- Drawable used as a background for activated items. -->
|
|
182
|
<attr name="activatedBackgroundIndicator" format="reference" />
|
|
183
|
|
|
184
|
<attr name="dropDownHintAppearance" format="reference" />
|
|
185
|
</declare-styleable>
|
|
186
|
|
|
187
|
|
|
188
|
<!-- Attributes used to style the Action Bar. -->
|
|
189
|
<declare-styleable name="SherlockActionBar">
|
|
190
|
<!-- The type of navigation to use. -->
|
|
191
|
<attr name="navigationMode">
|
|
192
|
<!-- Normal static title text -->
|
|
193
|
<enum name="normal" value="0" />
|
|
194
|
<!-- The action bar will use a selection list for navigation. -->
|
|
195
|
<enum name="listMode" value="1" />
|
|
196
|
<!-- The action bar will use a series of horizontal tabs for navigation. -->
|
|
197
|
<enum name="tabMode" value="2" />
|
|
198
|
</attr>
|
|
199
|
<!-- Options affecting how the action bar is displayed. -->
|
|
200
|
<attr name="displayOptions">
|
|
201
|
<flag name="useLogo" value="0x1" />
|
|
202
|
<flag name="showHome" value="0x2" />
|
|
203
|
<flag name="homeAsUp" value="0x4" />
|
|
204
|
<flag name="showTitle" value="0x8" />
|
|
205
|
<flag name="showCustom" value="0x10" />
|
|
206
|
<flag name="disableHome" value="0x20" />
|
|
207
|
</attr>
|
|
208
|
<!-- Specifies title text used for navigationMode="normal" -->
|
|
209
|
<attr name="title" format="string" />
|
|
210
|
<!-- Specifies subtitle text used for navigationMode="normal" -->
|
|
211
|
<attr name="subtitle" format="string" />
|
|
212
|
<!-- Specifies a style to use for title text. -->
|
|
213
|
<attr name="titleTextStyle" />
|
|
214
|
<!-- Specifies a style to use for subtitle text. -->
|
|
215
|
<attr name="subtitleTextStyle" />
|
|
216
|
<!-- Specifies the drawable used for the application icon. -->
|
|
217
|
<attr name="icon" format="reference" />
|
|
218
|
<!-- Specifies the drawable used for the application logo. -->
|
|
219
|
<attr name="logo" format="reference" />
|
|
220
|
<!-- Specifies the drawable used for item dividers. -->
|
|
221
|
<attr name="divider" />
|
|
222
|
<!-- Specifies a background drawable for the action bar. -->
|
|
223
|
<attr name="background" />
|
|
224
|
<!-- Specifies a background drawable for a second stacked row of the action bar. -->
|
|
225
|
<attr name="backgroundStacked" format="reference|color" />
|
|
226
|
<!-- Specifies a background drawable for the bottom component of a split action bar. -->
|
|
227
|
<attr name="backgroundSplit" />
|
|
228
|
<!-- Specifies a layout for custom navigation. Overrides navigationMode. -->
|
|
229
|
<attr name="customNavigationLayout" format="reference" />
|
|
230
|
<!-- Specifies a fixed height. -->
|
|
231
|
<attr name="height" />
|
|
232
|
<!-- Specifies a layout to use for the "home" section of the action bar. -->
|
|
233
|
<attr name="homeLayout" format="reference" />
|
|
234
|
<!-- Specifies a style resource to use for an embedded progress bar. -->
|
|
235
|
<attr name="progressBarStyle" format="reference" />
|
|
236
|
<!-- Specifies a style resource to use for an indeterminate progress spinner. -->
|
|
237
|
<attr name="indeterminateProgressStyle" format="reference" />
|
|
238
|
<!-- Specifies the horizontal padding on either end for an embedded progress bar. -->
|
|
239
|
<attr name="progressBarPadding" format="dimension" />
|
|
240
|
<!-- Specifies padding that should be applied to the left and right sides of
|
|
241
|
system-provided items in the bar. -->
|
|
242
|
<attr name="itemPadding" format="dimension" />
|
|
243
|
</declare-styleable>
|
|
244
|
|
|
245
|
|
|
246
|
<declare-styleable name="SherlockActionMode">
|
|
247
|
<!-- Specifies a style to use for title text. -->
|
|
248
|
<attr name="titleTextStyle" />
|
|
249
|
<!-- Specifies a style to use for subtitle text. -->
|
|
250
|
<attr name="subtitleTextStyle" />
|
|
251
|
<!-- Specifies a background for the action mode bar. -->
|
|
252
|
<attr name="background" />
|
|
253
|
<!-- Specifies a background for the split action mode bar. -->
|
|
254
|
<attr name="backgroundSplit" />
|
|
255
|
<!-- Specifies a fixed height for the action mode bar. -->
|
|
256
|
<attr name="height" />
|
|
257
|
</declare-styleable>
|
|
258
|
|
|
259
|
<declare-styleable name="SherlockMenuView">
|
|
260
|
<!-- Default appearance of menu item text. -->
|
|
261
|
<attr name="itemTextAppearance" format="reference" />
|
|
262
|
<!-- Default horizontal divider between rows of menu items. -->
|
|
263
|
<attr name="horizontalDivider" format="reference" />
|
|
264
|
<!-- Default vertical divider between menu items. -->
|
|
265
|
<attr name="verticalDivider" format="reference" />
|
|
266
|
<!-- Default background for the menu header. -->
|
|
267
|
<attr name="headerBackground" format="color|reference" />
|
|
268
|
<!-- Default background for each menu item. -->
|
|
269
|
<attr name="itemBackground" format="color|reference" />
|
|
270
|
<!-- Default animations for the menu. -->
|
|
271
|
<attr name="windowAnimationStyle" format="reference" />
|
|
272
|
<!-- Default disabled icon alpha for each menu item that shows an icon. -->
|
|
273
|
<attr name="itemIconDisabledAlpha" format="float" />
|
|
274
|
<!-- Whether space should be reserved in layout when an icon is missing. -->
|
|
275
|
<attr name="preserveIconSpacing" format="boolean" />
|
|
276
|
</declare-styleable>
|
|
277
|
|
|
278
|
<declare-styleable name="SherlockActionMenuItemView">
|
|
279
|
<attr name="android:minWidth" />
|
|
280
|
</declare-styleable>
|
|
281
|
|
|
282
|
<declare-styleable name="SherlockActivityChooserView">
|
|
283
|
<!-- The maximal number of items initially shown in the activity list. -->
|
|
284
|
<attr name="initialActivityCount" format="string" />
|
|
285
|
<!-- The drawable to show in the button for expanding the activities overflow popup.
|
|
286
|
<strong>Note:</strong> Clients would like to set this drawable
|
|
287
|
as a clue about the action the chosen activity will perform. For
|
|
288
|
example, if share activity is to be chosen the drawable should
|
|
289
|
give a clue that sharing is to be performed.
|
|
290
|
-->
|
|
291
|
<attr name="expandActivityOverflowButtonDrawable" format="reference" />
|
|
292
|
|
|
293
|
<attr name="android:background" />
|
|
294
|
</declare-styleable>
|
|
295
|
|
|
296
|
<!-- Base attributes that are available to all groups. -->
|
|
297
|
<declare-styleable name="SherlockMenuGroup">
|
|
298
|
|
|
299
|
<!-- The ID of the group. -->
|
|
300
|
<attr name="android:id" />
|
|
301
|
|
|
302
|
<!-- The category applied to all items within this group.
|
|
303
|
(This will be or'ed with the orderInCategory attribute.) -->
|
|
304
|
<attr name="android:menuCategory" />
|
|
305
|
|
|
306
|
<!-- The order within the category applied to all items within this group.
|
|
307
|
(This will be or'ed with the category attribute.) -->
|
|
308
|
<attr name="android:orderInCategory" />
|
|
309
|
|
|
310
|
<!-- Whether the items are capable of displaying a check mark. -->
|
|
311
|
<attr name="android:checkableBehavior" />
|
|
312
|
|
|
313
|
<!-- Whether the items are shown/visible. -->
|
|
314
|
<attr name="android:visible" />
|
|
315
|
|
|
316
|
<!-- Whether the items are enabled. -->
|
|
317
|
<attr name="android:enabled" />
|
|
318
|
|
|
319
|
</declare-styleable>
|
|
320
|
|
|
321
|
<!-- Base attributes that are available to all Item objects. -->
|
|
322
|
<declare-styleable name="SherlockMenuItem">
|
|
323
|
|
|
324
|
<!-- The ID of the item. -->
|
|
325
|
<attr name="android:id" />
|
|
326
|
|
|
327
|
<!-- The category applied to the item.
|
|
328
|
(This will be or'ed with the orderInCategory attribute.) -->
|
|
329
|
<attr name="android:menuCategory" />
|
|
330
|
|
|
331
|
<!-- The order within the category applied to the item.
|
|
332
|
(This will be or'ed with the category attribute.) -->
|
|
333
|
<attr name="android:orderInCategory" />
|
|
334
|
|
|
335
|
<!-- The title associated with the item. -->
|
|
336
|
<attr name="android:title" />
|
|
337
|
|
|
338
|
<!-- The condensed title associated with the item. This is used in situations where the
|
|
339
|
normal title may be too long to be displayed. -->
|
|
340
|
<attr name="android:titleCondensed" />
|
|
341
|
|
|
342
|
<!-- The icon associated with this item. This icon will not always be shown, so
|
|
343
|
the title should be sufficient in describing this item. -->
|
|
344
|
<attr name="android:icon" />
|
|
345
|
|
|
346
|
<!-- The alphabetic shortcut key. This is the shortcut when using a keyboard
|
|
347
|
with alphabetic keys. -->
|
|
348
|
<attr name="android:alphabeticShortcut" />
|
|
349
|
|
|
350
|
<!-- The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-key)
|
|
351
|
keyboard. -->
|
|
352
|
<attr name="android:numericShortcut" />
|
|
353
|
|
|
354
|
<!-- Whether the item is capable of displaying a check mark. -->
|
|
355
|
<attr name="android:checkable" />
|
|
356
|
|
|
357
|
<!-- Whether the item is checked. Note that you must first have enabled checking with
|
|
358
|
the checkable attribute or else the check mark will not appear. -->
|
|
359
|
<attr name="android:checked" />
|
|
360
|
|
|
361
|
<!-- Whether the item is shown/visible. -->
|
|
362
|
<attr name="android:visible" />
|
|
363
|
|
|
364
|
<!-- Whether the item is enabled. -->
|
|
365
|
<attr name="android:enabled" />
|
|
366
|
|
|
367
|
<!-- Name of a method on the Context used to inflate the menu that will be
|
|
368
|
called when the item is clicked. -->
|
|
369
|
<attr name="android:onClick" />
|
|
370
|
|
|
371
|
<!-- How this item should display in the Action Bar, if present. -->
|
|
372
|
<attr name="android:showAsAction" />
|
|
373
|
|
|
374
|
<!-- An optional layout to be used as an action view.
|
|
375
|
See {@link android.view.MenuItem#setActionView(android.view.View)}
|
|
376
|
for more info. -->
|
|
377
|
<attr name="android:actionLayout" />
|
|
378
|
|
|
379
|
<!-- The name of an optional View class to instantiate and use as an
|
|
380
|
action view. See {@link android.view.MenuItem#setActionView(android.view.View)}
|
|
381
|
for more info. -->
|
|
382
|
<attr name="android:actionViewClass" />
|
|
383
|
|
|
384
|
<!-- The name of an optional ActionProvider class to instantiate an action view
|
|
385
|
and perform operations such as default action for that menu item.
|
|
386
|
See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)}
|
|
387
|
for more info. -->
|
|
388
|
<attr name="android:actionProviderClass" />
|
|
389
|
|
|
390
|
</declare-styleable>
|
|
391
|
|
|
392
|
<declare-styleable name="SherlockSpinner">
|
|
393
|
<!-- The prompt to display when the spinner's dialog is shown. -->
|
|
394
|
<attr name="android:prompt" />
|
|
395
|
<!-- List selector to use for spinnerMode="dropdown" display. -->
|
|
396
|
<attr name="android:dropDownSelector" />
|
|
397
|
<!-- Background drawable to use for the dropdown in spinnerMode="dropdown". -->
|
|
398
|
<attr name="android:popupBackground" />
|
|
399
|
<!-- Vertical offset from the spinner widget for positioning the dropdown in
|
|
400
|
spinnerMode="dropdown". -->
|
|
401
|
<attr name="android:dropDownVerticalOffset" />
|
|
402
|
<!-- Horizontal offset from the spinner widget for positioning the dropdown
|
|
403
|
in spinnerMode="dropdown". -->
|
|
404
|
<attr name="android:dropDownHorizontalOffset" />
|
|
405
|
<!-- Width of the dropdown in spinnerMode="dropdown". -->
|
|
406
|
<attr name="android:dropDownWidth" />
|
|
407
|
<!-- Reference to a layout to use for displaying a prompt in the dropdown for
|
|
408
|
spinnerMode="dropdown". This layout must contain a TextView with the id
|
|
409
|
@android:id/text1 to be populated with the prompt text. -->
|
|
410
|
<attr name="android:popupPromptView" />
|
|
411
|
<!-- Gravity setting for positioning the currently selected item. -->
|
|
412
|
<attr name="android:gravity" />
|
|
413
|
</declare-styleable>
|
|
414
|
|
|
415
|
<declare-styleable name="SherlockSearchView">
|
|
416
|
<!-- The default state of the SearchView. If true, it will be iconified when not in
|
|
417
|
use and expanded when clicked. -->
|
|
418
|
<attr name="iconifiedByDefault" format="boolean"/>
|
|
419
|
<!-- An optional maximum width of the SearchView. -->
|
|
420
|
<attr name="android:maxWidth" />
|
|
421
|
<!-- An optional query hint string to be displayed in the empty query field. -->
|
|
422
|
<attr name="queryHint" format="string" />
|
|
423
|
<!-- The IME options to set on the query text field. -->
|
|
424
|
<attr name="android:imeOptions" />
|
|
425
|
<!-- The input type to set on the query text field. -->
|
|
426
|
<attr name="android:inputType" />
|
|
427
|
</declare-styleable>
|
|
428
|
|
|
429
|
<declare-styleable name="SherlockView">
|
|
430
|
<attr name="android:focusable"/>
|
|
431
|
</declare-styleable>
|
|
432
|
</resources>
|
|
@ -0,0 +1,22 @@
|
|
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
<!-- Copyright (C) 2011 The Android Open Source Project
|
|
3
|
|
|
4
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
you may not use this file except in compliance with the License.
|
|
6
|
You may obtain a copy of the License at
|
|
7
|
|
|
8
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
|
|
10
|
Unless required by applicable law or agreed to in writing, software
|
|
11
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
See the License for the specific language governing permissions and
|
|
14
|
limitations under the License.
|
|
15
|
-->
|
|
16
|
|
|
17
|
<resources>
|
|
18
|
<bool name="abs__action_bar_embed_tabs">false</bool>
|
|
19
|
<bool name="abs__split_action_bar_is_narrow">true</bool>
|
|
20
|
<bool name="abs__action_bar_expanded_action_views_exclusive">true</bool>
|
|
21
|
<!--bool name="target_honeycomb_needs_options_menu">true</bool-->
|
|
22
|
</resources>
|
|
@ -0,0 +1,24 @@
|
|
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
<!-- Copyright (C) 2011 The Android Open Source Project
|
|
3
|
|
|
4
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
you may not use this file except in compliance with the License.
|
|
6
|
You may obtain a copy of the License at
|
|
7
|
|
|
8
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
|
|
10
|
Unless required by applicable law or agreed to in writing, software
|
|
11
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
See the License for the specific language governing permissions and
|
|
14
|
limitations under the License.
|
|
15
|
-->
|
|
16
|
|
|
17
|
<resources>
|
|
18
|
<color name="abs__background_holo_dark">#ff000000</color>
|
|
19
|
<color name="abs__background_holo_light">#fff3f3f3</color>
|
|
20
|
<color name="abs__bright_foreground_holo_dark">@color/abs__background_holo_light</color>
|
|
21
|
<color name="abs__bright_foreground_holo_light">@color/abs__background_holo_dark</color>
|
|
22
|
<color name="abs__bright_foreground_disabled_holo_dark">#ff4c4c4c</color>
|
|
23
|
<color name="abs__bright_foreground_disabled_holo_light">#ffb2b2b2</color>
|
|
24
|
</resources>
|
|
@ -0,0 +1,43 @@
|
|
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
<!--
|
|
3
|
/*
|
|
4
|
** Copyright 2009, The Android Open Source Project
|
|
5
|
**
|
|
6
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
** you may not use this file except in compliance with the License.
|
|
8
|
** You may obtain a copy of the License at
|
|
9
|
**
|
|
10
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
**
|
|
12
|
** Unless required by applicable law or agreed to in writing, software
|
|
13
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
** See the License for the specific language governing permissions and
|
|
16
|
** limitations under the License.
|
|
17
|
*/
|
|
18
|
-->
|
|
19
|
|
|
20
|
<!-- These resources are around just to allow their values to be customized
|
|
21
|
for different hardware and product builds. -->
|
|
22
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
23
|
|
|
24
|
<!-- The maximum width we would prefer dialogs to be. 0 if there is no
|
|
25
|
maximum (let them grow as large as the screen). Actual values are
|
|
26
|
specified for -large and -xlarge configurations. -->
|
|
27
|
<dimen name="abs__config_prefDialogWidth">320dp</dimen>
|
|
28
|
|
|
29
|
<!-- Sets whether menu shortcuts should be displayed on panel menus when
|
|
30
|
a keyboard is present. -->
|
|
31
|
<bool name="abs__config_showMenuShortcutsWhenKeyboardPresent">false</bool>
|
|
32
|
|
|
33
|
<!-- Whether action menu items should be displayed in ALLCAPS or not.
|
|
34
|
Defaults to true. If this is not appropriate for specific locales
|
|
35
|
it should be disabled in that locale's resources. -->
|
|
36
|
<bool name="abs__config_actionMenuItemAllCaps">true</bool>
|
|
37
|
|
|
38
|
<!-- Whether action menu items should obey the "withText" showAsAction
|
|
39
|
flag. This may be set to false for situations where space is
|
|
40
|
extremely limited. -->
|
|
41
|
<bool name="abs__config_allowActionMenuItemTextWithIcon">false</bool>
|
|
42
|
|
|
43
|
</resources>
|
|
@ -0,0 +1,55 @@
|
|
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
<!--
|
|
3
|
/* //device/apps/common/assets/res/any/dimens.xml
|
|
4
|
**
|
|
5
|
** Copyright 2006, The Android Open Source Project
|
|
6
|
**
|
|
7
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
** you may not use this file except in compliance with the License.
|
|
9
|
** You may obtain a copy of the License at
|
|
10
|
**
|
|
11
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
**
|
|
13
|
** Unless required by applicable law or agreed to in writing, software
|
|
14
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
** See the License for the specific language governing permissions and
|
|
17
|
** limitations under the License.
|
|
18
|
*/
|
|
19
|
-->
|
|
20
|
<resources>
|
|
21
|
<!-- Default height of an action bar. -->
|
|
22
|
<dimen name="abs__action_bar_default_height">48dip</dimen>
|
|
23
|
<!-- Vertical padding around action bar icons. -->
|
|
24
|
<dimen name="abs__action_bar_icon_vertical_padding">8dip</dimen>
|
|
25
|
<!-- Text size for action bar titles -->
|
|
26
|
<dimen name="abs__action_bar_title_text_size">18dp</dimen>
|
|
27
|
<!-- Text size for action bar subtitles -->
|
|
28
|
<dimen name="abs__action_bar_subtitle_text_size">14dp</dimen>
|
|
29
|
<!-- Top margin for action bar subtitles -->
|
|
30
|
<dimen name="abs__action_bar_subtitle_top_margin">-3dp</dimen>
|
|
31
|
<!-- Bottom margin for action bar subtitles -->
|
|
32
|
<dimen name="abs__action_bar_subtitle_bottom_margin">5dip</dimen>
|
|
33
|
|
|
34
|
<integer name="abs__max_action_buttons">2</integer>
|
|
35
|
|
|
36
|
<!-- Minimum width for an action button in the menu area of an action bar -->
|
|
37
|
<dimen name="abs__action_button_min_width">56dip</dimen>
|
|
38
|
|
|
39
|
|
|
40
|
<!-- Text padding for dropdown items -->
|
|
41
|
<dimen name="abs__dropdownitem_text_padding_left">8dip</dimen>
|
|
42
|
|
|
43
|
<!-- Text padding for dropdown items -->
|
|
44
|
<dimen name="abs__dropdownitem_text_padding_right">8dip</dimen>
|
|
45
|
|
|
46
|
<!-- Width of the icon in a dropdown list -->
|
|
47
|
<dimen name="abs__dropdownitem_icon_width">32dip</dimen>
|
|
48
|
|
|
49
|
|
|
50
|
<!-- Minimum width of the search view text entry area. -->
|
|
51
|
<dimen name="abs__search_view_text_min_width">160dip</dimen>
|
|
52
|
|
|
53
|
<!-- Preferred width of the search view. -->
|
|
54
|
<dimen name="abs__search_view_preferred_width">320dip</dimen>
|
|
55
|
</resources>
|
|
@ -0,0 +1,26 @@
|
|
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
<!--
|
|
3
|
**
|
|
4
|
** Copyright 2007, The Android Open Source Project
|
|
5
|
**
|
|
6
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
** you may not use this file except in compliance with the License.
|
|
8
|
** You may obtain a copy of the License at
|
|
9
|
**
|
|
10
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
**
|
|
12
|
** Unless required by applicable law or agreed to in writing, software
|
|
13
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
** See the License for the specific language governing permissions and
|
|
16
|
** limitations under the License.
|
|
17
|
*/
|
|
18
|
-->
|
|
19
|
<resources>
|
|
20
|
<item type="id" name="abs__home" />
|
|
21
|
<item type="id" name="abs__up" />
|
|
22
|
<item type="id" name="abs__action_menu_divider" />
|
|
23
|
<item type="id" name="abs__action_menu_presenter" />
|
|
24
|
<item type="id" name="abs__progress_circular" />
|
|
25
|
<item type="id" name="abs__progress_horizontal" />
|
|
26
|
</resources>
|
|
@ -0,0 +1,49 @@
|
|
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
<!--
|
|
3
|
**
|
|
4
|
** Copyright 2007, The Android Open Source Project
|
|
5
|
**
|
|
6
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
** you may not use this file except in compliance with the License.
|
|
8
|
** You may obtain a copy of the License at
|
|
9
|
**
|
|
10
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
**
|
|
12
|
** Unless required by applicable law or agreed to in writing, software
|
|
13
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
** See the License for the specific language governing permissions and
|
|
16
|
** limitations under the License.
|
|
17
|
*/
|
|
18
|
-->
|
|
19
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
20
|
<!-- Content description for the action bar "home" affordance. [CHAR LIMIT=NONE] -->
|
|
21
|
<string name="abs__action_bar_home_description">Navigate home</string>
|
|
22
|
<!-- Content description for the action bar "up" affordance. [CHAR LIMIT=NONE] -->
|
|
23
|
<string name="abs__action_bar_up_description">Navigate up</string>
|
|
24
|
<!-- Content description for the action menu overflow button. [CHAR LIMIT=NONE] -->
|
|
25
|
<string name="abs__action_menu_overflow_description">More options</string>
|
|
26
|
|
|
27
|
<!-- Label for the "Done" button on the far left of action mode toolbars. -->
|
|
28
|
<string name="abs__action_mode_done">Done</string>
|
|
29
|
|
|
30
|
<!-- Title for a button to expand the list of activities in ActivityChooserView [CHAR LIMIT=25] -->
|
|
31
|
<string name="abs__activity_chooser_view_see_all">See all...</string>
|
|
32
|
<!-- Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE] -->
|
|
33
|
<string name="abs__activitychooserview_choose_application">Choose an application</string>
|
|
34
|
<!-- Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
|
|
35
|
<string name="abs__shareactionprovider_share_with">Share with</string>
|
|
36
|
<!-- Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
|
|
37
|
<string name="abs__shareactionprovider_share_with_application">Share with <xliff:g id="application_name" example="Bluetooth">%s</xliff:g></string>
|
|
38
|
|
|
39
|
<!-- SearchView accessibility description for search button [CHAR LIMIT=NONE] -->
|
|
40
|
<string name="abs__searchview_description_search">Search</string>
|
|
41
|
<!-- SearchView accessibility description for search text field [CHAR LIMIT=NONE] -->
|
|
42
|
<string name="abs__searchview_description_query">Search query</string>
|
|
43
|
<!-- SearchView accessibility description for clear button [CHAR LIMIT=NONE] -->
|
|
44
|
<string name="abs__searchview_description_clear">Clear query</string>
|
|
45
|
<!-- SearchView accessibility description for submit button [CHAR LIMIT=NONE] -->
|
|
46
|
<string name="abs__searchview_description_submit">Submit query</string>
|
|
47
|
<!-- SearchView accessibility description for voice button [CHAR LIMIT=NONE] -->
|
|
48
|
<string name="abs__searchview_description_voice">Voice search</string>
|
|
49
|
</resources>
|
|
@ -0,0 +1,412 @@
|
|
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
|
|
3
|
<resources>
|
|
4
|
<style name="Widget">
|
|
5
|
</style>
|
|
6
|
|
|
7
|
<style name="Sherlock.__Widget.ActionBar" parent="Widget">
|
|
8
|
<item name="displayOptions">useLogo|showHome|showTitle</item>
|
|
9
|
<item name="height">?attr/actionBarSize</item>
|
|
10
|
<item name="android:paddingLeft">0dip</item>
|
|
11
|
<item name="android:paddingTop">0dip</item>
|
|
12
|
<item name="android:paddingRight">0dip</item>
|
|
13
|
<item name="android:paddingBottom">0dip</item>
|
|
14
|
<item name="homeLayout">@layout/abs__action_bar_home</item>
|
|
15
|
</style>
|
|
16
|
<style name="Widget.Sherlock.ActionBar" parent="Sherlock.__Widget.ActionBar">
|
|
17
|
<item name="titleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionBar.Title</item>
|
|
18
|
<item name="subtitleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionBar.Subtitle</item>
|
|
19
|
<item name="background">@drawable/abs__ab_transparent_dark_holo</item>
|
|
20
|
<item name="backgroundStacked">@drawable/abs__ab_stacked_transparent_dark_holo</item>
|
|
21
|
<item name="backgroundSplit">@drawable/abs__ab_bottom_transparent_dark_holo</item>
|
|
22
|
<item name="divider">?attr/dividerVertical</item>
|
|
23
|
<item name="progressBarStyle">@style/Widget.Sherlock.ProgressBar.Horizontal</item>
|
|
24
|
<item name="indeterminateProgressStyle">@style/Widget.Sherlock.ProgressBar</item>
|
|
25
|
<item name="progressBarPadding">32dip</item>
|
|
26
|
<item name="itemPadding">8dip</item>
|
|
27
|
</style>
|
|
28
|
<style name="Widget.Sherlock.ActionBar.Solid" parent="Sherlock.__Widget.ActionBar">
|
|
29
|
<item name="titleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionBar.Title</item>
|
|
30
|
<item name="subtitleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionBar.Subtitle</item>
|
|
31
|
<item name="background">@drawable/abs__ab_solid_dark_holo</item>
|
|
32
|
<item name="backgroundStacked">@drawable/abs__ab_stacked_solid_dark_holo</item>
|
|
33
|
<item name="backgroundSplit">@drawable/abs__ab_bottom_solid_dark_holo</item>
|
|
34
|
<item name="divider">?attr/dividerVertical</item>
|
|
35
|
<item name="progressBarStyle">@style/Widget.Sherlock.ProgressBar.Horizontal</item>
|
|
36
|
<item name="indeterminateProgressStyle">@style/Widget.Sherlock.ProgressBar</item>
|
|
37
|
<item name="progressBarPadding">32dip</item>
|
|
38
|
<item name="itemPadding">8dip</item>
|
|
39
|
</style>
|
|
40
|
<style name="Widget.Sherlock.Light.ActionBar" parent="Widget.Sherlock.ActionBar">
|
|
41
|
<item name="titleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionBar.Title</item>
|
|
42
|
<item name="subtitleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionBar.Subtitle</item>
|
|
43
|
<item name="background">@drawable/abs__ab_transparent_light_holo</item>
|
|
44
|
<item name="backgroundStacked">@drawable/abs__ab_stacked_transparent_light_holo</item>
|
|
45
|
<item name="backgroundSplit">@drawable/abs__ab_bottom_transparent_light_holo</item>
|
|
46
|
<item name="homeAsUpIndicator">@drawable/abs__ic_ab_back_holo_light</item>
|
|
47
|
<item name="progressBarStyle">@style/Widget.Sherlock.Light.ProgressBar.Horizontal</item>
|
|
48
|
<item name="indeterminateProgressStyle">@style/Widget.Sherlock.Light.ProgressBar</item>
|
|
49
|
</style>
|
|
50
|
<style name="Widget.Sherlock.Light.ActionBar.Solid">
|
|
51
|
<item name="titleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionBar.Title</item>
|
|
52
|
<item name="subtitleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionBar.Subtitle</item>
|
|
53
|
<item name="background">@drawable/abs__ab_solid_light_holo</item>
|
|
54
|
<item name="backgroundStacked">@drawable/abs__ab_stacked_solid_light_holo</item>
|
|
55
|
<item name="backgroundSplit">@drawable/abs__ab_bottom_solid_light_holo</item>
|
|
56
|
<item name="divider">?attr/dividerVertical</item>
|
|
57
|
<item name="progressBarStyle">@style/Widget.Sherlock.Light.ProgressBar.Horizontal</item>
|
|
58
|
<item name="indeterminateProgressStyle">@style/Widget.Sherlock.Light.ProgressBar</item>
|
|
59
|
<item name="progressBarPadding">32dip</item>
|
|
60
|
<item name="itemPadding">8dip</item>
|
|
61
|
</style>
|
|
62
|
<style name="Widget.Sherlock.Light.ActionBar.Solid.Inverse">
|
|
63
|
<item name="titleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionBar.Title.Inverse</item>
|
|
64
|
<item name="subtitleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionBar.Subtitle.Inverse</item>
|
|
65
|
<item name="background">@drawable/abs__ab_solid_dark_holo</item>
|
|
66
|
<item name="backgroundStacked">@drawable/abs__ab_stacked_solid_dark_holo</item>
|
|
67
|
<item name="backgroundSplit">@drawable/abs__ab_bottom_solid_inverse_holo</item>
|
|
68
|
<item name="divider">@drawable/abs__list_divider_holo_dark</item>
|
|
69
|
<item name="progressBarStyle">@style/Widget.Sherlock.ProgressBar.Horizontal</item>
|
|
70
|
<item name="indeterminateProgressStyle">@style/Widget.Sherlock.ProgressBar</item>
|
|
71
|
<item name="progressBarPadding">32dip</item>
|
|
72
|
<item name="itemPadding">8dip</item>
|
|
73
|
</style>
|
|
74
|
|
|
75
|
<style name="Widget.Sherlock.ActionBar.TabView" parent="Widget">
|
|
76
|
<item name="android:gravity">center_horizontal</item>
|
|
77
|
<item name="android:background">@drawable/abs__tab_indicator_ab_holo</item>
|
|
78
|
<item name="android:paddingLeft">16dip</item>
|
|
79
|
<item name="android:paddingRight">16dip</item>
|
|
80
|
</style>
|
|
81
|
<style name="Widget.Sherlock.Light.ActionBar.TabView" parent="Widget.Sherlock.ActionBar.TabView">
|
|
82
|
</style>
|
|
83
|
<style name="Widget.Sherlock.Light.ActionBar.TabView.Inverse">
|
|
84
|
</style>
|
|
85
|
|
|
86
|
<style name="Widget.Sherlock.ActionBar.TabBar" parent="Widget">
|
|
87
|
<item name="android:divider">?attr/actionBarDivider</item>
|
|
88
|
<item name="android:showDividers">middle</item>
|
|
89
|
<item name="android:dividerPadding">12dip</item>
|
|
90
|
</style>
|
|
91
|
<style name="Widget.Sherlock.Light.ActionBar.TabBar" parent="Widget.Sherlock.ActionBar.TabBar">
|
|
92
|
</style>
|
|
93
|
<style name="Widget.Sherlock.Light.ActionBar.TabBar.Inverse">
|
|
94
|
</style>
|
|
95
|
|
|
96
|
<style name="Widget.Sherlock.ActionBar.TabText" parent="Widget">
|
|
97
|
<item name="android:textAppearance">@null</item>
|
|
98
|
<item name="android:textColor">?attr/textColorPrimary</item>
|
|
99
|
<item name="android:textSize">12sp</item>
|
|
100
|
<item name="android:textStyle">bold</item>
|
|
101
|
<item name="android:textAllCaps">true</item>
|
|
102
|
<item name="android:ellipsize">marquee</item>
|
|
103
|
<item name="android:maxLines">2</item>
|
|
104
|
</style>
|
|
105
|
<style name="Widget.Sherlock.Light.ActionBar.TabText" parent="Widget.Sherlock.ActionBar.TabText">
|
|
106
|
</style>
|
|
107
|
<style name="Widget.Sherlock.Light.ActionBar.TabText.Inverse">
|
|
108
|
<item name="android:textColor">?attr/textColorPrimaryInverse</item>
|
|
109
|
</style>
|
|
110
|
|
|
111
|
<style name="Widget.Sherlock.ActionButton" parent="Widget">
|
|
112
|
<item name="android:background">?attr/actionBarItemBackground</item>
|
|
113
|
<item name="android:minHeight">?attr/actionBarSize</item>
|
|
114
|
|
|
115
|
<item name="android:minWidth">@dimen/abs__action_button_min_width</item>
|
|
116
|
<item name="android:gravity">center</item>
|
|
117
|
<item name="android:paddingLeft">12dip</item>
|
|
118
|
<item name="android:paddingRight">12dip</item>
|
|
119
|
<item name="android:scaleType">center</item>
|
|
120
|
</style>
|
|
121
|
<style name="Widget.Sherlock.Light.ActionButton" parent="Widget.Sherlock.ActionButton">
|
|
122
|
</style>
|
|
123
|
|
|
124
|
<style name="Widget.Sherlock.ActionButton.CloseMode">
|
|
125
|
<item name="android:background">@drawable/abs__btn_cab_done_holo_dark</item>
|
|
126
|
</style>
|
|
127
|
<style name="Widget.Sherlock.Light.ActionButton.CloseMode">
|
|
128
|
<item name="android:background">@drawable/abs__btn_cab_done_holo_light</item>
|
|
129
|
</style>
|
|
130
|
|
|
131
|
<style name="Widget.Sherlock.ActionButton.Overflow">
|
|
132
|
<item name="android:src">@drawable/abs__ic_menu_moreoverflow_holo_dark</item>
|
|
133
|
<item name="android:background">?attr/actionBarItemBackground</item>
|
|
134
|
<item name="android:contentDescription">@string/abs__action_menu_overflow_description</item>
|
|
135
|
</style>
|
|
136
|
<style name="Widget.Sherlock.Light.ActionButton.Overflow">
|
|
137
|
<item name="android:src">@drawable/abs__ic_menu_moreoverflow_holo_light</item>
|
|
138
|
</style>
|
|
139
|
|
|
140
|
<style name="Sherlock.__Widget.ActionMode" parent="Widget">
|
|
141
|
<item name="background">?attr/actionModeBackground</item>
|
|
142
|
<item name="backgroundSplit">?attr/actionModeSplitBackground</item>
|
|
143
|
<item name="height">?attr/actionBarSize</item>
|
|
144
|
</style>
|
|
145
|
<style name="Widget.Sherlock.ActionMode" parent="Sherlock.__Widget.ActionMode">
|
|
146
|
<item name="titleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionMode.Title</item>
|
|
147
|
<item name="subtitleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionMode.Subtitle</item>
|
|
148
|
</style>
|
|
149
|
<style name="Widget.Sherlock.Light.ActionMode" parent="Widget.Sherlock.ActionMode">
|
|
150
|
<item name="titleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionMode.Title</item>
|
|
151
|
<item name="subtitleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionMode.Subtitle</item>
|
|
152
|
</style>
|
|
153
|
<style name="Widget.Sherlock.Light.ActionMode.Inverse" parent="Sherlock.__Widget.ActionMode">
|
|
154
|
<item name="titleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionMode.Title.Inverse</item>
|
|
155
|
<item name="subtitleTextStyle">@style/TextAppearance.Sherlock.Widget.ActionMode.Subtitle.Inverse</item>
|
|
156
|
</style>
|
|
157
|
|
|
158
|
|
|
159
|
<style name="Widget.Sherlock.ListPopupWindow" parent="Widget">
|
|
160
|
<item name="android:dropDownSelector">@drawable/abs__list_selector_holo_dark</item>
|
|
161
|
<item name="android:popupBackground">@drawable/abs__menu_dropdown_panel_holo_dark</item>
|
|
162
|
<item name="android:dropDownVerticalOffset">0dip</item>
|
|
163
|
<item name="android:dropDownHorizontalOffset">0dip</item>
|
|
164
|
<item name="android:dropDownWidth">wrap_content</item>
|
|
165
|
</style>
|
|
166
|
<style name="Widget.Sherlock.Light.ListPopupWindow" parent="Widget">
|
|
167
|
<item name="android:dropDownSelector">@drawable/abs__list_selector_holo_light</item>
|
|
168
|
<item name="android:popupBackground">@drawable/abs__menu_dropdown_panel_holo_light</item>
|
|
169
|
<item name="android:dropDownVerticalOffset">0dip</item>
|
|
170
|
<item name="android:dropDownHorizontalOffset">0dip</item>
|
|
171
|
<item name="android:dropDownWidth">wrap_content</item>
|
|
172
|
</style>
|
|
173
|
<style name="Widget.Sherlock.PopupMenu" parent="Widget.Sherlock.ListPopupWindow">
|
|
174
|
</style>
|
|
175
|
<style name="Widget.Sherlock.Light.PopupMenu" parent="Widget.Sherlock.Light.ListPopupWindow">
|
|
176
|
</style>
|
|
177
|
|
|
178
|
|
|
179
|
<style name="Sherlock.__Widget.ActivityChooserView" parent="Widget">
|
|
180
|
<item name="android:gravity">center</item>
|
|
181
|
<item name="android:background">@drawable/abs__ab_share_pack_holo_dark</item>
|
|
182
|
<item name="android:divider">?attr/dividerVertical</item>
|
|
183
|
<item name="android:showDividers">middle</item>
|
|
184
|
<item name="android:dividerPadding">6dip</item>
|
|
185
|
<item name="android:minHeight">?attr/actionBarSize</item>
|
|
186
|
</style>
|
|
187
|
<style name="Widget.Sherlock.ActivityChooserView" parent="Sherlock.__Widget.ActivityChooserView">
|
|
188
|
</style>
|
|
189
|
<style name="Widget.Sherlock.Light.ActivityChooserView" parent="Widget.Sherlock.ActivityChooserView">
|
|
190
|
<item name="android:background">@drawable/abs__ab_share_pack_holo_light</item>
|
|
191
|
</style>
|
|
192
|
|
|
193
|
<style name="Widget.Sherlock.Button.Small" parent="Widget">
|
|
194
|
<item name="android:textAppearance">?attr/textAppearanceSmall</item>
|
|
195
|
<item name="android:textColor">@color/abs__primary_text_holo_dark</item>
|
|
196
|
<item name="android:minHeight">48dip</item>
|
|
197
|
<item name="android:minWidth">48dip</item>
|
|
198
|
</style>
|
|
199
|
<style name="Widget.Sherlock.Light.Button.Small" parent="Widget">
|
|
200
|
<item name="android:textAppearance">?attr/textAppearanceSmall</item>
|
|
201
|
<item name="android:textColor">@color/abs__primary_text_holo_light</item>
|
|
202
|
<item name="android:minHeight">48dip</item>
|
|
203
|
<item name="android:minWidth">48dip</item>
|
|
204
|
</style>
|
|
205
|
|
|
206
|
|
|
207
|
<style name="Sherlock.__Widget.Holo.Spinner" parent="Widget">
|
|
208
|
<item name="android:dropDownSelector">@drawable/abs__list_selector_holo_dark</item>
|
|
209
|
<item name="android:popupBackground">@drawable/abs__menu_dropdown_panel_holo_dark</item>
|
|
210
|
<item name="android:dropDownVerticalOffset">0dip</item>
|
|
211
|
<item name="android:dropDownHorizontalOffset">0dip</item>
|
|
212
|
<item name="android:dropDownWidth">wrap_content</item>
|
|
213
|
<item name="android:gravity">left|center_vertical</item>
|
|
214
|
<item name="android:spinnerMode">dropdown</item>
|
|
215
|
<item name="android:clickable">true</item>
|
|
216
|
</style>
|
|
217
|
<style name="Widget.Sherlock.Spinner.DropDown.ActionBar" parent="Sherlock.__Widget.Holo.Spinner">
|
|
218
|
<item name="android:background">@drawable/abs__spinner_ab_holo_dark</item>
|
|
219
|
</style>
|
|
220
|
<style name="Widget.Sherlock.Light.Spinner.DropDown.ActionBar" parent="Sherlock.__Widget.Holo.Spinner">
|
|
221
|
<item name="android:background">@drawable/abs__spinner_ab_holo_light</item>
|
|
222
|
<item name="android:dropDownSelector">@drawable/abs__list_selector_holo_light</item>
|
|
223
|
<item name="android:popupBackground">@drawable/abs__menu_dropdown_panel_holo_light</item>
|
|
224
|
</style>
|
|
225
|
|
|
226
|
<style name="Sherlock.__Widget.Holo.ListView" parent="android:Widget.ListView">
|
|
227
|
<item name="android:divider">@drawable/abs__list_divider_holo_dark</item>
|
|
228
|
<item name="android:listSelector">@drawable/abs__list_selector_holo_dark</item>
|
|
229
|
</style>
|
|
230
|
<style name="Widget.Sherlock.ListView.DropDown" parent="Sherlock.__Widget.Holo.ListView">
|
|
231
|
</style>
|
|
232
|
<style name="Widget.Sherlock.Light.ListView.DropDown" parent="Sherlock.__Widget.Holo.ListView">
|
|
233
|
<item name="android:divider">@drawable/abs__list_divider_holo_light</item>
|
|
234
|
<item name="android:listSelector">@drawable/abs__list_selector_holo_light</item>
|
|
235
|
</style>
|
|
236
|
|
|
237
|
<style name="Sherlock.__Widget.Holo.DropDownItem" parent="Widget">
|
|
238
|
<item name="android:textAppearance">@style/TextAppearance.Sherlock.Widget.DropDownItem</item>
|
|
239
|
<item name="android:paddingLeft">8dp</item>
|
|
240
|
<item name="android:paddingRight">8dp</item>
|
|
241
|
<item name="android:gravity">center_vertical</item>
|
|
242
|
</style>
|
|
243
|
<style name="Widget.Sherlock.DropDownItem.Spinner" parent="Sherlock.__Widget.Holo.DropDownItem">
|
|
244
|
</style>
|
|
245
|
<style name="Widget.Sherlock.Light.DropDownItem.Spinner" parent="Sherlock.__Widget.Holo.DropDownItem">
|
|
246
|
</style>
|
|
247
|
|
|
248
|
<style name="Widget.Sherlock.PopupWindow.ActionMode" parent="Widget">
|
|
249
|
</style>
|
|
250
|
<style name="Widget.Sherlock.Light.PopupWindow.ActionMode" parent="Widget">
|
|
251
|
<item name="android:popupBackground">@android:color/white</item>
|
|
252
|
</style>
|
|
253
|
|
|
254
|
|
|
255
|
|
|
256
|
<style name="Widget.Sherlock.ProgressBar" parent="android:Widget.ProgressBar">
|
|
257
|
<item name="android:indeterminateDrawable">@drawable/abs__progress_medium_holo</item>
|
|
258
|
<item name="android:animationResolution">33</item>
|
|
259
|
</style>
|
|
260
|
<style name="Widget.Sherlock.Light.ProgressBar" parent="Widget.Sherlock.ProgressBar">
|
|
261
|
</style>
|
|
262
|
|
|
263
|
<style name="Widget.Sherlock.ProgressBar.Horizontal" parent="android:Widget.ProgressBar.Horizontal">
|
|
264
|
<item name="android:progressDrawable">@drawable/abs__progress_horizontal_holo_dark</item>
|
|
265
|
<!--item name="android:indeterminateDrawable">@drawable/abs__progress_indeterminate_horizontal_holo</item-->
|
|
266
|
<item name="android:minHeight">16dip</item>
|
|
267
|
<item name="android:maxHeight">16dip</item>
|
|
268
|
</style>
|
|
269
|
<style name="Widget.Sherlock.Light.ProgressBar.Horizontal" parent="Widget.Sherlock.ProgressBar.Horizontal">
|
|
270
|
<item name="android:progressDrawable">@drawable/abs__progress_horizontal_holo_light</item>
|
|
271
|
</style>
|
|
272
|
|
|
273
|
|
|
274
|
|
|
275
|
<style name="Widget.Sherlock.TextView.SpinnerItem" parent="Widget">
|
|
276
|
<item name="android:textAppearance">@style/TextAppearance.Sherlock.Widget.TextView.SpinnerItem</item>
|
|
277
|
<item name="android:paddingLeft">8dp</item>
|
|
278
|
<item name="android:paddingRight">8dp</item>
|
|
279
|
</style>
|
|
280
|
|
|
281
|
|
|
282
|
|
|
283
|
<style name="Sherlock.__Widget.SearchAutoCompleteTextView" parent="Widget">
|
|
284
|
<item name="android:focusable">true</item>
|
|
285
|
<item name="android:focusableInTouchMode">true</item>
|
|
286
|
<item name="android:clickable">true</item>
|
|
287
|
<item name="android:textAppearance">?android:attr/textAppearanceMediumInverse</item>
|
|
288
|
<item name="android:textColor">?attr/textColorPrimary</item>
|
|
289
|
<item name="android:gravity">center_vertical</item>
|
|
290
|
<item name="android:completionHintView">@layout/abs__simple_dropdown_hint</item>
|
|
291
|
<item name="android:completionThreshold">2</item>
|
|
292
|
<item name="android:dropDownWidth">wrap_content</item>
|
|
293
|
</style>
|
|
294
|
<style name="Widget.Sherlock.SearchAutoCompleteTextView" parent="Sherlock.__Widget.SearchAutoCompleteTextView">
|
|
295
|
<item name="android:dropDownSelector">@drawable/abs__list_selector_holo_dark</item>
|
|
296
|
<item name="android:popupBackground">@drawable/abs__menu_dropdown_panel_holo_dark</item>
|
|
297
|
</style>
|
|
298
|
<style name="Widget.Sherlock.Light.SearchAutoCompleteTextView" parent="Sherlock.__Widget.SearchAutoCompleteTextView">
|
|
299
|
<item name="android:dropDownSelector">@drawable/abs__list_selector_holo_light</item>
|
|
300
|
<item name="android:popupBackground">@drawable/abs__menu_dropdown_panel_holo_light</item>
|
|
301
|
</style>
|
|
302
|
|
|
303
|
|
|
304
|
|
|
305
|
<style name="TextAppearance.Sherlock.Widget.ActionBar.Menu" parent="Widget">
|
|
306
|
<item name="android:textSize">12sp</item>
|
|
307
|
<item name="android:textStyle">bold</item>
|
|
308
|
<item name="android:textColor">?attr/actionMenuTextColor</item>
|
|
309
|
<item name="android:textAllCaps">@bool/abs__config_actionMenuItemAllCaps</item>
|
|
310
|
</style>
|
|
311
|
|
|
312
|
<style name="TextAppearance.Sherlock.Widget.ActionBar.Title" parent="Widget">
|
|
313
|
<item name="android:textSize">@dimen/abs__action_bar_title_text_size</item>
|
|
314
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
|
315
|
</style>
|
|
316
|
<style name="TextAppearance.Sherlock.Widget.ActionBar.Title.Inverse" parent="Widget">
|
|
317
|
<item name="android:textSize">@dimen/abs__action_bar_title_text_size</item>
|
|
318
|
<item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
|
|
319
|
</style>
|
|
320
|
<style name="TextAppearance.Sherlock.Widget.ActionBar.Subtitle" parent="Widget">
|
|
321
|
<item name="android:textSize">@dimen/abs__action_bar_subtitle_text_size</item>
|
|
322
|
<item name="android:textColor">?android:attr/textColorSecondary</item>
|
|
323
|
</style>
|
|
324
|
<style name="TextAppearance.Sherlock.Widget.ActionBar.Subtitle.Inverse" parent="Widget">
|
|
325
|
<item name="android:textSize">@dimen/abs__action_bar_subtitle_text_size</item>
|
|
326
|
<item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
|
|
327
|
</style>
|
|
328
|
<style name="TextAppearance.Sherlock.Widget.ActionMode.Title" parent="Widget">
|
|
329
|
<item name="android:textSize">@dimen/abs__action_bar_title_text_size</item>
|
|
330
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
|
331
|
</style>
|
|
332
|
<style name="TextAppearance.Sherlock.Widget.ActionMode.Title.Inverse" parent="Widget">
|
|
333
|
<item name="android:textSize">@dimen/abs__action_bar_title_text_size</item>
|
|
334
|
<item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
|
|
335
|
</style>
|
|
336
|
<style name="TextAppearance.Sherlock.Widget.ActionMode.Subtitle" parent="Widget">
|
|
337
|
<item name="android:textSize">@dimen/abs__action_bar_subtitle_text_size</item>
|
|
338
|
<item name="android:textColor">?android:attr/textColorSecondary</item>
|
|
339
|
</style>
|
|
340
|
<style name="TextAppearance.Sherlock.Widget.ActionMode.Subtitle.Inverse" parent="Widget">
|
|
341
|
<item name="android:textSize">@dimen/abs__action_bar_subtitle_text_size</item>
|
|
342
|
<item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
|
|
343
|
</style>
|
|
344
|
|
|
345
|
<style name="TextAppearance.Sherlock.Widget.PopupMenu" parent="Widget">
|
|
346
|
<item name="android:textColor">?attr/textColorPrimary</item>
|
|
347
|
</style>
|
|
348
|
<style name="TextAppearance.Sherlock.Widget.PopupMenu.Large">
|
|
349
|
<item name="android:textSize">18sp</item>
|
|
350
|
</style>
|
|
351
|
<style name="TextAppearance.Sherlock.Light.Widget.PopupMenu.Large" parent="TextAppearance.Sherlock.Widget.PopupMenu.Large">
|
|
352
|
</style>
|
|
353
|
<style name="TextAppearance.Sherlock.Widget.PopupMenu.Small">
|
|
354
|
<item name="android:textSize">14sp</item>
|
|
355
|
</style>
|
|
356
|
<style name="TextAppearance.Sherlock.Light.Widget.PopupMenu.Small" parent="TextAppearance.Sherlock.Widget.PopupMenu.Small">
|
|
357
|
</style>
|
|
358
|
|
|
359
|
<style name="TextAppearance.Sherlock.Widget.TextView.SpinnerItem" parent="Widget">
|
|
360
|
<item name="android:textColor">?textColorPrimary</item>
|
|
361
|
<item name="android:textSize">16sp</item>
|
|
362
|
<item name="android:textStyle">normal</item>
|
|
363
|
</style>
|
|
364
|
|
|
365
|
<style name="TextAppearance.Sherlock.Widget.DropDownItem" parent="Widget">
|
|
366
|
<item name="android:textColor">?textColorPrimaryDisableOnly</item>
|
|
367
|
<item name="android:textSize">16sp</item>
|
|
368
|
<item name="android:textStyle">normal</item>
|
|
369
|
</style>
|
|
370
|
|
|
371
|
<style name="Sherlock.__TextAppearance.Small" parent="Widget">
|
|
372
|
<item name="android:textSize">14sp</item>
|
|
373
|
<item name="android:textColor">?android:attr/textColorSecondary</item>
|
|
374
|
</style>
|
|
375
|
<style name="TextAppearance.Sherlock.Small" parent="Sherlock.__TextAppearance.Small">
|
|
376
|
</style>
|
|
377
|
<style name="TextAppearance.Sherlock.Light.Small" parent="TextAppearance.Sherlock.Small">
|
|
378
|
</style>
|
|
379
|
|
|
380
|
<style name="TextAppearance.Sherlock.Widget.DropDownHint" parent="Widget">
|
|
381
|
<item name="android:textColor">?textColorPrimary</item>
|
|
382
|
<item name="android:textSize">14sp</item>
|
|
383
|
</style>
|
|
384
|
|
|
385
|
<style name="TextAppearance.Sherlock" parent="@android:style/TextAppearance"/>
|
|
386
|
|
|
387
|
<style name="TextAppearance.Sherlock.SearchResult">
|
|
388
|
<item name="android:textStyle">normal</item>
|
|
389
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
|
390
|
<item name="android:textColorHint">?android:attr/textColorHint</item>
|
|
391
|
</style>
|
|
392
|
|
|
393
|
<style name="TextAppearance.Sherlock.SearchResult.Title">
|
|
394
|
<item name="android:textSize">18sp</item>
|
|
395
|
</style>
|
|
396
|
|
|
397
|
<style name="TextAppearance.Sherlock.SearchResult.Subtitle">
|
|
398
|
<item name="android:textSize">14sp</item>
|
|
399
|
<item name="android:textColor">?android:attr/textColorSecondary</item>
|
|
400
|
</style>
|
|
401
|
|
|
402
|
<style name="TextAppearance.Sherlock.Light.SearchResult" parent="TextAppearance.Sherlock.SearchResult"/>
|
|
403
|
|
|
404
|
<style name="TextAppearance.Sherlock.Light.SearchResult.Title">
|
|
405
|
<item name="android:textSize">18sp</item>
|
|
406
|
</style>
|
|
407
|
|
|
408
|
<style name="TextAppearance.Sherlock.Light.SearchResult.Subtitle">
|
|
409
|
<item name="android:textSize">14sp</item>
|
|
410
|
<item name="android:textColor">?android:attr/textColorSecondary</item>
|
|
411
|
</style>
|
|
412
|
</resources>
|
|
@ -0,0 +1,207 @@
|
|
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
|
|
3
|
<resources>
|
|
4
|
<style name="Sherlock.__Theme" parent="android:Theme.NoTitleBar">
|
|
5
|
<item name="android:windowContentOverlay">@null</item>
|
|
6
|
</style>
|
|
7
|
<style name="Sherlock.__Theme.Light" parent="android:Theme.Light.NoTitleBar">
|
|
8
|
<item name="android:windowContentOverlay">@null</item>
|
|
9
|
</style>
|
|
10
|
<style name="Sherlock.__Theme.DarkActionBar" parent="Theme.Sherlock.Light">
|
|
11
|
</style>
|
|
12
|
|
|
13
|
<style name="Theme.Sherlock" parent="Sherlock.__Theme">
|
|
14
|
<!-- Action bar styles (from Theme.Holo) -->
|
|
15
|
<item name="actionDropDownStyle">@style/Widget.Sherlock.Spinner.DropDown.ActionBar</item>
|
|
16
|
<item name="actionButtonStyle">@style/Widget.Sherlock.ActionButton</item>
|
|
17
|
<item name="actionOverflowButtonStyle">@style/Widget.Sherlock.ActionButton.Overflow</item>
|
|
18
|
<item name="actionModeBackground">@drawable/abs__cab_background_top_holo_dark</item>
|
|
19
|
<item name="actionModeSplitBackground">@drawable/abs__cab_background_bottom_holo_dark</item>
|
|
20
|
<item name="actionModeCloseDrawable">@drawable/abs__ic_cab_done_holo_dark</item>
|
|
21
|
<item name="actionBarTabStyle">@style/Widget.Sherlock.ActionBar.TabView</item>
|
|
22
|
<item name="actionBarTabBarStyle">@style/Widget.Sherlock.ActionBar.TabBar</item>
|
|
23
|
<item name="actionBarTabTextStyle">@style/Widget.Sherlock.ActionBar.TabText</item>
|
|
24
|
<item name="actionModeStyle">@style/Widget.Sherlock.ActionMode</item>
|
|
25
|
<item name="actionModeCloseButtonStyle">@style/Widget.Sherlock.ActionButton.CloseMode</item>
|
|
26
|
<item name="actionBarStyle">@style/Widget.Sherlock.ActionBar</item>
|
|
27
|
<item name="actionBarSize">@dimen/abs__action_bar_default_height</item>
|
|
28
|
<!-- Internal --><item name="actionModePopupWindowStyle">@style/Widget.Sherlock.PopupWindow.ActionMode</item>
|
|
29
|
<item name="actionBarWidgetTheme">@null</item>
|
|
30
|
|
|
31
|
<!-- Action bar styles (defaults from Theme) -->
|
|
32
|
<item name="actionBarSplitStyle">?attr/actionBarStyle</item>
|
|
33
|
<item name="actionMenuTextAppearance">@style/TextAppearance.Sherlock.Widget.ActionBar.Menu</item>
|
|
34
|
<item name="actionMenuTextColor">?attr/textColorPrimary</item>
|
|
35
|
<item name="actionBarDivider">?attr/dividerVertical</item>
|
|
36
|
<item name="actionBarItemBackground">?attr/selectableItemBackground</item>
|
|
37
|
|
|
38
|
<item name="buttonStyleSmall">@style/Widget.Sherlock.Button.Small</item>
|
|
39
|
|
|
40
|
<item name="selectableItemBackground">@drawable/abs__item_background_holo_dark</item>
|
|
41
|
|
|
42
|
<item name="activatedBackgroundIndicator">@drawable/abs__activated_background_holo_dark</item>
|
|
43
|
<item name="actionModeShareDrawable">@drawable/abs__ic_menu_share_holo_dark</item>
|
|
44
|
<item name="activityChooserViewStyle">@style/Widget.Sherlock.ActivityChooserView</item>
|
|
45
|
|
|
46
|
<item name="homeAsUpIndicator">@drawable/abs__ic_ab_back_holo_dark</item>
|
|
47
|
|
|
48
|
<item name="dividerVertical">@drawable/abs__list_divider_holo_dark</item>
|
|
49
|
|
|
50
|
<item name="spinnerDropDownItemStyle">@style/Widget.Sherlock.DropDownItem.Spinner</item>
|
|
51
|
<item name="spinnerItemStyle">@style/Widget.Sherlock.TextView.SpinnerItem</item>
|
|
52
|
|
|
53
|
<item name="textColorPrimary">@color/abs__primary_text_holo_dark</item>
|
|
54
|
<item name="textColorPrimaryDisableOnly">@color/abs__primary_text_disable_only_holo_dark</item>
|
|
55
|
<item name="textColorPrimaryInverse">@color/abs__primary_text_holo_light</item>
|
|
56
|
|
|
57
|
<!-- Internal --><item name="dropdownListPreferredItemHeight">48dip</item>
|
|
58
|
<item name="dropDownListViewStyle">@style/Widget.Sherlock.ListView.DropDown</item>
|
|
59
|
|
|
60
|
<item name="textAppearanceSmall">@style/TextAppearance.Sherlock.Small</item>
|
|
61
|
<item name="textAppearanceLargePopupMenu">@style/TextAppearance.Sherlock.Widget.PopupMenu.Large</item>
|
|
62
|
<item name="textAppearanceSmallPopupMenu">@style/TextAppearance.Sherlock.Widget.PopupMenu.Small</item>
|
|
63
|
<item name="textAppearanceSearchResultTitle">@style/TextAppearance.Sherlock.SearchResult.Title</item>
|
|
64
|
<item name="textAppearanceSearchResultSubtitle">@style/TextAppearance.Sherlock.SearchResult.Subtitle</item>
|
|
65
|
|
|
66
|
<item name="popupMenuStyle">@style/Widget.Sherlock.PopupMenu</item>
|
|
67
|
<!-- Internal --><item name="listPopupWindowStyle">@style/Widget.Sherlock.ListPopupWindow</item>
|
|
68
|
|
|
69
|
<item name="searchDropdownBackground">@drawable/abs__search_dropdown_dark</item>
|
|
70
|
<item name="searchViewTextField">@drawable/abs__textfield_searchview_holo_dark</item>
|
|
71
|
<item name="searchViewTextFieldRight">@drawable/abs__textfield_searchview_right_holo_dark</item>
|
|
72
|
<item name="searchViewCloseIcon">@drawable/abs__ic_clear</item>
|
|
73
|
<item name="searchViewSearchIcon">@drawable/abs__ic_search</item>
|
|
74
|
<item name="searchViewGoIcon">@drawable/abs__ic_go</item>
|
|
75
|
<item name="searchViewVoiceIcon">@drawable/abs__ic_voice_search</item>
|
|
76
|
<item name="searchAutoCompleteTextView">@style/Widget.Sherlock.SearchAutoCompleteTextView</item>
|
|
77
|
<item name="dropDownHintAppearance">@style/TextAppearance.Sherlock.Widget.DropDownHint</item>
|
|
78
|
<item name="searchViewEditQuery">@drawable/abs__ic_commit_search_api_holo_dark</item>
|
|
79
|
<item name="searchViewEditQueryBackground">?selectableItemBackground</item>
|
|
80
|
<item name="searchResultListItemHeight">58dp</item>
|
|
81
|
|
|
82
|
<item name="windowNoTitle">false</item>
|
|
83
|
<item name="windowActionBar">true</item>
|
|
84
|
<item name="windowActionModeOverlay">false</item>
|
|
85
|
<item name="windowContentOverlay">@null</item>
|
|
86
|
</style>
|
|
87
|
<style name="Theme.Sherlock.Light" parent="Sherlock.__Theme.Light">
|
|
88
|
<!-- Action bar styles (from Theme.Holo) -->
|
|
89
|
<item name="actionDropDownStyle">@style/Widget.Sherlock.Light.Spinner.DropDown.ActionBar</item>
|
|
90
|
<item name="actionButtonStyle">@style/Widget.Sherlock.Light.ActionButton</item>
|
|
91
|
<item name="actionOverflowButtonStyle">@style/Widget.Sherlock.Light.ActionButton.Overflow</item>
|
|
92
|
<item name="actionModeBackground">@drawable/abs__cab_background_top_holo_light</item>
|
|
93
|
<item name="actionModeSplitBackground">@drawable/abs__cab_background_bottom_holo_light</item>
|
|
94
|
<item name="actionModeCloseDrawable">@drawable/abs__ic_cab_done_holo_light</item>
|
|
95
|
<item name="actionBarTabStyle">@style/Widget.Sherlock.Light.ActionBar.TabView</item>
|
|
96
|
<item name="actionBarTabBarStyle">@style/Widget.Sherlock.Light.ActionBar.TabBar</item>
|
|
97
|
<item name="actionBarTabTextStyle">@style/Widget.Sherlock.Light.ActionBar.TabText</item>
|
|
98
|
<item name="actionModeStyle">@style/Widget.Sherlock.Light.ActionMode</item>
|
|
99
|
<item name="actionModeCloseButtonStyle">@style/Widget.Sherlock.Light.ActionButton.CloseMode</item>
|
|
100
|
<item name="actionBarStyle">@style/Widget.Sherlock.Light.ActionBar.Solid</item>
|
|
101
|
<item name="actionBarSize">@dimen/abs__action_bar_default_height</item>
|
|
102
|
<!-- Internal --><item name="actionModePopupWindowStyle">@style/Widget.Sherlock.Light.PopupWindow.ActionMode</item>
|
|
103
|
<item name="actionBarWidgetTheme">@null</item>
|
|
104
|
|
|
105
|
<!-- Action bar styles (defaults from Theme) -->
|
|
106
|
<item name="actionBarSplitStyle">?attr/actionBarStyle</item>
|
|
107
|
<item name="actionMenuTextAppearance">@style/TextAppearance.Sherlock.Widget.ActionBar.Menu</item>
|
|
108
|
<item name="actionMenuTextColor">?attr/textColorPrimary</item>
|
|
109
|
<item name="actionBarDivider">?attr/dividerVertical</item>
|
|
110
|
<item name="actionBarItemBackground">?attr/selectableItemBackground</item>
|
|
111
|
|
|
112
|
<item name="buttonStyleSmall">@style/Widget.Sherlock.Light.Button.Small</item>
|
|
113
|
|
|
114
|
<item name="selectableItemBackground">@drawable/abs__item_background_holo_light</item>
|
|
115
|
|
|
116
|
<item name="activatedBackgroundIndicator">@drawable/abs__activated_background_holo_light</item>
|
|
117
|
<item name="actionModeShareDrawable">@drawable/abs__ic_menu_share_holo_light</item>
|
|
118
|
<item name="activityChooserViewStyle">@style/Widget.Sherlock.Light.ActivityChooserView</item>
|
|
119
|
|
|
120
|
<item name="homeAsUpIndicator">@drawable/abs__ic_ab_back_holo_light</item>
|
|
121
|
|
|
122
|
<item name="dividerVertical">@drawable/abs__list_divider_holo_light</item>
|
|
123
|
|
|
124
|
<item name="spinnerDropDownItemStyle">@style/Widget.Sherlock.Light.DropDownItem.Spinner</item>
|
|
125
|
<item name="spinnerItemStyle">@style/Widget.Sherlock.TextView.SpinnerItem</item>
|
|
126
|
|
|
127
|
<item name="textColorPrimary">@color/abs__primary_text_holo_light</item>
|
|
128
|
<item name="textColorPrimaryDisableOnly">@color/abs__primary_text_disable_only_holo_light</item>
|
|
129
|
<item name="textColorPrimaryInverse">@color/abs__primary_text_holo_dark</item>
|
|
130
|
|
|
131
|
<!-- Internal --><item name="dropdownListPreferredItemHeight">48dip</item>
|
|
132
|
<item name="dropDownListViewStyle">@style/Widget.Sherlock.Light.ListView.DropDown</item>
|
|
133
|
|
|
134
|
<item name="textAppearanceSmall">@style/TextAppearance.Sherlock.Light.Small</item>
|
|
135
|
<item name="textAppearanceLargePopupMenu">@style/TextAppearance.Sherlock.Light.Widget.PopupMenu.Large</item>
|
|
136
|
<item name="textAppearanceSmallPopupMenu">@style/TextAppearance.Sherlock.Light.Widget.PopupMenu.Small</item>
|
|
137
|
<item name="textAppearanceSearchResultTitle">@style/TextAppearance.Sherlock.Light.SearchResult.Title</item>
|
|
138
|
<item name="textAppearanceSearchResultSubtitle">@style/TextAppearance.Sherlock.Light.SearchResult.Subtitle</item>
|
|
139
|
|
|
140
|
<item name="popupMenuStyle">@style/Widget.Sherlock.Light.PopupMenu</item>
|
|
141
|
<!-- Internal --><item name="listPopupWindowStyle">@style/Widget.Sherlock.Light.ListPopupWindow</item>
|
|
142
|
|
|
143
|
<item name="searchDropdownBackground">@drawable/abs__search_dropdown_light</item>
|
|
144
|
<item name="searchViewTextField">@drawable/abs__textfield_searchview_holo_light</item>
|
|
145
|
<item name="searchViewTextFieldRight">@drawable/abs__textfield_searchview_right_holo_light</item>
|
|
146
|
<item name="searchViewCloseIcon">@drawable/abs__ic_clear_holo_light</item>
|
|
147
|
<item name="searchViewSearchIcon">@drawable/abs__ic_search_api_holo_light</item>
|
|
148
|
<item name="searchViewGoIcon">@drawable/abs__ic_go_search_api_holo_light</item>
|
|
149
|
<item name="searchViewVoiceIcon">@drawable/abs__ic_voice_search_api_holo_light</item>
|
|
150
|
<item name="searchAutoCompleteTextView">@style/Widget.Sherlock.Light.SearchAutoCompleteTextView</item>
|
|
151
|
<item name="dropDownHintAppearance">@style/TextAppearance.Sherlock.Widget.DropDownHint</item>
|
|
152
|
<item name="searchViewEditQuery">@drawable/abs__ic_commit_search_api_holo_light</item>
|
|
153
|
<item name="searchViewEditQueryBackground">?selectableItemBackground</item>
|
|
154
|
<item name="searchResultListItemHeight">58dp</item>
|
|
155
|
|
|
156
|
<item name="windowNoTitle">false</item>
|
|
157
|
<item name="windowActionBar">true</item>
|
|
158
|
<item name="windowActionModeOverlay">false</item>
|
|
159
|
<item name="windowContentOverlay">@null</item>
|
|
160
|
</style>
|
|
161
|
<style name="Theme.Sherlock.Light.DarkActionBar" parent="Sherlock.__Theme.DarkActionBar">
|
|
162
|
<item name="windowContentOverlay">@drawable/abs__ab_solid_shadow_holo</item>
|
|
163
|
<item name="actionBarStyle">@style/Widget.Sherlock.Light.ActionBar.Solid.Inverse</item>
|
|
164
|
<item name="actionBarWidgetTheme">@style/Theme.Sherlock</item>
|
|
165
|
|
|
166
|
<item name="actionDropDownStyle">@style/Widget.Sherlock.Spinner.DropDown.ActionBar</item>
|
|
167
|
<item name="actionButtonStyle">@style/Widget.Sherlock.ActionButton</item>
|
|
168
|
<item name="actionOverflowButtonStyle">@style/Widget.Sherlock.ActionButton.Overflow</item>
|
|
169
|
<item name="actionModeBackground">@drawable/abs__cab_background_top_holo_dark</item>
|
|
170
|
<item name="actionModeSplitBackground">@drawable/abs__cab_background_bottom_holo_dark</item>
|
|
171
|
<item name="actionModeCloseDrawable">@drawable/abs__ic_cab_done_holo_dark</item>
|
|
172
|
<item name="homeAsUpIndicator">@drawable/abs__ic_ab_back_holo_dark</item>
|
|
173
|
<item name="actionBarTabStyle">@style/Widget.Sherlock.Light.ActionBar.TabView.Inverse</item>
|
|
174
|
<item name="actionBarTabBarStyle">@style/Widget.Sherlock.Light.ActionBar.TabBar.Inverse</item>
|
|
175
|
<item name="actionBarTabTextStyle">@style/Widget.Sherlock.Light.ActionBar.TabText.Inverse</item>
|
|
176
|
<item name="actionBarDivider">@drawable/abs__list_divider_holo_dark</item>
|
|
177
|
<item name="actionBarItemBackground">@drawable/abs__item_background_holo_dark</item>
|
|
178
|
<item name="actionMenuTextColor">?attr/textColorPrimaryInverse</item>
|
|
179
|
<item name="actionModeStyle">@style/Widget.Sherlock.Light.ActionMode.Inverse</item>
|
|
180
|
<item name="actionModeCloseButtonStyle">@style/Widget.Sherlock.ActionButton.CloseMode</item>
|
|
181
|
<item name="actionModePopupWindowStyle">@style/Widget.Sherlock.PopupWindow.ActionMode</item>
|
|
182
|
|
|
183
|
<item name="actionModeShareDrawable">@drawable/abs__ic_menu_share_holo_dark</item>
|
|
184
|
|
|
185
|
<!-- We want the dark action bar SearchView stuff -->
|
|
186
|
<item name="searchDropdownBackground">@drawable/abs__search_dropdown_dark</item>
|
|
187
|
<item name="searchViewTextField">@drawable/abs__textfield_searchview_holo_dark</item>
|
|
188
|
<item name="searchViewTextFieldRight">@drawable/abs__textfield_searchview_right_holo_dark</item>
|
|
189
|
<item name="searchViewCloseIcon">@drawable/abs__ic_clear</item>
|
|
190
|
<item name="searchViewSearchIcon">@drawable/abs__ic_search</item>
|
|
191
|
<item name="searchViewGoIcon">@drawable/abs__ic_go</item>
|
|
192
|
<item name="searchViewVoiceIcon">@drawable/abs__ic_voice_search</item>
|
|
193
|
<item name="searchAutoCompleteTextView">@style/Widget.Sherlock.SearchAutoCompleteTextView</item>
|
|
194
|
<item name="dropDownHintAppearance">@style/TextAppearance.Sherlock.Widget.DropDownHint</item>
|
|
195
|
<item name="searchViewEditQuery">@drawable/abs__ic_commit_search_api_holo_dark</item>
|
|
196
|
</style>
|
|
197
|
|
|
198
|
|
|
199
|
<style name="Theme.Sherlock.NoActionBar">
|
|
200
|
<item name="windowActionBar">false</item>
|
|
201
|
<item name="windowNoTitle">true</item>
|
|
202
|
</style>
|
|
203
|
<style name="Theme.Sherlock.Light.NoActionBar">
|
|
204
|
<item name="windowActionBar">false</item>
|
|
205
|
<item name="windowNoTitle">true</item>
|
|
206
|
</style>
|
|
207
|
</resources>
|