Messaging: Good news: we can tint the status bar properly!
* 80% opacity is not what we want anymore * The status bar in the conversation list is also supposed to be tinted properly - so why not do it? Change-Id: I03c05595cd7f5a3f8f7dea120e14f3f3e0fff0b5
This commit is contained in:
@@ -72,6 +72,9 @@ public class BugleActionBarActivity extends AppCompatActivity implements ImeUtil
|
||||
if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
|
||||
LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onCreate");
|
||||
}
|
||||
|
||||
getWindow().setStatusBarColor(getResources().getColor(R.color.action_bar_background_color,
|
||||
getTheme()));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user