Hammad Akram
Hammad Akram
I haven't tested this for other languages but i think it should work if you change the language as Android layout adjusts itself according to the language.
Hi, the fix you suggested is working for only your senario. For your case you are not removing status bar, you are making status bas `Translucent`. If you make status...
If you need to customize the library according to your requirement. You can clone and make the changes and use it.
If you don't set the height, sneaker will by default calculate the height according to status bar height and toolbar height. If you have a long text and its truncated,...
Sneaker is layout, which will be added to the Activity's main root `ViewGroup` to keep it on top. It will not show on top of `Dialog`.
You app theme might be affecting the textview. Also use `R.color.black` instead of `getResources().getColor(R.color.black, null)` to set color. Check documentation for further references.
`setSelected` parameter should be int and can't be null. For now, if you want to un-select all BarItems, try setting -1 value as selected position. I will fix this later.
Thanks. I have no plans for multiple selection for now. If you do it, you can create pull request and I will merge it.
I have plans to add it. If anyone of you add font, create a pull request and I will merge.