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

Commit fb805b45 authored by Adrian DC's avatar Adrian DC
Browse files

PrivacyGuard: Resolve error message hardcoded white color

 * In light theme, the "No apps are installed" error message
    is written in white over white instead of the primary color

Change-Id: If99054eeb5f22a51a384472f24b8976172716d62
parent 65600c12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
        android:layout_marginTop="20dip"
        android:layout_gravity="center"
        android:gravity="center_horizontal"
        android:textColor="@android:color/white"
        android:textColor="?android:attr/textColorPrimary"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:visibility="gone" />
    <FrameLayout