From e811b6a28da76b9f7166c9523a616dece494fef1 Mon Sep 17 00:00:00 2001 From: Fabian Kozynski Date: Thu, 16 Apr 2020 09:47:11 -0400 Subject: Change checkbox back to square No more stars. Test: manual Fixes: 154158042 Change-Id: I13d7e91ca601e5172b4f3364f564c6a0cf4c2ec8 --- .../res/drawable-nodpi/controls_btn_star.xml | 25 -------------------- .../SystemUI/res/drawable-nodpi/star_filled.xml | 27 ---------------------- .../SystemUI/res/drawable-nodpi/star_outline.xml | 27 ---------------------- .../SystemUI/res/layout/controls_base_item.xml | 1 - 4 files changed, 80 deletions(-) delete mode 100644 packages/SystemUI/res/drawable-nodpi/controls_btn_star.xml delete mode 100644 packages/SystemUI/res/drawable-nodpi/star_filled.xml delete mode 100644 packages/SystemUI/res/drawable-nodpi/star_outline.xml (limited to 'packages/SystemUI') diff --git a/packages/SystemUI/res/drawable-nodpi/controls_btn_star.xml b/packages/SystemUI/res/drawable-nodpi/controls_btn_star.xml deleted file mode 100644 index cfe783892b1d..000000000000 --- a/packages/SystemUI/res/drawable-nodpi/controls_btn_star.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - diff --git a/packages/SystemUI/res/drawable-nodpi/star_filled.xml b/packages/SystemUI/res/drawable-nodpi/star_filled.xml deleted file mode 100644 index 62802d3cb838..000000000000 --- a/packages/SystemUI/res/drawable-nodpi/star_filled.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - diff --git a/packages/SystemUI/res/drawable-nodpi/star_outline.xml b/packages/SystemUI/res/drawable-nodpi/star_outline.xml deleted file mode 100644 index 13983c6fda8d..000000000000 --- a/packages/SystemUI/res/drawable-nodpi/star_outline.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - diff --git a/packages/SystemUI/res/layout/controls_base_item.xml b/packages/SystemUI/res/layout/controls_base_item.xml index 55c9083e4147..e4bc285d689f 100644 --- a/packages/SystemUI/res/layout/controls_base_item.xml +++ b/packages/SystemUI/res/layout/controls_base_item.xml @@ -100,7 +100,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|end" - android:button="@drawable/controls_btn_star" android:background="@android:color/transparent" android:clickable="false" android:selectable="false" -- cgit v1.2.3-59-g8ed1b