Merge remote-tracking branch 'origin/master'

This commit is contained in:
Karim Abou Zeid 2015-04-18 17:15:05 +02:00
commit 986c2e7493
3 changed files with 3 additions and 2 deletions

View file

@ -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);