BottomBar icon indicating copy to clipboard operation
BottomBar copied to clipboard

Setting background to transparent brings up a white triangle

Open dorekhov1 opened this issue 7 years ago • 4 comments

bar

Kind of hard to see it, but there is a semi-transparent white triangle in the background... I set the bar's background to transparent though. Commenting out all the bar-related code makes it go away...

dorekhov1 avatar Jun 23 '17 16:06 dorekhov1

image Just tested this on the sample you provide in this project...

I just set the bar's background to transparent and the activity's background to the dark grey color.

dorekhov1 avatar Jun 23 '17 16:06 dorekhov1

setting bb_showShadow to "false" got rid of the triangle

dorekhov1 avatar Jun 23 '17 16:06 dorekhov1

no one is actively working on this project. see how many issues have 0 responses. I have questions too, but sadly they remain unanswered.

talhahasanzia avatar Jun 25 '17 11:06 talhahasanzia

bb_showShadow to "false" does the trick. If you still want the shadow, simply put a View above it with android:background="@drawable/bb_bottom_bar_top_shadow"

TillSimon avatar Nov 24 '17 12:11 TillSimon