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

Commit 8dfe8e98 authored by Alison Cichowlas's avatar Alison Cichowlas
Browse files

Fix screenshot global action item in dark mode.

Test: with dark background, verify icon is recolored.
Change-Id: I861760bf2840f7dcda021c12693b5c0b2c280a29
parent c2293328
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -17,10 +17,8 @@ Copyright (C) 2018 The Android Open Source Project
    android:width="24.0dp"
    android:height="24.0dp"
    android:viewportWidth="24.0"
    android:viewportHeight="24.0">
    <path
        android:pathData="M0,0h24v24H0V0z"
        android:fillColor="#00000000"/>
    android:viewportHeight="24.0"
    android:tint="?attr/colorControlNormal">
    <path
        android:fillColor="#FF000000"
        android:pathData="M17.0,1.0L7.0,1.0C5.9,1.0 5.0,1.9 5.0,3.0l0.0,18.0c0.0,1.1 0.9,2.0 2.0,2.0l10.0,0.0c1.1,0.0 2.0,-0.9 2.0,-2.0L19.0,3.0C19.0,1.9 18.1,1.0 17.0,1.0zM17.0,20.0L7.0,20.0L7.0,4.0l10.0,0.0L17.0,20.0z"/>