Slightly reduced semi-transparent toolbar alpha so the setting makes a difference
This commit is contained in:
parent
fc68623a22
commit
c004a5b112
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ public class MainActivity extends AbsFabActivity
|
|||
}
|
||||
|
||||
private void setToolBarTransparent(boolean transparent) {
|
||||
float alpha = transparent ? 0.97f : 1f;
|
||||
float alpha = transparent ? 0.9f : 1f;
|
||||
final int colorPrimary = PreferenceUtils.getInstance(this).getThemeColorPrimary();
|
||||
ViewUtil.setBackgroundAlpha(toolbar, alpha, colorPrimary);
|
||||
ViewUtil.setBackgroundAlpha(slidingTabLayout, alpha, colorPrimary);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue