DO NOT MERGE Fix "3 dot" icon size so it displays fully
Viewport size was set wrong due to bad merge, causing the last dot got truncated slightly. Change-Id: I5d5bbd703e780b21957613d88a2250bc3ba69bb8 Fix: 28194068 Test: visual
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24.0dp"
|
||||
android:height="24.0dp"
|
||||
android:viewportWidth="18.0"
|
||||
android:viewportHeight="18.0"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0"
|
||||
android:tint="?android:attr/colorAccent">
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
|
Reference in New Issue
Block a user