Commit f138ec38 authored by Josh Simmons's avatar Josh Simmons Committed by Commit Bot

Updating the context menu header to use a checkmark instead of a speedometer for performance info.

A screenshot of the layout with these updates is here: https://drive.google.com/open?id=1-FooiiizmrwZSq9B_SXrkhdOiVhSZT_K

Bug: 1040661
Change-Id: I7b5579d9d44807b979484e58dcb273507c3e3c0f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024067
Commit-Queue: Josh Simmons <jds@google.com>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736184}
parent b80a1714
...@@ -256,14 +256,14 @@ Still reading? ...@@ -256,14 +256,14 @@ Still reading?
<!--TODO(crbug.com/1044658): This suppression was added blindly, and needs investigated.--> <!--TODO(crbug.com/1044658): This suppression was added blindly, and needs investigated.-->
<ignore regexp="chrome/android/java/res/drawable/face.xml"/> <ignore regexp="chrome/android/java/res/drawable/face.xml"/>
<!--TODO(crbug.com/1044658): This suppression was added blindly, and needs investigated.--> <!--TODO(crbug.com/1044658): This suppression was added blindly, and needs investigated.-->
<ignore regexp="chrome/android/java/res/drawable/ic_checkmark_24dp.xml"/>
<!--TODO(crbug.com/1044658): This suppression was added blindly, and needs investigated.-->
<ignore regexp="chrome/android/java/res/drawable/ic_infobar_nfc.xml"/> <ignore regexp="chrome/android/java/res/drawable/ic_infobar_nfc.xml"/>
<!--TODO(crbug.com/1044658): This suppression was added blindly, and needs investigated.--> <!--TODO(crbug.com/1044658): This suppression was added blindly, and needs investigated.-->
<ignore regexp="chrome/android/java/res/drawable/ic_logo_googleg_20dp.xml"/> <ignore regexp="chrome/android/java/res/drawable/ic_logo_googleg_20dp.xml"/>
<!--TODO(crbug.com/1044658): This suppression was added blindly, and needs investigated.--> <!--TODO(crbug.com/1044658): This suppression was added blindly, and needs investigated.-->
<ignore regexp="chrome/android/java/res/drawable/ic_pause_circle_outline_white_24dp.xml"/> <ignore regexp="chrome/android/java/res/drawable/ic_pause_circle_outline_white_24dp.xml"/>
<!--TODO(crbug.com/1044658): This suppression was added blindly, and needs investigated.--> <!--TODO(crbug.com/1044658): This suppression was added blindly, and needs investigated.-->
<ignore regexp="chrome/android/java/res/drawable/ic_speed_24dp.xml"/>
<!--TODO(crbug.com/1044658): This suppression was added blindly, and needs investigated.-->
<ignore regexp="chrome/android/java/res/drawable/ic_volume_off_white_24dp.xml"/> <ignore regexp="chrome/android/java/res/drawable/ic_volume_off_white_24dp.xml"/>
<!--TODO(crbug.com/1044658): This suppression was added blindly, and needs investigated.--> <!--TODO(crbug.com/1044658): This suppression was added blindly, and needs investigated.-->
<ignore regexp="chrome/android/java/res/drawable/ic_volume_on_white_24dp.xml"/> <ignore regexp="chrome/android/java/res/drawable/ic_volume_on_white_24dp.xml"/>
......
...@@ -10,6 +10,5 @@ ...@@ -10,6 +10,5 @@
android:viewportHeight="24"> android:viewportHeight="24">
<path <path
android:fillColor="@color/default_icon_color" android:fillColor="@color/default_icon_color"
android:pathData="M20.38,8.57l-1.23,1.85a8,8 0,0 1,-0.22 7.58L5.07,18A8,8 0,0 1,15.58 6.85l1.85,-1.23A10,10 0,0 0,3.35 19a2,2 0,0 0,1.72 1h13.85a2,2 0,0 0,1.74 -1,10 10,0 0,0 -0.27,-10.44zM10.59,15.41a2,2 0,0 0,2.83 0l5.66,-8.49 -8.49,5.66a2,2 0,0 0,0 2.83z"/> android:pathData="M8.8142,20 L2.708,13.8938 5.3628,11.3717 8.8142,14.823 18.6372,5 21.292,7.6549Z"/>
</vector> </vector>
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:scaleType="fitStart" android:scaleType="fitStart"
android:importantForAccessibility="no" android:importantForAccessibility="no"
app:srcCompat="@drawable/ic_speed_24dp" app:srcCompat="@drawable/ic_checkmark_24dp"
app:tint="@color/default_icon_color_blue" /> app:tint="@color/default_icon_color_blue" />
<org.chromium.ui.widget.TextViewWithLeading <org.chromium.ui.widget.TextViewWithLeading
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:paddingStart="4sp" android:paddingStart="3sp"
android:textAlignment="viewStart" android:textAlignment="viewStart"
android:ellipsize="end" android:ellipsize="end"
android:maxLines="1" android:maxLines="1"
......
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