summaryrefslogtreecommitdiffstats
path: root/res/layout/apps_customize_widget.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-11-03 11:39:27 -0800
committerSunny Goyal <sunnygoyal@google.com>2014-11-03 11:39:27 -0800
commitb9f261fd3adfe733333a4cf2c72081cde2a69e13 (patch)
treefcd536869e5955b88d1432d050438fc460ca6b0b /res/layout/apps_customize_widget.xml
parent96d2cc235dff94d6109cd480fef13afbefa459f1 (diff)
downloadandroid_packages_apps_Trebuchet-b9f261fd3adfe733333a4cf2c72081cde2a69e13.tar.gz
android_packages_apps_Trebuchet-b9f261fd3adfe733333a4cf2c72081cde2a69e13.tar.bz2
android_packages_apps_Trebuchet-b9f261fd3adfe733333a4cf2c72081cde2a69e13.zip
Clearing some android list errors/warnings.
Change-Id: I2f1f991e61f9e41644ee9943f5a1a15971cca6c1
Diffstat (limited to 'res/layout/apps_customize_widget.xml')
-rw-r--r--res/layout/apps_customize_widget.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/apps_customize_widget.xml b/res/layout/apps_customize_widget.xml
index e299b32b0..a8344e3ff 100644
--- a/res/layout/apps_customize_widget.xml
+++ b/res/layout/apps_customize_widget.xml
@@ -15,7 +15,7 @@
-->
<com.android.launcher3.PagedViewWidget
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3"
+ xmlns:launcher="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -66,7 +66,7 @@
android:background="@color/widget_text_panel"
android:orientation="horizontal">
<!-- The name of the widget. -->
- <TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ <TextView
android:id="@+id/widget_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -85,7 +85,7 @@
<!-- The original dimensions of the widget (can't be the same text as above due to different
style. -->
- <TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ <TextView
android:id="@+id/widget_dims"
android:layout_width="wrap_content"
android:layout_height="wrap_content"