diff options
author | calderwoodra <calderwoodra@google.com> | 2018-03-29 13:58:54 -0700 |
---|---|---|
committer | Copybara-Service <copybara-piper@google.com> | 2018-03-29 14:39:05 -0700 |
commit | 2517706323daa685779d37c56b4883334a2cb34d (patch) | |
tree | be6dde42cb20f92c2e122f997406599449b32a89 /assets | |
parent | 47429adac43fe3e73cffc216ce2f2948afec8830 (diff) |
Fixed a few issues in search with new nav.
- back arrow in search now flips in RTL mode http://screen/1eccBLDqPp0
- search text no longer overlaps icons http://screen/Mq0omQEuZez
- keyboard now always closes on pause
- location permission is no longer visible in dialpad search
Bug: 73088433,74784637,76117373,76440832,76441216
Test: keyboard and rtl tested manually, added test for location permission
PiperOrigin-RevId: 190981686
Change-Id: Ia121d410c158df0de9cd731ab280a6d8e9b300d9
Diffstat (limited to 'assets')
-rw-r--r-- | assets/quantum/res/drawable/quantum_ic_arrow_back_vd_theme_24.xml | 3 |
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"/> |