Discussion Forums  >  Status Bar, Navigation Bar

Replies: 7    Views: 867

Walms
Code is Art
Profile
Posts: 235
Reg: Aug 24, 2011
Derby
3,300
08/20/12 07:53 AM (11 years ago)

Custom Nav bar header image - Android

Before I go ahead and start tinkering around, has anyone else managed to get a nav bar image to replace header text in Android 2.0?
 
MGoBlue
Apple Fan
Profile
Posts: 980
Reg: Jun 07, 2011
Gold River, CA
10,600
like
08/20/12 10:39 AM (11 years ago)
Create an image and save it as "app_global_title_dark.png" (I created it at 500x47 pixels) Drag it into your drawable folder. In your act_title.xml, set the liner layout section to look like this: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/titleContainer" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@drawable/app_global_title_dark" android:gravity="center_vertical" android:padding="0dip" android:layout_margin="0dip"> I think that's all you need. It works great in my Michigan Football app: http://tinyurl.com/8t6sogq
 
Walms
Code is Art
Profile
Posts: 235
Reg: Aug 24, 2011
Derby
3,300
like
08/21/12 12:55 AM (11 years ago)
awesome thanks man. Cool looking app btw :)
 
MGoBlue
Apple Fan
Profile
Posts: 980
Reg: Jun 07, 2011
Gold River, CA
10,600
like
08/21/12 06:22 AM (11 years ago)
Thanks!
 
Walms
Code is Art
Profile
Posts: 235
Reg: Aug 24, 2011
Derby
3,300
like
08/21/12 12:56 PM (11 years ago)
hmmm cant seem to get it working, only change made was to decrease the image size slightly, was this mod made in 2.0?
 
MGoBlue
Apple Fan
Profile
Posts: 980
Reg: Jun 07, 2011
Gold River, CA
10,600
like
08/21/12 01:49 PM (11 years ago)
Yes, I did this in 2.0. I'll have a look through the code and see if there was something else I did in addition to what I listed above.
 
Walms
Code is Art
Profile
Posts: 235
Reg: Aug 24, 2011
Derby
3,300
like
08/22/12 01:14 AM (11 years ago)
thanks, ive double checked everything and even change image size to match yours... no luck :(
 
chrom
I hate code!
Profile
Posts: 23
Reg: Aug 16, 2012
delhi
1,680
like
08/25/12 03:21 AM (11 years ago)
is it working..any screenshot?
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.