[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Pulltorefresh library #50

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changed HintColor of ActionBar
  • Loading branch information
aagam-shah committed Aug 31, 2013
commit 348519df39056b4a0efb6e3df0ad40ca059fac92
3 changes: 1 addition & 2 deletions res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<item name="android:panelBackground">@drawable/menu_hardkey_panel_wordpress</item>
<!-- Light.DarkActionBar specific -->
<item name="actionBarWidgetTheme">@style/Theme.wordpress.widget</item>

<item name="menuDrawerStyle">@style/MenuDrawer</item>
</style>

Expand Down Expand Up @@ -77,7 +76,7 @@
<!-- this style is only referenced in a Light.DarkActionBar based theme -->
<style name="Theme.wordpress.widget" parent="Theme.Sherlock">
<item name="popupMenuStyle">@style/wordpress_PopupMenu</item>

<item name="android:textColorHint">#CCCCCC</item>
<item name="android:dropDownListViewStyle">@style/wordpress_DropDownListView</item>
<item name="dropDownListViewStyle">@style/wordpress_DropDownListView</item>
</style>
Expand Down