akshay2211 / BubbleTabBar

BubbleTabBar is a bottom navigation bar with customizable bubble-like tabs

Home Page:https://github.com/akshay2211/BubbleTabBar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to change the shape of the selected bubble?

botondsulyok opened this issue · comments

I would like to make it more like a square with rounded corners.

Hello @botondsulyok
you can now manipulate the tab corner radius by adding

<io.ak1.BubbleTabBar
app:bubbletab_tab_corner_radius="10dp"
... />

in the XML with the new version of BubbleTabBar
implementation 'io.ak1:bubbletabbar:1.0.8'