SpaceTabLayout
SpaceTabLayout copied to clipboard
Three tab text possition
I have used three tabs with text. but text not aligned centre and it's looking not good.
before above view, I had used only icon so third icon has too much space on right side. and ##it's look like.
Please help me to figure it out. I want centred title text or only three icons but an appropriate view.
you can change its layout (icon_text_tab_layout.xml) and set visibilty Gone for text view
<style name="LinearLayout"> <item name="android:orientation">vertical</item> <item name="android:gravity">bottom|center_vertical</item> <item name="android:layout_width">wrap_content</item> <item name="android:layout_height">wrap_content</item> </style>