|
|
@@ -89,11 +89,12 @@ public abstract class ActivityBase extends AppCompatActivity {
|
|
|
// }
|
|
|
//findViewById(R.id.layout_app_bar).setPadding(0, ResourceUtil.getStatusBarHeight(), 0, 0);
|
|
|
|
|
|
+
|
|
|
StatusBarCompat.setStatusBarColor(this, getResources().getColor(R.color.C80FFFFFF));
|
|
|
- // StatusBarCompat.setTranslucent(getWindow(), true);
|
|
|
|
|
|
+ //StatusBarCompat.setTranslucent(getWindow(), true);
|
|
|
/*
|
|
|
- setting helpers
|
|
|
+ setting helpers
|
|
|
*/
|
|
|
// actionbar
|
|
|
setSupportActionBar(findViewById(R.id.toolbar));
|