custom CAB background android -


Can the background of the CAB (relevant action bar) change in Android? I'm using it in my application, and when the app has been installed on the tablet (3.0 - 3.2 API), the CAB has a yellow color and a look, and when the app is installed on the phone with the 4.0+ API So, it's some kind of blue background and another look, can I work completely about it and look everywhere only?

Note: My application is to run on 3.0+ API

You can do this by defining topics by using one of the standard subjects (in your case you can use the theme since Holographic, you are targeting Honeycomb) and customized as a starting point. Do (i.e., override) the pieces you want to change in your case Can only customize the style for CAB.

The section of the Android Dev site gives you a brief overview of how it has been done to see the real world examples of two additional places:

  1. The actual library source (sample Instead).

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -