commit | 972da3320682b6bbb3ffae1b693b41b7c73eaa32 | [log] [tgz] |
---|---|---|
author | Paul Westbrook <pwestbro@google.com> | Wed Dec 19 14:45:00 2012 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Dec 19 14:45:01 2012 -0800 |
tree | c931e8f6c776b13113c0e011c2bbec3efa3a27cf | |
parent | 577c1c0ba2d28a0c3b488b0592f11e827dfde610 [diff] | |
parent | 29e47d946fd19443c12ebad9f94e83741c7d9120 [diff] |
Merge "Fix some build errors" into jb-ub-mail-ur8
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.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 void setViewActivated(); + public void onNewPhotoLoaded(); + public void toggleFullScreen(); public boolean isFragmentActive(Fragment fragment);