diff options
| author | 2016-06-20 17:15:04 +0000 | |
|---|---|---|
| committer | 2016-06-20 17:15:06 +0000 | |
| commit | 5494983425288c459fc56201bb6636f7c05878be (patch) | |
| tree | 0e85f026cdf23cd177dd6b4b09c0654e403b61c9 | |
| parent | f0823858e502d36c01a39afd1fc9384a1fe9a3f7 (diff) | |
| parent | 5db6de6bf70998724e2641e64cf5a96f9259a393 (diff) | |
Merge "Use colorAccent for fullscreen tutorial." into nyc-mr1-dev
| -rw-r--r-- | core/res/res/layout/immersive_mode_cling.xml | 4 |
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 |