Skip to content

Commit

Permalink
0.9.5 first maven push
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashok-Varma authored and Ashok-Varma committed Mar 20, 2016
1 parent 6789811 commit 146e46d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bottom-navigation-bar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/Ashok-Varma/bottomnavigation'
gitUrl = 'https://github.com/Ashok-Varma/bottomnavigation.git'

libraryVersion = '0.9.3'
libraryVersion = '0.9.5'

developerId = 'Ashok-Varma'
developerName = 'Ashok Varma'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ public void initialise() {
}
}

if(mBackgroundStyle == BACKGROUND_STYLE_STATIC){
mBackgroundOverlay.setBackgroundColor(mBackgroundColor);
mContainer.setBackgroundColor(mBackgroundColor);
}

int screenWidth = Utils.getScreenWidth(getContext());

if (mMode == MODE_CLASSIC) {
Expand Down

0 comments on commit 146e46d

Please sign in to comment.