[android-developers] Regarding Size Of Tab Tiltle...

2011-04-01 Thread yogendra G
Hi All, How To Increase The size of Tab Title(Text Or Font)...?? Regards, Yogi -- 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

Re: [android-developers] Regarding Size Of Tab Tiltle...

2011-04-01 Thread Fredrik Hyttnäs-Lenngren
Hi Yogi, Create an xml for your tab: - # LinearLayout xmlns:android=* http://schemas.android.com/apk/res/android*; android:id=*@+id/tabsLayout*android:layout_width =*fill_parent* android:layout_height=*fill_parent* android:background=* @drawable/tab_bg_selector* android:padding=*10dip*

Re: [android-developers] Regarding Size Of Tab Tiltle...

2011-04-01 Thread Perla
Gracias Fredrik Hyttnäs-Lenngren fredd...@gmail.com escribió: Hi Yogi, Create an xml for your tab: - # LinearLayout xmlns:android=* http://schemas.android.com/apk/res/android*; android:id=*@+id/tabsLayout*android:layout_width =*fill_parent* android:layout_height=*fill_parent*