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

This commit is contained in:
TreeHugger Robot
2019-02-26 18:57:26 +00:00
committed by Android (Google) Code Review

View File

@@ -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>