Re: [android-developers] android action bar background

2013-08-25 Thread Hand Green
Thank you. 2013/8/24 TreKing treking...@gmail.com On Fri, Aug 23, 2013 at 9:39 AM, Greenhand cooperateonl...@gmail.comwrote: Is there a way I can control the background scale method (i.e. centerCrop) and see the ActionBar title? Not sure, but I'd try this:

[android-developers] android action bar background

2013-08-23 Thread Greenhand
I read https://developer.android.com/training/basics/actionbar/styling.html and use style name=MyActionBar parent=@style/Widget.Holo.Light.ActionBar.Solid.Inverse *item name=android:background@drawable/actionbar_background /item* /style to set the ActionBar background.

Re: [android-developers] android action bar background

2013-08-23 Thread TreKing
On Fri, Aug 23, 2013 at 9:39 AM, Greenhand cooperateonl...@gmail.comwrote: Is there a way I can control the background scale method (i.e. centerCrop) and see the ActionBar title? Not sure, but I'd try this: http://developer.android.com/guide/topics/resources/drawable-resource.html#Bitmap See