summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andrew Sapperstein <asapperstein@google.com> 2016-06-20 17:15:04 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-06-20 17:15:06 +0000
commit5494983425288c459fc56201bb6636f7c05878be (patch)
tree0e85f026cdf23cd177dd6b4b09c0654e403b61c9
parentf0823858e502d36c01a39afd1fc9384a1fe9a3f7 (diff)
parent5db6de6bf70998724e2641e64cf5a96f9259a393 (diff)
Merge "Use colorAccent for fullscreen tutorial." into nyc-mr1-dev
-rw-r--r--core/res/res/layout/immersive_mode_cling.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/layout/immersive_mode_cling.xml b/core/res/res/layout/immersive_mode_cling.xml
index 28fbea577aa5..b08b0f4d59c0 100644
--- a/core/res/res/layout/immersive_mode_cling.xml
+++ b/core/res/res/layout/immersive_mode_cling.xml
@@ -16,7 +16,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="#ff009688"
+ android:background="?android:attr/colorAccent"
android:gravity="center_vertical"
android:paddingBottom="24dp">
@@ -47,7 +47,7 @@
android:paddingTop="8dp"
android:scaleType="center"
android:src="@drawable/ic_expand_more_48dp"
- android:tint="#ff009688"/>
+ android:tint="?android:attr/colorAccent"/>
</FrameLayout>
<TextView