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

Commit 032a258b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use colorControlNormal in ic_action_open so that it works in dark mode"

parents 5178b7aa 3e5546b3
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