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

Commit 0fccaeb7 authored by Caitlin Cassidy's avatar Caitlin Cassidy Committed by Automerger Merge Worker
Browse files

Merge "[Device Controls] Fix the tooltip text color." into sc-dev am: b70feab0

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14531563

Change-Id: I0b5b7318a3b50fa4c51f455b053356976708e8f9
parents 2d832797 b70feab0
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>