summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-07-30 13:37:37 -0700
committerJoe Onorato <joeo@android.com>2009-07-30 13:37:37 -0700
commita5902524d4403885eb4c50360bf3465c6be796ef (patch)
tree230ccdd3b32e39d7691ead6f5e3654af66283273 /res/layout
parentfca7c88f9dba895d9f6cf52c6f0e656445063e3e (diff)
downloadandroid_packages_apps_Trebuchet-a5902524d4403885eb4c50360bf3465c6be796ef.tar.gz
android_packages_apps_Trebuchet-a5902524d4403885eb4c50360bf3465c6be796ef.tar.bz2
android_packages_apps_Trebuchet-a5902524d4403885eb4c50360bf3465c6be796ef.zip
Launcher2 compiles.
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/application_list.xml2
-rw-r--r--res/layout/live_folder_list.xml4
-rw-r--r--res/layout/widget_search.xml6
3 files changed, 6 insertions, 6 deletions
diff --git a/res/layout/application_list.xml b/res/layout/application_list.xml
index 230a95197..39639ba86 100644
--- a/res/layout/application_list.xml
+++ b/res/layout/application_list.xml
@@ -67,4 +67,4 @@
</LinearLayout>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>
diff --git a/res/layout/live_folder_list.xml b/res/layout/live_folder_list.xml
index f96a19094..00f191e3f 100644
--- a/res/layout/live_folder_list.xml
+++ b/res/layout/live_folder_list.xml
@@ -17,7 +17,7 @@
*/
-->
-<com.android.launcher.LiveFolder xmlns:android="http://schemas.android.com/apk/res/android"
+<com.android.launcher2.LiveFolder xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical">
<Button
@@ -39,4 +39,4 @@
android:cacheColorHint="#ff333333"
android:background="@drawable/box_launcher_bottom" />
-</com.android.launcher.LiveFolder>
+</com.android.launcher2.LiveFolder>
diff --git a/res/layout/widget_search.xml b/res/layout/widget_search.xml
index a83e675ee..3aee913e9 100644
--- a/res/layout/widget_search.xml
+++ b/res/layout/widget_search.xml
@@ -14,9 +14,9 @@
limitations under the License.
-->
-<com.android.launcher.Search
+<com.android.launcher2.Search
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
+ xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher2"
android:id="@+id/widget_search"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@@ -58,4 +58,4 @@
</LinearLayout>
-</com.android.launcher.Search>
+</com.android.launcher2.Search>