summaryrefslogtreecommitdiffstats
path: root/res/layout-port
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-port
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-port')
-rw-r--r--res/layout-port/launcher.xml2
-rw-r--r--res/layout-port/qsb.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 7ba7a8963..9e4c24515 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -17,7 +17,7 @@
<!-- Full screen view projects under the status bar and contains the background -->
<com.android.launcher3.LauncherRootView
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:id="@+id/launcher"
android:layout_width="match_parent"
diff --git a/res/layout-port/qsb.xml b/res/layout-port/qsb.xml
index 4c9963dfb..0afc2d2f9 100644
--- a/res/layout-port/qsb.xml
+++ b/res/layout-port/qsb.xml
@@ -15,7 +15,7 @@
-->
<RelativeLayout
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"
android:background="@drawable/search_frame">