OSDN Git Service

Start of photos
authorJohn Reck <jreck@google.com>
Fri, 15 Feb 2013 22:32:08 +0000 (14:32 -0800)
committerJohn Reck <jreck@google.com>
Fri, 22 Feb 2013 23:09:35 +0000 (15:09 -0800)
commit5f30b98d6ac98c6aa863d48f47e9b8e2b77a1820
treeb2494b57af472736cdc3805771177a9772f9c3dd
parente77198985fc22ed2cf24f5d497309742165bc69f
Start of photos

Change-Id: Id53dd96d8873e0fe6c2685e07cd7bdc0cde7ea75
12 files changed:
AndroidManifest.xml
res/layout/photo_set.xml [new file with mode: 0644]
res/menu/gallery.xml [new file with mode: 0644]
res/values-v14/styles.xml
res/values/strings.xml
src/com/android/gallery3d/data/DataManager.java
src/com/android/photos/AlbumSetFragment.java [new file with mode: 0644]
src/com/android/photos/GalleryActivity.java [new file with mode: 0644]
src/com/android/photos/PhotoFragment.java [new file with mode: 0644]
src/com/android/photos/PhotoSetFragment.java [new file with mode: 0644]
src/com/android/photos/data/MediaSetLoader.java [new file with mode: 0644]
src/com/android/photos/data/PhotoSetLoader.java [new file with mode: 0644]