Merge branch 'master' into circular
* master: Trying to fix the unread counts ghosting issue by forcing an instant unread count refetch of active/selected feeds. This may work! Fixing limits.conf to just use integers. Making it a bit easier to setup a new db. Updating Android app to v1.1 (revision 31).
18
fabfile.py
vendored
|
@ -318,14 +318,15 @@ def setup_app(skip_common=False):
|
|||
deploy()
|
||||
config_monit_app()
|
||||
|
||||
def setup_db(skip_common=False, engine=None):
|
||||
def setup_db(engine=None, skip_common=False):
|
||||
if not skip_common:
|
||||
setup_common()
|
||||
setup_baremetal()
|
||||
setup_db_firewall()
|
||||
setup_db_motd()
|
||||
copy_task_settings()
|
||||
setup_memcached()
|
||||
if engine == "memcached":
|
||||
setup_memcached()
|
||||
if engine == "postgres":
|
||||
setup_postgres(standby=False)
|
||||
elif engine == "postgres_slave":
|
||||
|
@ -529,15 +530,15 @@ def setup_logrotate():
|
|||
put('config/logrotate.conf', '/etc/logrotate.d/newsblur', use_sudo=True)
|
||||
|
||||
def setup_ulimit():
|
||||
# Increase File Descriptor limits.
|
||||
# Increase File Descriptor limits.
|
||||
run('export FILEMAX=`sysctl -n fs.file-max`', pty=False)
|
||||
sudo('mv /etc/security/limits.conf /etc/security/limits.conf.bak', pty=False)
|
||||
sudo('touch /etc/security/limits.conf', pty=False)
|
||||
sudo('chmod 666 /etc/security/limits.conf', pty=False)
|
||||
run('echo "root soft nofile $FILEMAX" >> /etc/security/limits.conf', pty=False)
|
||||
run('echo "root hard nofile $FILEMAX" >> /etc/security/limits.conf', pty=False)
|
||||
run('echo "* soft nofile $FILEMAX" >> /etc/security/limits.conf', pty=False)
|
||||
run('echo "* hard nofile $FILEMAX" >> /etc/security/limits.conf', pty=False)
|
||||
run('echo "root soft nofile 10000" >> /etc/security/limits.conf', pty=False)
|
||||
run('echo "root hard nofile 10000" >> /etc/security/limits.conf', pty=False)
|
||||
run('echo "* soft nofile 10000" >> /etc/security/limits.conf', pty=False)
|
||||
run('echo "* hard nofile 10000" >> /etc/security/limits.conf', pty=False)
|
||||
sudo('chmod 644 /etc/security/limits.conf', pty=False)
|
||||
|
||||
# run('touch /home/ubuntu/.bash_profile')
|
||||
|
@ -927,7 +928,8 @@ def setup_do(name, size=2):
|
|||
size_id=size_id,
|
||||
image_id=image_id,
|
||||
region_id=region_id,
|
||||
ssh_key_ids=[str(ssh_key_id)])
|
||||
ssh_key_ids=[str(ssh_key_id)],
|
||||
virtio=True)
|
||||
print "Booting droplet: %s/%s (size: %s)" % (instance.id, IMAGE_NAME, INSTANCE_SIZE)
|
||||
|
||||
instance = doapi.show_droplet(instance.id)
|
||||
|
|
11
media/android/NewsBlur/.settings/org.eclipse.jdt.core.prefs
Normal file
|
@ -0,0 +1,11 @@
|
|||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.source=1.6
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.newsblur"
|
||||
android:versionCode="30"
|
||||
android:versionName="1.0.6" >
|
||||
android:versionCode="31"
|
||||
android:versionName="1.1" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"
|
||||
|
|
8
media/android/NewsBlur/libs/ActionBarSherlock/.classpath
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="gen"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||
<classpathentry kind="output" path="bin/classes"/>
|
||||
</classpath>
|
33
media/android/NewsBlur/libs/ActionBarSherlock/.project
Normal file
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>ActionBarSherlock</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
|
@ -0,0 +1,4 @@
|
|||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||
org.eclipse.jdt.core.compiler.source=1.6
|
6
media/android/NewsBlur/libs/ActionBarSherlock/AndroidManifest.xml
Executable file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="100" android:versionName="4.2.0" package="com.actionbarsherlock">
|
||||
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16"/>
|
||||
|
||||
</manifest>
|
15
media/android/NewsBlur/libs/ActionBarSherlock/README.md
Executable file
|
@ -0,0 +1,15 @@
|
|||
ActionBarSherlock Library
|
||||
=========================
|
||||
|
||||
This folder contains the main library which should be linked against as an
|
||||
Android library project in your application.
|
||||
|
||||
For more information see the "Including In Your Project" section of the
|
||||
[usage page][1].
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[1]: http://actionbarsherlock.com/usage.html
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="100" android:versionName="4.2.0" package="com.actionbarsherlock">
|
||||
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16"/>
|
||||
|
||||
</manifest>
|
576
media/android/NewsBlur/libs/ActionBarSherlock/bin/R.txt
Normal file
|
@ -0,0 +1,576 @@
|
|||
int attr actionBarDivider 0x7f01000e
|
||||
int attr actionBarItemBackground 0x7f01000f
|
||||
int attr actionBarSize 0x7f01000d
|
||||
int attr actionBarSplitStyle 0x7f01000b
|
||||
int attr actionBarStyle 0x7f01000a
|
||||
int attr actionBarTabBarStyle 0x7f010007
|
||||
int attr actionBarTabStyle 0x7f010006
|
||||
int attr actionBarTabTextStyle 0x7f010008
|
||||
int attr actionBarWidgetTheme 0x7f01000c
|
||||
int attr actionButtonStyle 0x7f01003a
|
||||
int attr actionDropDownStyle 0x7f010039
|
||||
int attr actionMenuTextAppearance 0x7f010010
|
||||
int attr actionMenuTextColor 0x7f010011
|
||||
int attr actionModeBackground 0x7f010014
|
||||
int attr actionModeCloseButtonStyle 0x7f010013
|
||||
int attr actionModeCloseDrawable 0x7f010016
|
||||
int attr actionModePopupWindowStyle 0x7f010018
|
||||
int attr actionModeShareDrawable 0x7f010017
|
||||
int attr actionModeSplitBackground 0x7f010015
|
||||
int attr actionModeStyle 0x7f010012
|
||||
int attr actionOverflowButtonStyle 0x7f010009
|
||||
int attr actionSpinnerItemStyle 0x7f01003f
|
||||
int attr activatedBackgroundIndicator 0x7f010047
|
||||
int attr activityChooserViewStyle 0x7f010046
|
||||
int attr background 0x7f010002
|
||||
int attr backgroundSplit 0x7f010003
|
||||
int attr backgroundStacked 0x7f01004e
|
||||
int attr buttonStyleSmall 0x7f010019
|
||||
int attr customNavigationLayout 0x7f01004f
|
||||
int attr displayOptions 0x7f010049
|
||||
int attr divider 0x7f010005
|
||||
int attr dividerVertical 0x7f010038
|
||||
int attr dropDownListViewStyle 0x7f01003c
|
||||
int attr dropdownListPreferredItemHeight 0x7f01003e
|
||||
int attr expandActivityOverflowButtonDrawable 0x7f01005e
|
||||
int attr headerBackground 0x7f010058
|
||||
int attr height 0x7f010004
|
||||
int attr homeAsUpIndicator 0x7f01003b
|
||||
int attr homeLayout 0x7f010050
|
||||
int attr horizontalDivider 0x7f010056
|
||||
int attr icon 0x7f01004c
|
||||
int attr iconifiedByDefault 0x7f01005f
|
||||
int attr indeterminateProgressStyle 0x7f010052
|
||||
int attr initialActivityCount 0x7f01005d
|
||||
int attr itemBackground 0x7f010059
|
||||
int attr itemIconDisabledAlpha 0x7f01005b
|
||||
int attr itemPadding 0x7f010054
|
||||
int attr itemTextAppearance 0x7f010055
|
||||
int attr listPopupWindowStyle 0x7f010045
|
||||
int attr listPreferredItemHeightSmall 0x7f010032
|
||||
int attr listPreferredItemPaddingLeft 0x7f010033
|
||||
int attr listPreferredItemPaddingRight 0x7f010034
|
||||
int attr logo 0x7f01004d
|
||||
int attr navigationMode 0x7f010048
|
||||
int attr popupMenuStyle 0x7f01003d
|
||||
int attr preserveIconSpacing 0x7f01005c
|
||||
int attr progressBarPadding 0x7f010053
|
||||
int attr progressBarStyle 0x7f010051
|
||||
int attr queryHint 0x7f010060
|
||||
int attr searchAutoCompleteTextView 0x7f010024
|
||||
int attr searchDropdownBackground 0x7f010025
|
||||
int attr searchResultListItemHeight 0x7f01002f
|
||||
int attr searchViewCloseIcon 0x7f010026
|
||||
int attr searchViewEditQuery 0x7f01002a
|
||||
int attr searchViewEditQueryBackground 0x7f01002b
|
||||
int attr searchViewGoIcon 0x7f010027
|
||||
int attr searchViewSearchIcon 0x7f010028
|
||||
int attr searchViewTextField 0x7f01002c
|
||||
int attr searchViewTextFieldRight 0x7f01002d
|
||||
int attr searchViewVoiceIcon 0x7f010029
|
||||
int attr selectableItemBackground 0x7f01001a
|
||||
int attr spinnerDropDownItemStyle 0x7f010023
|
||||
int attr spinnerItemStyle 0x7f010022
|
||||
int attr subtitle 0x7f01004b
|
||||
int attr subtitleTextStyle 0x7f010001
|
||||
int attr textAppearanceLargePopupMenu 0x7f01001c
|
||||
int attr textAppearanceListItemSmall 0x7f010035
|
||||
int attr textAppearanceSearchResultSubtitle 0x7f010031
|
||||
int attr textAppearanceSearchResultTitle 0x7f010030
|
||||
int attr textAppearanceSmall 0x7f01001e
|
||||
int attr textAppearanceSmallPopupMenu 0x7f01001d
|
||||
int attr textColorPrimary 0x7f01001f
|
||||
int attr textColorPrimaryDisableOnly 0x7f010020
|
||||
int attr textColorPrimaryInverse 0x7f010021
|
||||
int attr textColorSearchUrl 0x7f01002e
|
||||
int attr title 0x7f01004a
|
||||
int attr titleTextStyle 0x7f010000
|
||||
int attr verticalDivider 0x7f010057
|
||||
int attr windowActionBar 0x7f010041
|
||||
int attr windowActionBarOverlay 0x7f010042
|
||||
int attr windowActionModeOverlay 0x7f010043
|
||||
int attr windowAnimationStyle 0x7f01005a
|
||||
int attr windowContentOverlay 0x7f01001b
|
||||
int attr windowMinWidthMajor 0x7f010036
|
||||
int attr windowMinWidthMinor 0x7f010037
|
||||
int attr windowNoTitle 0x7f010040
|
||||
int attr windowSplitActionBar 0x7f010044
|
||||
int bool abs__action_bar_embed_tabs 0x7f050000
|
||||
int bool abs__action_bar_expanded_action_views_exclusive 0x7f050002
|
||||
int bool abs__config_actionMenuItemAllCaps 0x7f050004
|
||||
int bool abs__config_allowActionMenuItemTextWithIcon 0x7f050005
|
||||
int bool abs__config_showMenuShortcutsWhenKeyboardPresent 0x7f050003
|
||||
int bool abs__split_action_bar_is_narrow 0x7f050001
|
||||
int color abs__background_holo_dark 0x7f060000
|
||||
int color abs__background_holo_light 0x7f060001
|
||||
int color abs__bright_foreground_disabled_holo_dark 0x7f060004
|
||||
int color abs__bright_foreground_disabled_holo_light 0x7f060005
|
||||
int color abs__bright_foreground_holo_dark 0x7f060002
|
||||
int color abs__bright_foreground_holo_light 0x7f060003
|
||||
int color abs__bright_foreground_inverse_holo_dark 0x7f060006
|
||||
int color abs__bright_foreground_inverse_holo_light 0x7f060007
|
||||
int color abs__holo_blue_light 0x7f060008
|
||||
int color abs__primary_text_disable_only_holo_dark 0x7f060009
|
||||
int color abs__primary_text_disable_only_holo_light 0x7f06000a
|
||||
int color abs__primary_text_holo_dark 0x7f06000b
|
||||
int color abs__primary_text_holo_light 0x7f06000c
|
||||
int dimen abs__action_bar_default_height 0x7f070001
|
||||
int dimen abs__action_bar_icon_vertical_padding 0x7f070002
|
||||
int dimen abs__action_bar_subtitle_bottom_margin 0x7f070006
|
||||
int dimen abs__action_bar_subtitle_text_size 0x7f070004
|
||||
int dimen abs__action_bar_subtitle_top_margin 0x7f070005
|
||||
int dimen abs__action_bar_title_text_size 0x7f070003
|
||||
int dimen abs__action_button_min_width 0x7f070007
|
||||
int dimen abs__alert_dialog_title_height 0x7f070008
|
||||
int dimen abs__config_prefDialogWidth 0x7f070000
|
||||
int dimen abs__dialog_min_width_major 0x7f070009
|
||||
int dimen abs__dialog_min_width_minor 0x7f07000a
|
||||
int dimen abs__dropdownitem_icon_width 0x7f07000d
|
||||
int dimen abs__dropdownitem_text_padding_left 0x7f07000b
|
||||
int dimen abs__dropdownitem_text_padding_right 0x7f07000c
|
||||
int dimen abs__search_view_preferred_width 0x7f07000f
|
||||
int dimen abs__search_view_text_min_width 0x7f07000e
|
||||
int dimen action_button_min_width 0x7f070010
|
||||
int drawable abs__ab_bottom_solid_dark_holo 0x7f020000
|
||||
int drawable abs__ab_bottom_solid_inverse_holo 0x7f020001
|
||||
int drawable abs__ab_bottom_solid_light_holo 0x7f020002
|
||||
int drawable abs__ab_bottom_transparent_dark_holo 0x7f020003
|
||||
int drawable abs__ab_bottom_transparent_light_holo 0x7f020004
|
||||
int drawable abs__ab_share_pack_holo_dark 0x7f020005
|
||||
int drawable abs__ab_share_pack_holo_light 0x7f020006
|
||||
int drawable abs__ab_solid_dark_holo 0x7f020007
|
||||
int drawable abs__ab_solid_light_holo 0x7f020008
|
||||
int drawable abs__ab_solid_shadow_holo 0x7f020009
|
||||
int drawable abs__ab_stacked_solid_dark_holo 0x7f02000a
|
||||
int drawable abs__ab_stacked_solid_light_holo 0x7f02000b
|
||||
int drawable abs__ab_stacked_transparent_dark_holo 0x7f02000c
|
||||
int drawable abs__ab_stacked_transparent_light_holo 0x7f02000d
|
||||
int drawable abs__ab_transparent_dark_holo 0x7f02000e
|
||||
int drawable abs__ab_transparent_light_holo 0x7f02000f
|
||||
int drawable abs__activated_background_holo_dark 0x7f020010
|
||||
int drawable abs__activated_background_holo_light 0x7f020011
|
||||
int drawable abs__btn_cab_done_default_holo_dark 0x7f020012
|
||||
int drawable abs__btn_cab_done_default_holo_light 0x7f020013
|
||||
int drawable abs__btn_cab_done_focused_holo_dark 0x7f020014
|
||||
int drawable abs__btn_cab_done_focused_holo_light 0x7f020015
|
||||
int drawable abs__btn_cab_done_holo_dark 0x7f020016
|
||||
int drawable abs__btn_cab_done_holo_light 0x7f020017
|
||||
int drawable abs__btn_cab_done_pressed_holo_dark 0x7f020018
|
||||
int drawable abs__btn_cab_done_pressed_holo_light 0x7f020019
|
||||
int drawable abs__cab_background_bottom_holo_dark 0x7f02001a
|
||||
int drawable abs__cab_background_bottom_holo_light 0x7f02001b
|
||||
int drawable abs__cab_background_top_holo_dark 0x7f02001c
|
||||
int drawable abs__cab_background_top_holo_light 0x7f02001d
|
||||
int drawable abs__dialog_full_holo_dark 0x7f02001e
|
||||
int drawable abs__dialog_full_holo_light 0x7f02001f
|
||||
int drawable abs__ic_ab_back_holo_dark 0x7f020020
|
||||
int drawable abs__ic_ab_back_holo_light 0x7f020021
|
||||
int drawable abs__ic_cab_done_holo_dark 0x7f020022
|
||||
int drawable abs__ic_cab_done_holo_light 0x7f020023
|
||||
int drawable abs__ic_clear 0x7f020024
|
||||
int drawable abs__ic_clear_disabled 0x7f020025
|
||||
int drawable abs__ic_clear_holo_light 0x7f020026
|
||||
int drawable abs__ic_clear_normal 0x7f020027
|
||||
int drawable abs__ic_clear_search_api_disabled_holo_light 0x7f020028
|
||||
int drawable abs__ic_clear_search_api_holo_light 0x7f020029
|
||||
int drawable abs__ic_go 0x7f02002a
|
||||
int drawable abs__ic_go_search_api_holo_light 0x7f02002b
|
||||
int drawable abs__ic_menu_moreoverflow_holo_dark 0x7f02002c
|
||||
int drawable abs__ic_menu_moreoverflow_holo_light 0x7f02002d
|
||||
int drawable abs__ic_menu_moreoverflow_normal_holo_dark 0x7f02002e
|
||||
int drawable abs__ic_menu_moreoverflow_normal_holo_light 0x7f02002f
|
||||
int drawable abs__ic_menu_share_holo_dark 0x7f020030
|
||||
int drawable abs__ic_menu_share_holo_light 0x7f020031
|
||||
int drawable abs__ic_search 0x7f020032
|
||||
int drawable abs__ic_search_api_holo_light 0x7f020033
|
||||
int drawable abs__ic_voice_search 0x7f020034
|
||||
int drawable abs__ic_voice_search_api_holo_light 0x7f020035
|
||||
int drawable abs__item_background_holo_dark 0x7f020036
|
||||
int drawable abs__item_background_holo_light 0x7f020037
|
||||
int drawable abs__list_activated_holo 0x7f020038
|
||||
int drawable abs__list_divider_holo_dark 0x7f020039
|
||||
int drawable abs__list_divider_holo_light 0x7f02003a
|
||||
int drawable abs__list_focused_holo 0x7f02003b
|
||||
int drawable abs__list_longpressed_holo 0x7f02003c
|
||||
int drawable abs__list_pressed_holo_dark 0x7f02003d
|
||||
int drawable abs__list_pressed_holo_light 0x7f02003e
|
||||
int drawable abs__list_selector_background_transition_holo_dark 0x7f02003f
|
||||
int drawable abs__list_selector_background_transition_holo_light 0x7f020040
|
||||
int drawable abs__list_selector_disabled_holo_dark 0x7f020041
|
||||
int drawable abs__list_selector_disabled_holo_light 0x7f020042
|
||||
int drawable abs__list_selector_holo_dark 0x7f020043
|
||||
int drawable abs__list_selector_holo_light 0x7f020044
|
||||
int drawable abs__menu_dropdown_panel_holo_dark 0x7f020045
|
||||
int drawable abs__menu_dropdown_panel_holo_light 0x7f020046
|
||||
int drawable abs__progress_bg_holo_dark 0x7f020047
|
||||
int drawable abs__progress_bg_holo_light 0x7f020048
|
||||
int drawable abs__progress_horizontal_holo_dark 0x7f020049
|
||||
int drawable abs__progress_horizontal_holo_light 0x7f02004a
|
||||
int drawable abs__progress_medium_holo 0x7f02004b
|
||||
int drawable abs__progress_primary_holo_dark 0x7f02004c
|
||||
int drawable abs__progress_primary_holo_light 0x7f02004d
|
||||
int drawable abs__progress_secondary_holo_dark 0x7f02004e
|
||||
int drawable abs__progress_secondary_holo_light 0x7f02004f
|
||||
int drawable abs__search_dropdown_dark 0x7f020050
|
||||
int drawable abs__search_dropdown_light 0x7f020051
|
||||
int drawable abs__spinner_48_inner_holo 0x7f020052
|
||||
int drawable abs__spinner_48_outer_holo 0x7f020053
|
||||
int drawable abs__spinner_ab_default_holo_dark 0x7f020054
|
||||
int drawable abs__spinner_ab_default_holo_light 0x7f020055
|
||||
int drawable abs__spinner_ab_disabled_holo_dark 0x7f020056
|
||||
int drawable abs__spinner_ab_disabled_holo_light 0x7f020057
|
||||
int drawable abs__spinner_ab_focused_holo_dark 0x7f020058
|
||||
int drawable abs__spinner_ab_focused_holo_light 0x7f020059
|
||||
int drawable abs__spinner_ab_holo_dark 0x7f02005a
|
||||
int drawable abs__spinner_ab_holo_light 0x7f02005b
|
||||
int drawable abs__spinner_ab_pressed_holo_dark 0x7f02005c
|
||||
int drawable abs__spinner_ab_pressed_holo_light 0x7f02005d
|
||||
int drawable abs__tab_indicator_ab_holo 0x7f02005e
|
||||
int drawable abs__tab_selected_focused_holo 0x7f02005f
|
||||
int drawable abs__tab_selected_holo 0x7f020060
|
||||
int drawable abs__tab_selected_pressed_holo 0x7f020061
|
||||
int drawable abs__tab_unselected_pressed_holo 0x7f020062
|
||||
int drawable abs__textfield_search_default_holo_dark 0x7f020063
|
||||
int drawable abs__textfield_search_default_holo_light 0x7f020064
|
||||
int drawable abs__textfield_search_right_default_holo_dark 0x7f020065
|
||||
int drawable abs__textfield_search_right_default_holo_light 0x7f020066
|
||||
int drawable abs__textfield_search_right_selected_holo_dark 0x7f020067
|
||||
int drawable abs__textfield_search_right_selected_holo_light 0x7f020068
|
||||
int drawable abs__textfield_search_selected_holo_dark 0x7f020069
|
||||
int drawable abs__textfield_search_selected_holo_light 0x7f02006a
|
||||
int drawable abs__textfield_searchview_holo_dark 0x7f02006b
|
||||
int drawable abs__textfield_searchview_holo_light 0x7f02006c
|
||||
int drawable abs__textfield_searchview_right_holo_dark 0x7f02006d
|
||||
int drawable abs__textfield_searchview_right_holo_light 0x7f02006e
|
||||
int id abs__action_bar 0x7f040022
|
||||
int id abs__action_bar_container 0x7f040021
|
||||
int id abs__action_bar_subtitle 0x7f040011
|
||||
int id abs__action_bar_title 0x7f040010
|
||||
int id abs__action_context_bar 0x7f040023
|
||||
int id abs__action_menu_divider 0x7f04000c
|
||||
int id abs__action_menu_presenter 0x7f04000d
|
||||
int id abs__action_mode_bar 0x7f040026
|
||||
int id abs__action_mode_bar_stub 0x7f040025
|
||||
int id abs__action_mode_close_button 0x7f040014
|
||||
int id abs__activity_chooser_view_content 0x7f040015
|
||||
int id abs__checkbox 0x7f04001e
|
||||
int id abs__content 0x7f04001d
|
||||
int id abs__default_activity_button 0x7f040018
|
||||
int id abs__expand_activities_button 0x7f040016
|
||||
int id abs__home 0x7f04000a
|
||||
int id abs__icon 0x7f04001a
|
||||
int id abs__image 0x7f040017
|
||||
int id abs__imageButton 0x7f040012
|
||||
int id abs__list_item 0x7f040019
|
||||
int id abs__progress_circular 0x7f04000e
|
||||
int id abs__progress_horizontal 0x7f04000f
|
||||
int id abs__radio 0x7f040020
|
||||
int id abs__search_badge 0x7f040029
|
||||
int id abs__search_bar 0x7f040028
|
||||
int id abs__search_button 0x7f04002a
|
||||
int id abs__search_close_btn 0x7f04002f
|
||||
int id abs__search_edit_frame 0x7f04002b
|
||||
int id abs__search_go_btn 0x7f040031
|
||||
int id abs__search_mag_icon 0x7f04002c
|
||||
int id abs__search_plate 0x7f04002d
|
||||
int id abs__search_src_text 0x7f04002e
|
||||
int id abs__search_voice_btn 0x7f040032
|
||||
int id abs__shortcut 0x7f04001f
|
||||
int id abs__split_action_bar 0x7f040024
|
||||
int id abs__submit_area 0x7f040030
|
||||
int id abs__textButton 0x7f040013
|
||||
int id abs__title 0x7f04001b
|
||||
int id abs__titleDivider 0x7f04001c
|
||||
int id abs__up 0x7f04000b
|
||||
int id disableHome 0x7f040009
|
||||
int id edit_query 0x7f040027
|
||||
int id homeAsUp 0x7f040006
|
||||
int id listMode 0x7f040002
|
||||
int id normal 0x7f040001
|
||||
int id showCustom 0x7f040008
|
||||
int id showHome 0x7f040005
|
||||
int id showTitle 0x7f040007
|
||||
int id tabMode 0x7f040003
|
||||
int id useLogo 0x7f040004
|
||||
int id wrap_content 0x7f040000
|
||||
int integer abs__max_action_buttons 0x7f080000
|
||||
int layout abs__action_bar_home 0x7f030000
|
||||
int layout abs__action_bar_tab 0x7f030001
|
||||
int layout abs__action_bar_tab_bar_view 0x7f030002
|
||||
int layout abs__action_bar_title_item 0x7f030003
|
||||
int layout abs__action_menu_item_layout 0x7f030004
|
||||
int layout abs__action_menu_layout 0x7f030005
|
||||
int layout abs__action_mode_bar 0x7f030006
|
||||
int layout abs__action_mode_close_item 0x7f030007
|
||||
int layout abs__activity_chooser_view 0x7f030008
|
||||
int layout abs__activity_chooser_view_list_item 0x7f030009
|
||||
int layout abs__dialog_title_holo 0x7f03000a
|
||||
int layout abs__list_menu_item_checkbox 0x7f03000b
|
||||
int layout abs__list_menu_item_icon 0x7f03000c
|
||||
int layout abs__list_menu_item_layout 0x7f03000d
|
||||
int layout abs__list_menu_item_radio 0x7f03000e
|
||||
int layout abs__popup_menu_item_layout 0x7f03000f
|
||||
int layout abs__screen_action_bar 0x7f030010
|
||||
int layout abs__screen_action_bar_overlay 0x7f030011
|
||||
int layout abs__screen_simple 0x7f030012
|
||||
int layout abs__screen_simple_overlay_action_mode 0x7f030013
|
||||
int layout abs__search_dropdown_item_icons_2line 0x7f030014
|
||||
int layout abs__search_view 0x7f030015
|
||||
int layout abs__simple_dropdown_hint 0x7f030016
|
||||
int layout sherlock_spinner_dropdown_item 0x7f030017
|
||||
int layout sherlock_spinner_item 0x7f030018
|
||||
int string abs__action_bar_home_description 0x7f090000
|
||||
int string abs__action_bar_up_description 0x7f090001
|
||||
int string abs__action_menu_overflow_description 0x7f090002
|
||||
int string abs__action_mode_done 0x7f090003
|
||||
int string abs__activity_chooser_view_dialog_title_default 0x7f090005
|
||||
int string abs__activity_chooser_view_see_all 0x7f090004
|
||||
int string abs__activitychooserview_choose_application 0x7f090007
|
||||
int string abs__searchview_description_clear 0x7f09000c
|
||||
int string abs__searchview_description_query 0x7f09000b
|
||||
int string abs__searchview_description_search 0x7f09000a
|
||||
int string abs__searchview_description_submit 0x7f09000d
|
||||
int string abs__searchview_description_voice 0x7f09000e
|
||||
int string abs__share_action_provider_share_with 0x7f090006
|
||||
int string abs__shareactionprovider_share_with 0x7f090008
|
||||
int string abs__shareactionprovider_share_with_application 0x7f090009
|
||||
int style DialogWindowTitle_Sherlock 0x7f0a0036
|
||||
int style DialogWindowTitle_Sherlock_Light 0x7f0a0037
|
||||
int style Sherlock___TextAppearance_Small 0x7f0a004a
|
||||
int style Sherlock___Theme 0x7f0a004e
|
||||
int style Sherlock___Theme_DarkActionBar 0x7f0a0050
|
||||
int style Sherlock___Theme_Dialog 0x7f0a0051
|
||||
int style Sherlock___Theme_Light 0x7f0a004f
|
||||
int style Sherlock___Widget_ActionBar 0x7f0a0001
|
||||
int style Sherlock___Widget_ActionMode 0x7f0a0016
|
||||
int style Sherlock___Widget_ActivityChooserView 0x7f0a001e
|
||||
int style Sherlock___Widget_Holo_DropDownItem 0x7f0a0029
|
||||
int style Sherlock___Widget_Holo_ListView 0x7f0a0026
|
||||
int style Sherlock___Widget_Holo_Spinner 0x7f0a0023
|
||||
int style Sherlock___Widget_SearchAutoCompleteTextView 0x7f0a0033
|
||||
int style TextAppearance_Sherlock_DialogWindowTitle 0x7f0a0048
|
||||
int style TextAppearance_Sherlock_Light_DialogWindowTitle 0x7f0a0049
|
||||
int style TextAppearance_Sherlock_Light_Small 0x7f0a004c
|
||||
int style TextAppearance_Sherlock_Light_Widget_PopupMenu_Large 0x7f0a0043
|
||||
int style TextAppearance_Sherlock_Light_Widget_PopupMenu_Small 0x7f0a0045
|
||||
int style TextAppearance_Sherlock_Small 0x7f0a004b
|
||||
int style TextAppearance_Sherlock_Widget_ActionBar_Menu 0x7f0a0038
|
||||
int style TextAppearance_Sherlock_Widget_ActionBar_Subtitle 0x7f0a003b
|
||||
int style TextAppearance_Sherlock_Widget_ActionBar_Subtitle_Inverse 0x7f0a003c
|
||||
int style TextAppearance_Sherlock_Widget_ActionBar_Title 0x7f0a0039
|
||||
int style TextAppearance_Sherlock_Widget_ActionBar_Title_Inverse 0x7f0a003a
|
||||
int style TextAppearance_Sherlock_Widget_ActionMode_Subtitle 0x7f0a003f
|
||||
int style TextAppearance_Sherlock_Widget_ActionMode_Subtitle_Inverse 0x7f0a0040
|
||||
int style TextAppearance_Sherlock_Widget_ActionMode_Title 0x7f0a003d
|
||||
int style TextAppearance_Sherlock_Widget_ActionMode_Title_Inverse 0x7f0a003e
|
||||
int style TextAppearance_Sherlock_Widget_DropDownHint 0x7f0a004d
|
||||
int style TextAppearance_Sherlock_Widget_DropDownItem 0x7f0a0047
|
||||
int style TextAppearance_Sherlock_Widget_PopupMenu 0x7f0a0041
|
||||
int style TextAppearance_Sherlock_Widget_PopupMenu_Large 0x7f0a0042
|
||||
int style TextAppearance_Sherlock_Widget_PopupMenu_Small 0x7f0a0044
|
||||
int style TextAppearance_Sherlock_Widget_TextView_SpinnerItem 0x7f0a0046
|
||||
int style Theme_Sherlock 0x7f0a0052
|
||||
int style Theme_Sherlock_Dialog 0x7f0a0057
|
||||
int style Theme_Sherlock_Light 0x7f0a0053
|
||||
int style Theme_Sherlock_Light_DarkActionBar 0x7f0a0054
|
||||
int style Theme_Sherlock_Light_Dialog 0x7f0a0058
|
||||
int style Theme_Sherlock_Light_NoActionBar 0x7f0a0056
|
||||
int style Theme_Sherlock_NoActionBar 0x7f0a0055
|
||||
int style Widget 0x7f0a0000
|
||||
int style Widget_Sherlock_ActionBar 0x7f0a0002
|
||||
int style Widget_Sherlock_ActionBar_Solid 0x7f0a0003
|
||||
int style Widget_Sherlock_ActionBar_TabBar 0x7f0a000a
|
||||
int style Widget_Sherlock_ActionBar_TabText 0x7f0a000d
|
||||
int style Widget_Sherlock_ActionBar_TabView 0x7f0a0007
|
||||
int style Widget_Sherlock_ActionButton 0x7f0a0010
|
||||
int style Widget_Sherlock_ActionButton_CloseMode 0x7f0a0012
|
||||
int style Widget_Sherlock_ActionButton_Overflow 0x7f0a0014
|
||||
int style Widget_Sherlock_ActionMode 0x7f0a0017
|
||||
int style Widget_Sherlock_ActivityChooserView 0x7f0a001f
|
||||
int style Widget_Sherlock_Button_Small 0x7f0a0021
|
||||
int style Widget_Sherlock_DropDownItem_Spinner 0x7f0a002a
|
||||
int style Widget_Sherlock_Light_ActionBar 0x7f0a0004
|
||||
int style Widget_Sherlock_Light_ActionBar_Solid 0x7f0a0005
|
||||
int style Widget_Sherlock_Light_ActionBar_Solid_Inverse 0x7f0a0006
|
||||
int style Widget_Sherlock_Light_ActionBar_TabBar 0x7f0a000b
|
||||
int style Widget_Sherlock_Light_ActionBar_TabBar_Inverse 0x7f0a000c
|
||||
int style Widget_Sherlock_Light_ActionBar_TabText 0x7f0a000e
|
||||
int style Widget_Sherlock_Light_ActionBar_TabText_Inverse 0x7f0a000f
|
||||
int style Widget_Sherlock_Light_ActionBar_TabView 0x7f0a0008
|
||||
int style Widget_Sherlock_Light_ActionBar_TabView_Inverse 0x7f0a0009
|
||||
int style Widget_Sherlock_Light_ActionButton 0x7f0a0011
|
||||
int style Widget_Sherlock_Light_ActionButton_CloseMode 0x7f0a0013
|
||||
int style Widget_Sherlock_Light_ActionButton_Overflow 0x7f0a0015
|
||||
int style Widget_Sherlock_Light_ActionMode 0x7f0a0018
|
||||
int style Widget_Sherlock_Light_ActionMode_Inverse 0x7f0a0019
|
||||
int style Widget_Sherlock_Light_ActivityChooserView 0x7f0a0020
|
||||
int style Widget_Sherlock_Light_Button_Small 0x7f0a0022
|
||||
int style Widget_Sherlock_Light_DropDownItem_Spinner 0x7f0a002b
|
||||
int style Widget_Sherlock_Light_ListPopupWindow 0x7f0a001b
|
||||
int style Widget_Sherlock_Light_ListView_DropDown 0x7f0a0028
|
||||
int style Widget_Sherlock_Light_PopupMenu 0x7f0a001d
|
||||
int style Widget_Sherlock_Light_PopupWindow_ActionMode 0x7f0a002d
|
||||
int style Widget_Sherlock_Light_ProgressBar 0x7f0a002f
|
||||
int style Widget_Sherlock_Light_ProgressBar_Horizontal 0x7f0a0031
|
||||
int style Widget_Sherlock_Light_SearchAutoCompleteTextView 0x7f0a0035
|
||||
int style Widget_Sherlock_Light_Spinner_DropDown_ActionBar 0x7f0a0025
|
||||
int style Widget_Sherlock_ListPopupWindow 0x7f0a001a
|
||||
int style Widget_Sherlock_ListView_DropDown 0x7f0a0027
|
||||
int style Widget_Sherlock_PopupMenu 0x7f0a001c
|
||||
int style Widget_Sherlock_PopupWindow_ActionMode 0x7f0a002c
|
||||
int style Widget_Sherlock_ProgressBar 0x7f0a002e
|
||||
int style Widget_Sherlock_ProgressBar_Horizontal 0x7f0a0030
|
||||
int style Widget_Sherlock_SearchAutoCompleteTextView 0x7f0a0034
|
||||
int style Widget_Sherlock_Spinner_DropDown_ActionBar 0x7f0a0024
|
||||
int style Widget_Sherlock_TextView_SpinnerItem 0x7f0a0032
|
||||
int[] styleable SherlockActionBar { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 }
|
||||
int styleable SherlockActionBar_background 2
|
||||
int styleable SherlockActionBar_backgroundSplit 3
|
||||
int styleable SherlockActionBar_backgroundStacked 12
|
||||
int styleable SherlockActionBar_customNavigationLayout 13
|
||||
int styleable SherlockActionBar_displayOptions 7
|
||||
int styleable SherlockActionBar_divider 5
|
||||
int styleable SherlockActionBar_height 4
|
||||
int styleable SherlockActionBar_homeLayout 14
|
||||
int styleable SherlockActionBar_icon 10
|
||||
int styleable SherlockActionBar_indeterminateProgressStyle 16
|
||||
int styleable SherlockActionBar_itemPadding 18
|
||||
int styleable SherlockActionBar_logo 11
|
||||
int styleable SherlockActionBar_navigationMode 6
|
||||
int styleable SherlockActionBar_progressBarPadding 17
|
||||
int styleable SherlockActionBar_progressBarStyle 15
|
||||
int styleable SherlockActionBar_subtitle 9
|
||||
int styleable SherlockActionBar_subtitleTextStyle 1
|
||||
int styleable SherlockActionBar_title 8
|
||||
int styleable SherlockActionBar_titleTextStyle 0
|
||||
int[] styleable SherlockActionMenuItemView { 0x0101013f }
|
||||
int styleable SherlockActionMenuItemView_android_minWidth 0
|
||||
int[] styleable SherlockActionMode { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004 }
|
||||
int styleable SherlockActionMode_background 2
|
||||
int styleable SherlockActionMode_backgroundSplit 3
|
||||
int styleable SherlockActionMode_height 4
|
||||
int styleable SherlockActionMode_subtitleTextStyle 1
|
||||
int styleable SherlockActionMode_titleTextStyle 0
|
||||
int[] styleable SherlockActivityChooserView { 0x010100d4, 0x7f01005d, 0x7f01005e }
|
||||
int styleable SherlockActivityChooserView_android_background 0
|
||||
int styleable SherlockActivityChooserView_expandActivityOverflowButtonDrawable 2
|
||||
int styleable SherlockActivityChooserView_initialActivityCount 1
|
||||
int[] styleable SherlockMenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
|
||||
int styleable SherlockMenuGroup_android_checkableBehavior 5
|
||||
int styleable SherlockMenuGroup_android_enabled 0
|
||||
int styleable SherlockMenuGroup_android_id 1
|
||||
int styleable SherlockMenuGroup_android_menuCategory 3
|
||||
int styleable SherlockMenuGroup_android_orderInCategory 4
|
||||
int styleable SherlockMenuGroup_android_visible 2
|
||||
int[] styleable SherlockMenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x010102d9, 0x010102fb, 0x010102fc, 0x01010389 }
|
||||
int styleable SherlockMenuItem_android_actionLayout 14
|
||||
int styleable SherlockMenuItem_android_actionProviderClass 16
|
||||
int styleable SherlockMenuItem_android_actionViewClass 15
|
||||
int styleable SherlockMenuItem_android_alphabeticShortcut 9
|
||||
int styleable SherlockMenuItem_android_checkable 11
|
||||
int styleable SherlockMenuItem_android_checked 3
|
||||
int styleable SherlockMenuItem_android_enabled 1
|
||||
int styleable SherlockMenuItem_android_icon 0
|
||||
int styleable SherlockMenuItem_android_id 2
|
||||
int styleable SherlockMenuItem_android_menuCategory 5
|
||||
int styleable SherlockMenuItem_android_numericShortcut 10
|
||||
int styleable SherlockMenuItem_android_onClick 12
|
||||
int styleable SherlockMenuItem_android_orderInCategory 6
|
||||
int styleable SherlockMenuItem_android_showAsAction 13
|
||||
int styleable SherlockMenuItem_android_title 7
|
||||
int styleable SherlockMenuItem_android_titleCondensed 8
|
||||
int styleable SherlockMenuItem_android_visible 4
|
||||
int[] styleable SherlockMenuView { 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c }
|
||||
int styleable SherlockMenuView_headerBackground 3
|
||||
int styleable SherlockMenuView_horizontalDivider 1
|
||||
int styleable SherlockMenuView_itemBackground 4
|
||||
int styleable SherlockMenuView_itemIconDisabledAlpha 6
|
||||
int styleable SherlockMenuView_itemTextAppearance 0
|
||||
int styleable SherlockMenuView_preserveIconSpacing 7
|
||||
int styleable SherlockMenuView_verticalDivider 2
|
||||
int styleable SherlockMenuView_windowAnimationStyle 5
|
||||
int[] styleable SherlockSearchView { 0x0101011f, 0x01010220, 0x01010264, 0x7f01005f, 0x7f010060 }
|
||||
int styleable SherlockSearchView_android_imeOptions 2
|
||||
int styleable SherlockSearchView_android_inputType 1
|
||||
int styleable SherlockSearchView_android_maxWidth 0
|
||||
int styleable SherlockSearchView_iconifiedByDefault 3
|
||||
int styleable SherlockSearchView_queryHint 4
|
||||
int[] styleable SherlockSpinner { 0x010100af, 0x01010175, 0x01010176, 0x0101017b, 0x01010262, 0x010102ac, 0x010102ad, 0x010103ef }
|
||||
int styleable SherlockSpinner_android_dropDownHorizontalOffset 5
|
||||
int styleable SherlockSpinner_android_dropDownSelector 1
|
||||
int styleable SherlockSpinner_android_dropDownVerticalOffset 6
|
||||
int styleable SherlockSpinner_android_dropDownWidth 4
|
||||
int styleable SherlockSpinner_android_gravity 0
|
||||
int styleable SherlockSpinner_android_popupBackground 2
|
||||
int styleable SherlockSpinner_android_popupPromptView 7
|
||||
int styleable SherlockSpinner_android_prompt 3
|
||||
int[] styleable SherlockTheme { 0x01010057, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 }
|
||||
int styleable SherlockTheme_actionBarDivider 9
|
||||
int styleable SherlockTheme_actionBarItemBackground 10
|
||||
int styleable SherlockTheme_actionBarSize 8
|
||||
int styleable SherlockTheme_actionBarSplitStyle 6
|
||||
int styleable SherlockTheme_actionBarStyle 5
|
||||
int styleable SherlockTheme_actionBarTabBarStyle 2
|
||||
int styleable SherlockTheme_actionBarTabStyle 1
|
||||
int styleable SherlockTheme_actionBarTabTextStyle 3
|
||||
int styleable SherlockTheme_actionBarWidgetTheme 7
|
||||
int styleable SherlockTheme_actionButtonStyle 53
|
||||
int styleable SherlockTheme_actionDropDownStyle 52
|
||||
int styleable SherlockTheme_actionMenuTextAppearance 11
|
||||
int styleable SherlockTheme_actionMenuTextColor 12
|
||||
int styleable SherlockTheme_actionModeBackground 15
|
||||
int styleable SherlockTheme_actionModeCloseButtonStyle 14
|
||||
int styleable SherlockTheme_actionModeCloseDrawable 17
|
||||
int styleable SherlockTheme_actionModePopupWindowStyle 19
|
||||
int styleable SherlockTheme_actionModeShareDrawable 18
|
||||
int styleable SherlockTheme_actionModeSplitBackground 16
|
||||
int styleable SherlockTheme_actionModeStyle 13
|
||||
int styleable SherlockTheme_actionOverflowButtonStyle 4
|
||||
int styleable SherlockTheme_actionSpinnerItemStyle 58
|
||||
int styleable SherlockTheme_activatedBackgroundIndicator 66
|
||||
int styleable SherlockTheme_activityChooserViewStyle 65
|
||||
int styleable SherlockTheme_android_windowIsFloating 0
|
||||
int styleable SherlockTheme_buttonStyleSmall 20
|
||||
int styleable SherlockTheme_dividerVertical 51
|
||||
int styleable SherlockTheme_dropDownListViewStyle 55
|
||||
int styleable SherlockTheme_dropdownListPreferredItemHeight 57
|
||||
int styleable SherlockTheme_homeAsUpIndicator 54
|
||||
int styleable SherlockTheme_listPopupWindowStyle 64
|
||||
int styleable SherlockTheme_listPreferredItemHeightSmall 45
|
||||
int styleable SherlockTheme_listPreferredItemPaddingLeft 46
|
||||
int styleable SherlockTheme_listPreferredItemPaddingRight 47
|
||||
int styleable SherlockTheme_popupMenuStyle 56
|
||||
int styleable SherlockTheme_searchAutoCompleteTextView 31
|
||||
int styleable SherlockTheme_searchDropdownBackground 32
|
||||
int styleable SherlockTheme_searchResultListItemHeight 42
|
||||
int styleable SherlockTheme_searchViewCloseIcon 33
|
||||
int styleable SherlockTheme_searchViewEditQuery 37
|
||||
int styleable SherlockTheme_searchViewEditQueryBackground 38
|
||||
int styleable SherlockTheme_searchViewGoIcon 34
|
||||
int styleable SherlockTheme_searchViewSearchIcon 35
|
||||
int styleable SherlockTheme_searchViewTextField 39
|
||||
int styleable SherlockTheme_searchViewTextFieldRight 40
|
||||
int styleable SherlockTheme_searchViewVoiceIcon 36
|
||||
int styleable SherlockTheme_selectableItemBackground 21
|
||||
int styleable SherlockTheme_spinnerDropDownItemStyle 30
|
||||
int styleable SherlockTheme_spinnerItemStyle 29
|
||||
int styleable SherlockTheme_textAppearanceLargePopupMenu 23
|
||||
int styleable SherlockTheme_textAppearanceListItemSmall 48
|
||||
int styleable SherlockTheme_textAppearanceSearchResultSubtitle 44
|
||||
int styleable SherlockTheme_textAppearanceSearchResultTitle 43
|
||||
int styleable SherlockTheme_textAppearanceSmall 25
|
||||
int styleable SherlockTheme_textAppearanceSmallPopupMenu 24
|
||||
int styleable SherlockTheme_textColorPrimary 26
|
||||
int styleable SherlockTheme_textColorPrimaryDisableOnly 27
|
||||
int styleable SherlockTheme_textColorPrimaryInverse 28
|
||||
int styleable SherlockTheme_textColorSearchUrl 41
|
||||
int styleable SherlockTheme_windowActionBar 60
|
||||
int styleable SherlockTheme_windowActionBarOverlay 61
|
||||
int styleable SherlockTheme_windowActionModeOverlay 62
|
||||
int styleable SherlockTheme_windowContentOverlay 22
|
||||
int styleable SherlockTheme_windowMinWidthMajor 49
|
||||
int styleable SherlockTheme_windowMinWidthMinor 50
|
||||
int styleable SherlockTheme_windowNoTitle 59
|
||||
int styleable SherlockTheme_windowSplitActionBar 63
|
||||
int[] styleable SherlockView { 0x010100da }
|
||||
int styleable SherlockView_android_focusable 0
|
|
@ -0,0 +1,3 @@
|
|||
# cache for current jar dependecy. DO NOT EDIT.
|
||||
# format is <lastModified> <length> <SHA-1> <path>
|
||||
# Encoding is UTF-8
|
After Width: | Height: | Size: 213 B |
After Width: | Height: | Size: 213 B |
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 224 B |
After Width: | Height: | Size: 224 B |
After Width: | Height: | Size: 263 B |
After Width: | Height: | Size: 255 B |
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 218 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 242 B |
After Width: | Height: | Size: 241 B |
After Width: | Height: | Size: 174 B |
After Width: | Height: | Size: 174 B |
After Width: | Height: | Size: 172 B |
After Width: | Height: | Size: 183 B |
After Width: | Height: | Size: 183 B |
After Width: | Height: | Size: 183 B |
After Width: | Height: | Size: 216 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 217 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 548 B |
After Width: | Height: | Size: 438 B |
After Width: | Height: | Size: 791 B |
After Width: | Height: | Size: 605 B |
After Width: | Height: | Size: 996 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 409 B |
After Width: | Height: | Size: 451 B |
After Width: | Height: | Size: 815 B |
After Width: | Height: | Size: 254 B |
After Width: | Height: | Size: 126 B |
After Width: | Height: | Size: 136 B |
After Width: | Height: | Size: 578 B |
After Width: | Height: | Size: 607 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 973 B |
After Width: | Height: | Size: 2 KiB |
After Width: | Height: | Size: 705 B |
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 132 B |
After Width: | Height: | Size: 132 B |
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 203 B |
After Width: | Height: | Size: 204 B |
After Width: | Height: | Size: 885 B |
After Width: | Height: | Size: 997 B |
After Width: | Height: | Size: 183 B |
After Width: | Height: | Size: 183 B |
After Width: | Height: | Size: 858 B |
After Width: | Height: | Size: 858 B |
After Width: | Height: | Size: 183 B |
After Width: | Height: | Size: 183 B |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 324 B |
After Width: | Height: | Size: 325 B |
After Width: | Height: | Size: 315 B |
After Width: | Height: | Size: 315 B |
After Width: | Height: | Size: 513 B |
After Width: | Height: | Size: 508 B |
After Width: | Height: | Size: 445 B |
After Width: | Height: | Size: 443 B |
After Width: | Height: | Size: 156 B |
After Width: | Height: | Size: 149 B |
After Width: | Height: | Size: 155 B |
After Width: | Height: | Size: 153 B |
After Width: | Height: | Size: 173 B |
After Width: | Height: | Size: 170 B |
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 168 B |
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 187 B |
After Width: | Height: | Size: 187 B |
After Width: | Height: | Size: 199 B |
After Width: | Height: | Size: 199 B |
After Width: | Height: | Size: 199 B |