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

Commit 54333007 authored by Caitlin Cassidy's avatar Caitlin Cassidy
Browse files

[Device Controls] Fix the tooltip text color.

https://photos.app.goo.gl/tzxQoi99txAKJr4C6

Test: manual
Fixes: 186774048
Change-Id: I49e1b6cee46f7bb8bab85a2a6a95b448a9889b70
parent cb18635f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:layout_gravity="center_vertical"
            android:textColor="?attr/wallpaperTextColor"
            android:textColor="?android:attr/colorPrimary"
            android:textSize="16sp"/>
        <ImageView
            android:id="@+id/dismiss"
@@ -58,7 +58,7 @@
            android:layout_marginEnd="2dp"
            android:alpha="0.7"
            android:src="@drawable/ic_close_white"
            android:tint="?attr/wallpaperTextColor"
            android:tint="?android:attr/colorPrimary"
            android:background="?android:attr/selectableItemBackgroundBorderless"
            android:contentDescription="@string/accessibility_desc_close"/>
    </LinearLayout>