SpaceTabLayout icon indicating copy to clipboard operation
SpaceTabLayout copied to clipboard

Three tab text possition

Open mehul0 opened this issue 6 years ago • 2 comments

I have used three tabs with text. but text not aligned centre and it's looking not good.

screenshot_2018-07-07-10-43-56  #1

before above view, I had used only icon so third icon has too much space on right side. and ##it's look like.

screenshot_2018-07-07-10-56-09 1

Please help me to figure it out. I want centred title text or only three icons but an appropriate view.

mehul0 avatar Jul 07 '18 05:07 mehul0

you can change its layout (icon_text_tab_layout.xml) and set visibilty Gone for text view

zohremkz avatar Jun 12 '19 10:06 zohremkz

<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>

beytullahzengin avatar Sep 05 '19 13:09 beytullahzengin