Fine tune background color for dual pane in homepage
Follow the spec and change the background color. Test: See the screen Bug: 223329504 Change-Id: Ibcbf0e898ae949e1354f5af810a2347eba42b508
This commit is contained in:
@@ -325,7 +325,7 @@ public class SettingsHomepageActivity extends FragmentActivity implements
|
||||
|
||||
final Window window = getWindow();
|
||||
final int color = mIsTwoPane
|
||||
? Utils.getColorAttrDefaultColor(this, com.android.internal.R.attr.colorSurface)
|
||||
? getColor(R.color.settings_two_pane_background_color)
|
||||
: Utils.getColorAttrDefaultColor(this, android.R.attr.colorBackground);
|
||||
|
||||
window.addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS);
|
||||
|
Reference in New Issue
Block a user