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

Commit b0cb0042 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: I2b6a54e64ee8a0eb3476fbbb5283b2c9614f59d8
parents 55c83363 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>