diff options
author | Fan Zhang <zhfan@google.com> | 2019-04-01 16:48:24 -0700 |
---|---|---|
committer | Fan Zhang <zhfan@google.com> | 2019-04-01 16:48:24 -0700 |
commit | df986373b4a00199bc76409d4793fd0169d75f4c (patch) | |
tree | b0adec40b7c359986768f63ee2adad515571b5d8 /packages/SettingsLib/HelpUtils | |
parent | fc98f99c84e2c073cdd3be18d17c3c9a6169ab9b (diff) |
Add auto-mirror to help icon
This doesn't fully fix the icon in RTL though. There is a bug in
renderer that prevents the icon being flipped. We still need this change
when platform renderer fixes the bug.
Bug: 119070685
Test: rebuild
Change-Id: If4b104255f198728276c7b3825587ea789527ce4
Diffstat (limited to 'packages/SettingsLib/HelpUtils')
-rw-r--r-- | packages/SettingsLib/HelpUtils/res/drawable/ic_help_actionbar.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SettingsLib/HelpUtils/res/drawable/ic_help_actionbar.xml b/packages/SettingsLib/HelpUtils/res/drawable/ic_help_actionbar.xml index 9089a930c254..1a4b1c3ebe50 100644 --- a/packages/SettingsLib/HelpUtils/res/drawable/ic_help_actionbar.xml +++ b/packages/SettingsLib/HelpUtils/res/drawable/ic_help_actionbar.xml @@ -20,6 +20,7 @@ android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0" + android:autoMirrored="true" android:tint="?android:attr/colorControlNormal"> <path android:fillColor="#FFFFFFFF" |