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

Commit 0d051c07 authored by Christian Göllner's avatar Christian Göllner
Browse files

Fix partial screen sharing permission dialog icon color

When partial screen sharing is enabled, a custom layout for the dialog
is used, which was using a different tint than the standard alert
dialog.

The fix is to use the standard tint value.

Fixes: 283966705
Test: Manually
Change-Id: I917451b9af1e5151806f3b1ab91a567bff0f455f
parent 6c0a668d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
            android:layout_width="@dimen/screenrecord_logo_size"
            android:layout_height="@dimen/screenrecord_logo_size"
            android:src="@drawable/ic_media_projection_permission"
            android:tint="?androidprv:attr/colorAccentPrimary"
            android:tint="?androidprv:attr/colorAccentPrimaryVariant"
            android:importantForAccessibility="no"/>
        <TextView
            android:id="@+id/screen_share_dialog_title"