Skip to content

Commit

Permalink
Action bar style
Browse files Browse the repository at this point in the history
  • Loading branch information
slapperwan committed Apr 5, 2011
1 parent 1aa78dc commit 02990f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added res/drawable/ic_explore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions res/values/default_colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<!-- For action bar -->
<color name="actionbar_title">#FDFDFD</color>
<color name="actionbar_separator">#3F596A</color>
<color name="actionbar_separator">#2f3c44</color>
<color name="actionbar_background_start">#405A6A</color>
<color name="actionbar_background_end">#405A6A</color>
<color name="actionbar_background_item_pressed_start">#405A6A</color>
<color name="actionbar_background_item_pressed_end">#405A6A</color>
<color name="actionbar_background_item_pressed_start">#002354</color>
<color name="actionbar_background_item_pressed_end">#002354</color>

<color name="link">@android:color/transparent</color>
<color name="link_active">#FD9B00</color>
Expand Down
2 changes: 1 addition & 1 deletion src/com/gh4a/BaseActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public void setUpActionBar() {
actionBar.setHomeAction(new IntentAction(this, intent, R.drawable.ic_home));
}
actionBar.addAction(new IntentAction(this, new Intent(getApplication(),
ExploreActivity.class), R.drawable.ic_search));
ExploreActivity.class), R.drawable.ic_explore));
actionBar.addAction(new IntentAction(this, new Intent(getApplication(),
SearchActivity.class), R.drawable.ic_search));
}
Expand Down

0 comments on commit 02990f8

Please sign in to comment.