summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-03-29 22:36:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-29 22:36:47 +0000
commit6745f43a15bd280f011e0bd81957e672ba0a78cb (patch)
treebe6dde42cb20f92c2e122f997406599449b32a89 /assets
parent47429adac43fe3e73cffc216ce2f2948afec8830 (diff)
parent2517706323daa685779d37c56b4883334a2cb34d (diff)
Merge "Fixed a few issues in search with new nav."
Diffstat (limited to 'assets')
-rw-r--r--assets/quantum/res/drawable/quantum_ic_arrow_back_vd_theme_24.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/quantum/res/drawable/quantum_ic_arrow_back_vd_theme_24.xml b/assets/quantum/res/drawable/quantum_ic_arrow_back_vd_theme_24.xml
index 3a85b7dd3..12db78d99 100644
--- a/assets/quantum/res/drawable/quantum_ic_arrow_back_vd_theme_24.xml
+++ b/assets/quantum/res/drawable/quantum_ic_arrow_back_vd_theme_24.xml
@@ -18,7 +18,8 @@
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0"
- android:tint="?attr/colorControlNormal">
+ android:tint="?attr/colorControlNormal"
+ android:autoMirrored="true">
<path
android:fillColor="@android:color/white"
android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z"/>