diff options
author | Jorge Ruesga <jorge@ruesga.com> | 2013-04-12 20:16:08 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-04-13 06:18:08 -0700 |
commit | 11d81dc8e0bc03c16e146e1d27883b8d9abdbae9 (patch) | |
tree | 672486f5be21345eee5b4f37127df354594399b8 /res/xml-sw720dp | |
parent | 8fd6c3e0041a106152d4924b441d5f0676bbdef3 (diff) | |
download | packages_apps_trebuchet-11d81dc8e0bc03c16e146e1d27883b8d9abdbae9.zip packages_apps_trebuchet-11d81dc8e0bc03c16e146e1d27883b8d9abdbae9.tar.gz packages_apps_trebuchet-11d81dc8e0bc03c16e146e1d27883b8d9abdbae9.tar.bz2 |
Trebuchet: Fix Camera favorite
Change from LegacyCamera to Gallery3d Camera. Fix favorite position on large screens
Change-Id: Ib8233405fb749319150d077ae15c674b2565acfc
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/xml-sw720dp')
-rw-r--r-- | res/xml-sw720dp/default_workspace.xml | 8 | ||||
-rw-r--r-- | res/xml-sw720dp/default_workspace_no_telephony.xml | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/res/xml-sw720dp/default_workspace.xml b/res/xml-sw720dp/default_workspace.xml index fe3fcb3..bc1227b 100644 --- a/res/xml-sw720dp/default_workspace.xml +++ b/res/xml-sw720dp/default_workspace.xml @@ -37,11 +37,11 @@ launcher:spanX="4" launcher:spanY="3" /> <favorite - launcher:packageName="com.android.camera" - launcher:className="com.android.camera.Camera" + launcher:packageName="com.android.gallery3d" + launcher:className="com.android.camera.CameraLauncher" launcher:screen="2" - launcher:x="0" - launcher:y="3" /> + launcher:x="5" + launcher:y="1" /> <!-- Right screen [3] --> <favorite diff --git a/res/xml-sw720dp/default_workspace_no_telephony.xml b/res/xml-sw720dp/default_workspace_no_telephony.xml index 521add9..1d8a800 100644 --- a/res/xml-sw720dp/default_workspace_no_telephony.xml +++ b/res/xml-sw720dp/default_workspace_no_telephony.xml @@ -37,11 +37,11 @@ launcher:spanX="4" launcher:spanY="3" /> <favorite - launcher:packageName="com.android.camera" - launcher:className="com.android.camera.Camera" + launcher:packageName="com.android.gallery3d" + launcher:className="com.android.camera.CameraLauncher" launcher:screen="2" - launcher:x="0" - launcher:y="3" /> + launcher:x="5" + launcher:y="1" /> <!-- Right screen [3] --> <favorite |