summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-05-12 15:58:09 -0700
committerHyunyoung Song <hyunyoungs@google.com>2015-05-12 15:58:09 -0700
commit1e62c1594acba67486ec2ded56aed00f5cfaff75 (patch)
tree6c2dfeee5d557772cc981ba7c7efc62168dc2cc2 /res/drawable
parent5cd1d92f6c40b47eff12859d4e13b6431aa778c0 (diff)
downloadandroid_packages_apps_Trebuchet-1e62c1594acba67486ec2ded56aed00f5cfaff75.tar.gz
android_packages_apps_Trebuchet-1e62c1594acba67486ec2ded56aed00f5cfaff75.tar.bz2
android_packages_apps_Trebuchet-1e62c1594acba67486ec2ded56aed00f5cfaff75.zip
Unbreak the build. Remove extra xml version definition.
Change-Id: I42f1c21143bef6181828d1135deaaf153acbf984
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/widgets_row_divider.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/drawable/widgets_row_divider.xml b/res/drawable/widgets_row_divider.xml
index 46caacbbe..074d60167 100644
--- a/res/drawable/widgets_row_divider.xml
+++ b/res/drawable/widgets_row_divider.xml
@@ -13,7 +13,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<size android:width="@dimen/widget_row_divider" />
<solid android:color="@color/widget_text_panel" />