Archive for the ‘ActionBar’ Category

Styling the ActionBar – Part 6

Friday, October 26th, 2012

In the previous article we got the styling of our ActionBar almost complete – all that’s left to do is apply a style to the ActionMode. In this article we’ll do precisely that.
(more…)

DeliciousStumbleUponRedditDiggBookmark/FavoritesShare

Styling the ActionBar – Part 5

Friday, October 19th, 2012

In the previous article we saw some of the difficulties that we can face when applying styles to the ActionBar. In this article we’ll look at the final control on the main ActionBar: The search control.
(more…)

DeliciousStumbleUponRedditDiggBookmark/FavoritesShare

Styling the ActionBar – Part 4

Friday, October 12th, 2012

In the previous article in this series we applied a style to the navigation Spinner and its associated drop down ListView, but found that this style did not get applied to the Spinner that we added manually using the actionViewClass attribute of the MenuItem definition in our menu XML. In this article we’ll find out why.
(more…)

DeliciousStumbleUponRedditDiggBookmark/FavoritesShare

Styling the ActionBar – Part 3

Friday, October 5th, 2012

Previously in this series we have applied a few simple styles to the ActionBar. In this article we’ll have a look at styling the overflow menu and the Navigation DropDown.
(more…)

DeliciousStumbleUponRedditDiggBookmark/FavoritesShare

Styling the ActionBar – Part 2

Friday, September 28th, 2012

In the previous article we used Jeff Gilfelt’s Android ActionBar Style Generator to create some assets and we set up our base Theme. In this article we’ll look at building up our styles to get the ActionBar looking how we would like it.
(more…)

DeliciousStumbleUponRedditDiggBookmark/FavoritesShare

Styling the ActionBar – Part 1

Friday, September 21st, 2012

Recently on Styling Android we’ve been looking at the ActionBar, but this would not be complete without having a look at how we can customise the look and feel of our ActionBar. Up to know the stuff that we’ve looked at on ActionBar has been relatively straightforward, however getting the styling right can be a little tricky. The main reason for this is simply that there is a sparsity of documentation on this issue and it often requires studying the Android source to determine how to style a particular part of the ActionBar.
(more…)

DeliciousStumbleUponRedditDiggBookmark/FavoritesShare

ActionMode

Friday, September 14th, 2012

Following on from the recent series on basic ActionBar, we’ll now have a look at concept which can really make our ActionBar even more powerful: ActionMode.
(more…)

DeliciousStumbleUponRedditDiggBookmark/FavoritesShare

Basic ActionBar – Part 5

Friday, September 7th, 2012

In the previous article we looked at using different controls in our ActionBar to provide custom behaviour. That’s all well and good, but suppose we actually want to do something a little more complex? In this article we’ll have a look at how we can use custom layouts within our ActionBar.
(more…)

DeliciousStumbleUponRedditDiggBookmark/FavoritesShare

Basic ActionBar – Part 4

Friday, August 31st, 2012

Previously in this series we’ve look at the ActionBar and how we can define simple actions and navigation. In this article we’ll look at what we can do when our requirements are a little more complicated.
(more…)

DeliciousStumbleUponRedditDiggBookmark/FavoritesShare

Basic ActionBar – Part 3

Friday, August 24th, 2012

In the previous article we got tab-based navigation working. Tab-based navigation works well when you have two or three navigation options, but does not work as well when there are more. Dropdown-based navigation is better suited when we a slightly larger number number of navigation options, and in this article we’ll cover how to create dropdown-based navigation within our ActionBar.
(more…)

DeliciousStumbleUponRedditDiggBookmark/FavoritesShare