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

Commit 3ba963df authored by Nicholas Chum's avatar Nicholas Chum Committed by Gerrit Code Review
Browse files

Themes: Allow Permission Icons to be fully themed

This removes the forced @android:color/black tint on the permission
icons during app sideload through PackageInstaller.

These icons are able to be changed through framework XMLs, but this line
forces a black tint (invisible on dark themes) on the icons. Let's
remove this.

Change-Id: I31eb5021a6d297997dbba156f98cbf47f2102b6c
parent b6097111
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
        android:layout_marginStart="16dp"
        android:layout_marginEnd="8dp"
        android:scaleType="fitCenter"
        android:tint="@android:color/black"/>
        android:tint="@color/app_permission_icon_tint"/>

    <ImageView
        android:layout_width="wrap_content"
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
    <color name="immersive_cling_bg_color">#ff009688</color>
    <color name="immersive_cling_text_color">@color/primary_text_default_material_light</color>
    <color name="immersive_cling_button_text_color">@android:color/white</color>
    <color name="app_permission_icon_tint">@android:color/black</color>
    <color name="notification_mtrl_action_textcolor">@color/secondary_text_material_light</color>
    <color name="notification_mtrl_big_picture_bg">#CCEEEEEE</color>
    <color name="resolver_list_bg">@color/white</color>