Skip to content

Commit

Permalink
Update the default workspace.
Browse files Browse the repository at this point in the history
In CM we overlay default_workspace.xml for Dream and Sapphire to bring in
the old Gallery app.  Use Gallery2 by default for other targets.

Lost this commit when rebasing.
  • Loading branch information
hyperb1iss committed Jun 7, 2010
1 parent 7fa09e4 commit c95f70d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions res/xml/default_workspace.xml
Expand Up @@ -52,8 +52,8 @@
launcher:y="3" />

<favorite
launcher:packageName="com.android.gallery"
launcher:className="com.android.camera.GalleryPicker"
launcher:packageName="com.cooliris.media"
launcher:className="com.cooliris.media.Gallery"
launcher:screen="1"
launcher:x="2"
launcher:y="3" />
Expand Down Expand Up @@ -99,7 +99,9 @@
launcher:className="com.android.settings.widget.SettingsAppWidgetProvider"
launcher:screen="3"
launcher:x="0"
launcher:y="0" />
launcher:y="0"
launcher:spanX="4"
launcher:spanY="1" />

<favorite
launcher:packageName="com.google.android.gm"
Expand Down

0 comments on commit c95f70d

Please sign in to comment.