summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/FilmstripPage.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
commitcfa7fde1a336a3200b2ad9091b27ba7bfd8f5c9a (patch)
tree737dcc2fc2c18c3f196deaf502859a0ed764330f /src/com/android/gallery3d/app/FilmstripPage.java
parentef1e404cfa1227e309786675a6026dec842b5ab1 (diff)
downloadandroid_packages_apps_Gallery2-cfa7fde1a336a3200b2ad9091b27ba7bfd8f5c9a.tar.gz
android_packages_apps_Gallery2-cfa7fde1a336a3200b2ad9091b27ba7bfd8f5c9a.tar.bz2
android_packages_apps_Gallery2-cfa7fde1a336a3200b2ad9091b27ba7bfd8f5c9a.zip
Split PhotoPage into FilmstripPage and SinglePhotoPage
Bug: 7479348 Change-Id: I98f668bd00e2e09bda9d5d9965fdbdaf1b832bfa
Diffstat (limited to 'src/com/android/gallery3d/app/FilmstripPage.java')
-rw-r--r--src/com/android/gallery3d/app/FilmstripPage.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/app/FilmstripPage.java b/src/com/android/gallery3d/app/FilmstripPage.java
new file mode 100644
index 000000000..a9726cdc9
--- /dev/null
+++ b/src/com/android/gallery3d/app/FilmstripPage.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 FilmstripPage extends PhotoPage {
+
+}