Commit fe778c04 authored by Sophie Chang's avatar Sophie Chang Committed by Commit Bot

Fix slightly off-center data_reduction_big.xml asset

bshealy@ says this is ok in comment 21 of the attached bug.

Bug: 867129
Change-Id: I00ea0620f556c33e8741cd565f62ec4bbd65c4a6
Reviewed-on: https://chromium-review.googlesource.com/1187516Reviewed-by: default avatarTheresa <twellington@chromium.org>
Commit-Queue: Sophie Chang <sophiechang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585651}
parent da69f3ae
...@@ -4,22 +4,25 @@ ...@@ -4,22 +4,25 @@
found in the LICENSE file. --> found in the LICENSE file. -->
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
tools:targetApi="21" tools:targetApi="21"
android:width="64dp" android:width="64dp"
android:height="64dp" android:height="64dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"
android:viewportHeight="24.0"> android:viewportHeight="24.0">
<path <group
android:fillColor="@color/disabled_text_color" android:translateX="3.0">
android:fillType="evenOdd" <path
android:pathData="M8.907 1.945c2.541 0 4.762 1.372 5.978 3.41l1.604-1.018C14.937 1.769 12.127 0.047 8.907 0.047 a8.86 8.86 0 0 0-8.86 8.86c0 0.067 0.008 0.13 0.01 0.196l2.01-1.463c0.598-3.235 3.435-5.695 6.84-5.695" /> android:fillColor="@color/disabled_text_color"
<path android:fillType="evenOdd"
android:fillColor="@color/disabled_text_color" android:pathData="M8.907 1.945c2.541 0 4.762 1.372 5.978 3.41l1.604-1.018C14.937 1.769 12.127 0.047 8.907 0.047 a8.86 8.86 0 0 0-8.86 8.86c0 0.067 0.008 0.13 0.01 0.196l2.01-1.463c0.598-3.235 3.435-5.695 6.84-5.695" />
android:fillType="evenOdd" <path
android:pathData="M17.31 6.104l-7.208 4.369-4.92-2.817-4.818 3.572c1.02 3.766 4.454 6.54 8.543 6.54a8.861 8.861 0 0 0 8.862-8.86c0-0.981-0.166-1.922-0.46-2.804zM8.907 15.87c-2.779 0-5.173-1.64-6.288-4l2.8-2.038 4.928 2.82 5.506-3.415c-0.173 3.686-3.217 6.633-6.946 6.633z" /> android:fillColor="@color/disabled_text_color"
<path android:fillType="evenOdd"
android:fillType="evenOdd" android:pathData="M17.31 6.104l-7.208 4.369-4.92-2.817-4.818 3.572c1.02 3.766 4.454 6.54 8.543 6.54a8.861 8.861 0 0 0 8.862-8.86c0-0.981-0.166-1.922-0.46-2.804zM8.907 15.87c-2.779 0-5.173-1.64-6.288-4l2.8-2.038 4.928 2.82 5.506-3.415c-0.173 3.686-3.217 6.633-6.946 6.633z" />
android:pathData="M-3-3h24v24H-3z" /> <path
android:fillType="evenOdd"
android:pathData="M-3-3h24v24H-3z" />
</group>
</vector> </vector>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment