In my project,i use TabHost and tab.
In each tab, it will show an image and the tab's name.My code is like
this:

Drawable dr = this.getResources().getDrawable(R.drawable.setup);
th.addTab(th.newTabSpec("setup").setIndicator("SETUP", dr).setContent
(R.id.setup));

Run this project,it shows like this, "SETUP" is on the "dr".But i want
to "SETUP" below "dr".
I try to set the TabHost's size,it has no effective.

Who can help me?Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to