diff options
| author | 2017-01-03 19:10:04 +0000 | |
|---|---|---|
| committer | 2017-01-03 19:10:08 +0000 | |
| commit | 50e0a9a396ec05ed6a73d3c09f95244038f8d8e3 (patch) | |
| tree | 705b9695d0c113583e276743d22d69290b8efc64 | |
| parent | f8ced7790a6815ec6a57ba53ece409df26573439 (diff) | |
| parent | 63b5c2f4f5458bfe0ec7e33b48cb235dffc32765 (diff) | |
Merge "Set background of DrawerLayout to statusBarColor"
| -rw-r--r-- | packages/SettingsLib/res/layout/settings_with_drawer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SettingsLib/res/layout/settings_with_drawer.xml b/packages/SettingsLib/res/layout/settings_with_drawer.xml index a68a44e09371..abe310a6e38a 100644 --- a/packages/SettingsLib/res/layout/settings_with_drawer.xml +++ b/packages/SettingsLib/res/layout/settings_with_drawer.xml @@ -18,7 +18,7 @@ android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?android:attr/colorPrimaryDark"> + android:background="?android:attr/statusBarColor"> <!-- The main content view --> <LinearLayout android:id="@+id/content_parent" |