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

Commit 3e5546b3 authored by Tony Mak's avatar Tony Mak
Browse files

Use colorControlNormal in ic_action_open so that it works in dark mode

Test: Verified that it looks good in both light and dark mode
Change-Id: I692d791d39186c414aaf13397a8941b053e2ff52
parent 8e95f0bf
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -17,8 +17,10 @@ Copyright (C) 2019 The Android Open Source Project
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24.0"
    android:viewportHeight="24.0">
    android:viewportHeight="24.0"
    android:tint="?attr/colorControlNormal">
  >
  <path
      android:fillColor="#FF737373"
      android:fillColor="@color/white"
      android:pathData="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"/>
</vector>
 No newline at end of file