Bug 1258176 - Remove bookmark star stub drawables in drawable/ that were formerly needed for API 9. r?sebastian draft
authorTom Klein <twointofive@gmail.com>
Thu, 05 Jan 2017 16:33:40 -0600
changeset 456627 497f1c79ff9e761f47fdc77c68e54db6b1448ba8
parent 453266 2785aaf276ba29fb2e1f5607d90d441fee42efb4
child 541292 7ca3ddf29f6247d250dcec7bb1a91a6f517a8e63
push id40571
push userbmo:twointofive@gmail.com
push dateFri, 06 Jan 2017 01:17:51 +0000
reviewerssebastian
bugs1258176
milestone53.0a1
Bug 1258176 - Remove bookmark star stub drawables in drawable/ that were formerly needed for API 9. r?sebastian They're getting selected on mdpi (and presumably ldpi) devices. MozReview-Commit-ID: I60hcKehPnf
mobile/android/base/resources/drawable/ic_menu_bookmark_add.xml
mobile/android/base/resources/drawable/star_blue.xml
deleted file mode 100644
--- a/mobile/android/base/resources/drawable/ic_menu_bookmark_add.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<!-- This asset is properly available in large-* dirs so this null
-     reference exists for build time on API 9 builds. -->
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
-       android:shape="rectangle">
-
-    <solid android:color="@android:color/transparent"/>
-
-</shape>
deleted file mode 100644
--- a/mobile/android/base/resources/drawable/star_blue.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<!-- This asset is properly available in large-* dirs so this null
-     reference exists for build time on API 9 builds. -->
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
-       android:shape="rectangle">
-
-    <solid android:color="@android:color/transparent"/>
-
-</shape>