summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-11-05 23:13:08 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-05 23:13:08 +0000
commit2e740944ed8660b8f28177172482f90d3afb7dcf (patch)
treeedefe532f772ef2b1e239b93725136f02ee9fd18 /res/layout-sw720dp
parent026f622cc73aa5157106502683e78d2b874f0b61 (diff)
parentb9f261fd3adfe733333a4cf2c72081cde2a69e13 (diff)
downloadandroid_packages_apps_Trebuchet-2e740944ed8660b8f28177172482f90d3afb7dcf.tar.gz
android_packages_apps_Trebuchet-2e740944ed8660b8f28177172482f90d3afb7dcf.tar.bz2
android_packages_apps_Trebuchet-2e740944ed8660b8f28177172482f90d3afb7dcf.zip
Merge "Clearing some android list errors/warnings." into ub-now-queens
Diffstat (limited to 'res/layout-sw720dp')
-rw-r--r--res/layout-sw720dp/launcher.xml2
-rw-r--r--res/layout-sw720dp/qsb.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml
index d4fa2fa0d..1ef7df5fe 100644
--- a/res/layout-sw720dp/launcher.xml
+++ b/res/layout-sw720dp/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-sw720dp/qsb.xml b/res/layout-sw720dp/qsb.xml
index 4c9963dfb..0afc2d2f9 100644
--- a/res/layout-sw720dp/qsb.xml
+++ b/res/layout-sw720dp/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">