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

Commit 3e9b7437 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update Quickstep Onboarding tips to use theme color so that it works in...

Merge "Update Quickstep Onboarding tips to use theme color so that it works in both light and dark theme."
parents 52aafaf3 8b4bb866
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:layout_gravity="center_vertical"
            android:textColor="@android:color/white"
            android:textColor="?attr/wallpaperTextColor"
            android:textSize="16sp"/>
        <ImageView
            android:id="@+id/dismiss"
@@ -49,6 +49,7 @@
            android:layout_marginEnd="2dp"
            android:alpha="0.7"
            android:src="@drawable/ic_close_white"
            android:tint="?attr/wallpaperTextColor"
            android:background="?android:attr/selectableItemBackgroundBorderless"
            android:contentDescription="@string/accessibility_desc_close"/>
    </LinearLayout>