Bug 1255208 - Remove unused services resources. r=sebastian draft
authorMichael Comella <michael.l.comella@gmail.com>
Wed, 09 Mar 2016 15:19:49 -0800
changeset 338761 d8a3d137f9d52b68134509d1cbe9b3dd9a118bbf
parent 338760 8ec186f06412c7c8f0a08ef71297cabcf2b4d862
child 338762 03ac15f73b0e30267c9abe14a8ae6a0f8368e0c4
push id12581
push usermichael.l.comella@gmail.com
push dateThu, 10 Mar 2016 00:38:48 +0000
reviewerssebastian
bugs1255208
milestone47.0a1
Bug 1255208 - Remove unused services resources. r=sebastian MozReview-Commit-ID: 3DiEqOz0KCC
mobile/android/services/src/main/res/drawable/sync_pin_background.xml
deleted file mode 100644
--- a/mobile/android/services/src/main/res/drawable/sync_pin_background.xml
+++ /dev/null
@@ -1,14 +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/. -->
-
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-  <solid android:color="#FFF" />
-  <stroke android:width="1dp" android:color="#000" />
-  <padding
-    android:left="1dp"
-    android:top="1dp"
-    android:right="1dp"
-    android:bottom="1dp" />
-</shape>