Devlight/NavigationTabBar

change background indicator height

klaszlo8207 opened this issue · 1 comments

in NavigationTabbar you have to add this line:

    if (mIsHorizontalOrientation) mPointerBounds.set(
            mPointerLeftTop,
            mBounds.height() + barBadgeMargin - (theHeightInDp), //this line
            mPointerRightBottom,
            mBounds.height() + barBadgeMargin
    );

please create this, thanks!