summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorShimeng (Simon) Wang <swang@google.com>2010-02-26 11:40:27 -0800
committerShimeng (Simon) Wang <swang@google.com>2010-02-26 11:44:35 -0800
commit90ebf5d0cf588eebfa8cd70e0775923a7015a0df (patch)
tree54e4b7cf19801c96e5c5b583edbbe9ac3181b9b5 /res/drawable
parent9884d4064a1bce1971c72379718dd7a909f39873 (diff)
downloadpackages_apps_browser-90ebf5d0cf588eebfa8cd70e0775923a7015a0df.zip
packages_apps_browser-90ebf5d0cf588eebfa8cd70e0775923a7015a0df.tar.gz
packages_apps_browser-90ebf5d0cf588eebfa8cd70e0775923a7015a0df.tar.bz2
Remove unused resources.
This is generated by removeunusedresources tool. Compiled and tested on passion/opal. Compiled for voles. Bug: 2456707
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/button_line.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/res/drawable/button_line.xml b/res/drawable/button_line.xml
deleted file mode 100644
index 67869d0..0000000
--- a/res/drawable/button_line.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item>
- <shape android:width="2dip">
- <solid android:color="#ff000000"/>
- </shape>
- </item>
- <item android:left="1dip" android:width="1dip">
- <shape>
- <solid android:color="#ffffffff"/>
- </shape>
- </item>
-</layer-list>