Merge "Use colorAccent for fullscreen tutorial." into nyc-mr1-dev

This commit is contained in:
Andrew Sapperstein
2016-06-20 17:15:04 +00:00
committed by Android (Google) Code Review

View File

@@ -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