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
This commit is contained in:
Tony Mak
2019-02-26 12:38:23 +00:00
parent 8e95f0bfb9
commit 3e5546b390

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>