summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/PhotoPageBottomControls.java
diff options
context:
space:
mode:
authorLikai Ding <likaid@codeaurora.org>2016-05-25 14:48:41 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-05-29 18:37:57 -0700
commitc83b5b7faee8117f7f83ca931db0040610ace976 (patch)
tree4b4de75279f71edff446f28dd57ad937bd03cec4 /src/com/android/gallery3d/app/PhotoPageBottomControls.java
parent615373450f031e3054e2eaba9d25c791719584a7 (diff)
downloadandroid_packages_apps_Gallery2-c83b5b7faee8117f7f83ca931db0040610ace976.tar.gz
android_packages_apps_Gallery2-c83b5b7faee8117f7f83ca931db0040610ace976.tar.bz2
android_packages_apps_Gallery2-c83b5b7faee8117f7f83ca931db0040610ace976.zip
Gallery: rename project and make it build
Change-Id: I18f3b067694be923a263732a90b8e59904db0186
Diffstat (limited to 'src/com/android/gallery3d/app/PhotoPageBottomControls.java')
-rw-r--r--src/com/android/gallery3d/app/PhotoPageBottomControls.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/app/PhotoPageBottomControls.java b/src/com/android/gallery3d/app/PhotoPageBottomControls.java
index 80ae3875b..166224eff 100644
--- a/src/com/android/gallery3d/app/PhotoPageBottomControls.java
+++ b/src/com/android/gallery3d/app/PhotoPageBottomControls.java
@@ -28,7 +28,7 @@ import android.view.animation.Animation;
import android.widget.RelativeLayout;
import android.widget.ImageButton;
-import com.android.gallery3d.R;
+import org.codeaurora.gallery.R;
import java.util.HashMap;
import java.util.Map;