Skip to content

Commit 146e46d

Browse files
Ashok-VarmaAshok-Varma
authored andcommitted
0.9.5 first maven push
1 parent 6789811 commit 146e46d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

bottom-navigation-bar/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
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'

bottom-navigation-bar/src/main/java/com/ashokvarma/bottomnavigation/BottomNavigationBar.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)