summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp
diff options
context:
space:
mode:
authorScott Warner <Tortel1210@gmail.com>2012-11-26 21:05:03 -0500
committerScott Warner <Tortel1210@gmail.com>2012-11-26 21:05:03 -0500
commita764f3a889b1d4abf8021affb335e32b839fc923 (patch)
treed85677678c518321263e455460914714a316132a /res/layout-sw720dp
parente70dd1b521d15687b251ce393872e862537d0ce9 (diff)
downloadandroid_packages_apps_Trebuchet-a764f3a889b1d4abf8021affb335e32b839fc923.tar.gz
android_packages_apps_Trebuchet-a764f3a889b1d4abf8021affb335e32b839fc923.tar.bz2
android_packages_apps_Trebuchet-a764f3a889b1d4abf8021affb335e32b839fc923.zip
Fix package mismatch
Change-Id: I97ee13ad3507d083374791f58b1bf8c727d7c793
Diffstat (limited to 'res/layout-sw720dp')
-rw-r--r--res/layout-sw720dp/launcher.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml
index fa946e077..a85fdfc83 100644
--- a/res/layout-sw720dp/launcher.xml
+++ b/res/layout-sw720dp/launcher.xml
@@ -41,7 +41,7 @@
android:layout_marginBottom="@dimen/button_bar_height_plus_padding" />
<!-- The workspace contains 5 screens of cells -->
- <com.android.launcher2.Workspace
+ <com.cyanogenmod.trebuchet.Workspace
android:id="@+id/workspace"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -60,7 +60,7 @@
<include android:id="@+id/cell3" layout="@layout/workspace_screen" />
<include android:id="@+id/cell4" layout="@layout/workspace_screen" />
<include android:id="@+id/cell5" layout="@layout/workspace_screen" />
- </com.android.launcher2.Workspace>
+ </com.cyanogenmod.trebuchet.Workspace>
<include layout="@layout/hotseat"
android:id="@+id/hotseat"
@@ -72,7 +72,7 @@
android:id="@+id/qsb_bar"
layout="@layout/qsb_bar" />
- <com.android.launcher2.DrawableStateProxyView
+ <com.cyanogenmod.trebuchet.DrawableStateProxyView
android:id="@+id/voice_button_proxy"
android:layout_width="80dp"
android:layout_height="@dimen/qsb_bar_height"