summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lyn Han <lynhan@google.com> 2020-03-13 14:17:56 -0700
committer Lyn Han <lynhan@google.com> 2020-03-13 14:17:56 -0700
commit975ff9d06532ee7c5a88234a68d809ef7b44466c (patch)
tree988996fdbaf39c2d99168271134070d823a04b33
parent28ab493385d3b3875bfe0fd4b24633b633f85bb8 (diff)
Overflow button icon - plus instead of three dots
Set instrinsic width and height to 24dp Fixes: 150914016 Test: manual - icon updated Change-Id: Ibf519d2bfff5a0d2a09e81458993589b2aff686d
-rw-r--r--packages/SystemUI/res/drawable/ic_bubble_overflow_button.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/packages/SystemUI/res/drawable/ic_bubble_overflow_button.xml b/packages/SystemUI/res/drawable/ic_bubble_overflow_button.xml
index 64b57c5aac2b..3acebc12a807 100644
--- a/packages/SystemUI/res/drawable/ic_bubble_overflow_button.xml
+++ b/packages/SystemUI/res/drawable/ic_bubble_overflow_button.xml
@@ -14,10 +14,11 @@ See the License for the specific language governing permissions and
limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:viewportHeight="24"
- android:viewportWidth="24"
- android:height="52dp"
- android:width="52dp">
- <path android:fillColor="#1A73E8"
- android:pathData="M6,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM18,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM12,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2z"/>
-</vector> \ No newline at end of file
+ android:viewportWidth="24"
+ android:viewportHeight="24"
+ android:width="24dp"
+ android:height="24dp">
+ <path
+ android:fillColor="#1A73E8"
+ android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
+</vector>