From 79f21a3f418dab3a8709fbf29fefc7fa3dde858b Mon Sep 17 00:00:00 2001 From: Jason Monk Date: Thu, 23 Feb 2017 12:52:32 -0500 Subject: [PATCH] Update clipboard icon for the tuner Change-Id: Ie8ff3e6d87afbbd09efe8f529756710f6a61da6e Fixes: 35707044 Test: visual --- .../SystemUI/res/drawable/clipboard_empty.xml | 13 ++++++------- .../SystemUI/res/drawable/clipboard_full.xml | 19 +++++++++---------- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/packages/SystemUI/res/drawable/clipboard_empty.xml b/packages/SystemUI/res/drawable/clipboard_empty.xml index 14a5ad2e6dda1..33cd58cee8166 100644 --- a/packages/SystemUI/res/drawable/clipboard_empty.xml +++ b/packages/SystemUI/res/drawable/clipboard_empty.xml @@ -1,25 +1,24 @@ + android:pathData="M16.0,1.0L4.0,1.0c-1.1,0.0 -2.0,0.9 -2.0,2.0l0.0,14.0l2.0,0.0L4.0,3.0l12.0,0.0L16.0,1.0zm3.0,4.0L8.0,5.0c-1.1,0.0 -2.0,0.9 -2.0,2.0l0.0,14.0c0.0,1.0 0.9,2.0 2.0,2.0l11.0,0.0c1.1,0.0 2.0,-0.9 2.0,-2.0L21.0,7.0c0.0,-1.1 -0.9,-2.0 -2.0,-2.0zm0.0,16.0L8.0,21.0L8.0,7.0l11.0,0.0l0.0,14.0z"/> - diff --git a/packages/SystemUI/res/drawable/clipboard_full.xml b/packages/SystemUI/res/drawable/clipboard_full.xml index 2d46870bebc12..cb056da4ee5fa 100644 --- a/packages/SystemUI/res/drawable/clipboard_full.xml +++ b/packages/SystemUI/res/drawable/clipboard_full.xml @@ -1,25 +1,24 @@ + android:width="18.0dp" + android:height="18.0dp" + android:viewportWidth="18.0" + android:viewportHeight="18.0"> + android:pathData="M12.0,0.75L3.0,0.75c-0.82,0.0 -1.5,0.67 -1.5,1.5l0.0,10.5L3.0,12.75L3.0,2.25l9.0,0.0L12.0,0.75zM14.25,3.75L6.0,3.75c-0.83,0.0 -1.5,0.67 -1.5,1.5l0.0,10.5c0.0,0.83 0.67,1.5 1.5,1.5l8.25,0.0c0.83,0.0 1.5,-0.67 1.5,-1.5L15.75,5.25C15.75,4.42 15.08,3.75 14.25,3.75zM7.25,6.5l5.74,0.0l0.0,1.75L7.25,8.25L7.25,6.5zM11.76,14.5l-4.5,0.0l0.0,-1.75l4.5,0.0L11.76,14.5zM13.0,11.38L7.26,11.38L7.26,9.62L13.0,9.62L13.0,11.38z" + android:fillColor="#FFFFFF"/> -