summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/SinglePhotoPage.java
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-11-05 14:12:51 -0800
committerBobby Georgescu <georgescu@google.com>2012-11-05 15:14:27 -0800
commitb0e3eba1c4d03192986b6cc240b04cd5c98f620b (patch)
tree37b2258d2ca14cb91455307e9d67754e48c4c832 /src/com/android/gallery3d/app/SinglePhotoPage.java
parent43ab5e5519fc5a95f45c4f29553b657840989ba7 (diff)
downloadandroid_packages_apps_Snap-b0e3eba1c4d03192986b6cc240b04cd5c98f620b.tar.gz
android_packages_apps_Snap-b0e3eba1c4d03192986b6cc240b04cd5c98f620b.tar.bz2
android_packages_apps_Snap-b0e3eba1c4d03192986b6cc240b04cd5c98f620b.zip
Split PhotoPage into FilmstripPage and SinglePhotoPage
Bug: 7479348 Change-Id: I98f668bd00e2e09bda9d5d9965fdbdaf1b832bfa
Diffstat (limited to 'src/com/android/gallery3d/app/SinglePhotoPage.java')
-rw-r--r--src/com/android/gallery3d/app/SinglePhotoPage.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/app/SinglePhotoPage.java b/src/com/android/gallery3d/app/SinglePhotoPage.java
new file mode 100644
index 000000000..beb87d358
--- /dev/null
+++ b/src/com/android/gallery3d/app/SinglePhotoPage.java
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2012 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.gallery3d.app;
+
+public class SinglePhotoPage extends PhotoPage {
+
+}