Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54949834 authored by Andrew Sapperstein's avatar Andrew Sapperstein Committed by Android (Google) Code Review
Browse files

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

parents f0823858 5db6de6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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