Our designer gave me this sketch of a bottom navigation bar.
The circle below the first item indicates that it is selected. How should one implement this highlighting mechanism? Is it possible to use selectors for this purpose?
Our designer gave me this sketch of a bottom navigation bar.
The circle below the first item indicates that it is selected. How should one implement this highlighting mechanism? Is it possible to use selectors for this purpose?
I would suggest having a drawable for the selected state and the non selected state where the selected state contains the dot. Then just change the source image when selected.