summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Westbrook <pwestbro@google.com>2012-12-19 14:45:00 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-12-19 14:45:01 -0800
commit972da3320682b6bbb3ffae1b693b41b7c73eaa32 (patch)
treec931e8f6c776b13113c0e011c2bbec3efa3a27cf
parent577c1c0ba2d28a0c3b488b0592f11e827dfde610 (diff)
parent29e47d946fd19443c12ebad9f94e83741c7d9120 (diff)
downloadandroid_frameworks_opt_photoviewer-972da3320682b6bbb3ffae1b693b41b7c73eaa32.tar.gz
android_frameworks_opt_photoviewer-972da3320682b6bbb3ffae1b693b41b7c73eaa32.tar.bz2
android_frameworks_opt_photoviewer-972da3320682b6bbb3ffae1b693b41b7c73eaa32.zip
Merge "Fix some build errors" into jb-ub-mail-ur8
-rw-r--r--src/com/android/ex/photo/PhotoViewActivity.java1
-rw-r--r--src/com/android/ex/photo/PhotoViewCallbacks.java2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/ex/photo/PhotoViewActivity.java b/src/com/android/ex/photo/PhotoViewActivity.java
index 4f3f79c..99e0a84 100644
--- a/src/com/android/ex/photo/PhotoViewActivity.java
+++ b/src/com/android/ex/photo/PhotoViewActivity.java
@@ -23,6 +23,7 @@ import android.app.Activity;
import android.app.ActivityManager;
import android.content.Context;
import android.content.Intent;
+import android.content.res.Resources;
import android.database.Cursor;
import android.net.Uri;
import android.os.Build;
diff --git a/src/com/android/ex/photo/PhotoViewCallbacks.java b/src/com/android/ex/photo/PhotoViewCallbacks.java
index 2d4e84a..62c497a 100644
--- a/src/com/android/ex/photo/PhotoViewCallbacks.java
+++ b/src/com/android/ex/photo/PhotoViewCallbacks.java
@@ -60,6 +60,8 @@ public interface PhotoViewCallbacks {
public void setViewActivated();
+ public void onNewPhotoLoaded();
+
public void toggleFullScreen();
public boolean isFragmentActive(Fragment fragment);