Update Quickstep Onboarding tips to use theme color so that it works in both light and dark theme.
Test: manual Change-Id: I027887fe853d41be689431f0e893e661b9a0c6e5 Fixes:115928014
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user