File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/main/java/com/ashokvarma/bottomnavigation Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1313 siteUrl = ' https://github.com/Ashok-Varma/bottomnavigation'
1414 gitUrl = ' https://github.com/Ashok-Varma/bottomnavigation.git'
1515
16- libraryVersion = ' 0.9.3 '
16+ libraryVersion = ' 0.9.5 '
1717
1818 developerId = ' Ashok-Varma'
1919 developerName = ' Ashok Varma'
Original file line number Diff line number Diff line change @@ -166,6 +166,11 @@ public void initialise() {
166166 }
167167 }
168168
169+ if (mBackgroundStyle == BACKGROUND_STYLE_STATIC ){
170+ mBackgroundOverlay .setBackgroundColor (mBackgroundColor );
171+ mContainer .setBackgroundColor (mBackgroundColor );
172+ }
173+
169174 int screenWidth = Utils .getScreenWidth (getContext ());
170175
171176 if (mMode == MODE_CLASSIC ) {
You can’t perform that action at this time.
0 commit comments