summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJian Jin <jinjian@google.com>2018-06-07 12:11:44 -0700
committerJian Jin <jinjian@google.com>2018-06-07 17:34:24 -0700
commit5b2022447d1e7da34c51a2831f37bd764b8b9b37 (patch)
treeaa662411a0ed226b8485e87d032f252babfa1bf7
parent921861167e4a99f5bf7f2315ba2508b0e9db3d05 (diff)
downloadsetupwizard-pie-qpr1-s1-release.tar.gz
Bug: 80446342 Test: In head unit Change-Id: I519af7c0e8c905a7d8f281a9ef29c9525a706acf
-rw-r--r--library/res/layout/car_setup_wizard_toolbar.xml2
-rw-r--r--library/res/values/colors.xml3
2 files changed, 1 insertions, 4 deletions
diff --git a/library/res/layout/car_setup_wizard_toolbar.xml b/library/res/layout/car_setup_wizard_toolbar.xml
index 6431acd..668e95d 100644
--- a/library/res/layout/car_setup_wizard_toolbar.xml
+++ b/library/res/layout/car_setup_wizard_toolbar.xml
@@ -21,7 +21,7 @@
<!-- Note: This layout needs a background in order for elevation to show up. -->
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
- android:background="@color/windowBackground"
+ android:background="?attr/android:windowBackground"
android:layout_width="match_parent"
android:layout_height="@dimen/car_app_bar_height">
diff --git a/library/res/values/colors.xml b/library/res/values/colors.xml
index 0e2d71d..b0aff07 100644
--- a/library/res/values/colors.xml
+++ b/library/res/values/colors.xml
@@ -15,9 +15,6 @@
limitations under the License.
-->
<resources>
- <!-- The default color for all activities in the SetupWizard. -->
- <color name="windowBackground">@color/car_grey_50</color>
-
<!-- The color of the status bar. -->
<color name="colorPrimaryDark">@color/car_grey_300</color>
</resources>