From 975ff9d06532ee7c5a88234a68d809ef7b44466c Mon Sep 17 00:00:00 2001 From: Lyn Han Date: Fri, 13 Mar 2020 14:17:56 -0700 Subject: [PATCH] Overflow button icon - plus instead of three dots Set instrinsic width and height to 24dp Fixes: 150914016 Test: manual - icon updated Change-Id: Ibf519d2bfff5a0d2a09e81458993589b2aff686d --- .../res/drawable/ic_bubble_overflow_button.xml | 15 ++++++++------- 1 file 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 64b57c5aac2b9..3acebc12a807f 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. --> - - \ No newline at end of file + android:viewportWidth="24" + android:viewportHeight="24" + android:width="24dp" + android:height="24dp"> + +