summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-21 07:32:04 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-21 07:32:04 +0000
commit51de9732959c93185cb6bf248c9dfe58afd5baac (patch)
treecc69eaa318829f7992f8e69875f5bfc23b10524e
parenta26817b448903b065e18cb405f5d18d634ae8897 (diff)
parentb61687b6e4ff6f1b994ba3ba19f17b0e7d399719 (diff)
downloadphotoviewer-oreo-dr2-release.tar.gz
Change-Id: I25a11516b80cafda9fd99efb02a407e5e7effeaa
-rw-r--r--appcompat/src/com/android/ex/photo/PhotoViewActivity.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/appcompat/src/com/android/ex/photo/PhotoViewActivity.java b/appcompat/src/com/android/ex/photo/PhotoViewActivity.java
index 547d4b9..a5c4a43 100644
--- a/appcompat/src/com/android/ex/photo/PhotoViewActivity.java
+++ b/appcompat/src/com/android/ex/photo/PhotoViewActivity.java
@@ -21,14 +21,14 @@ import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
-import android.support.v7.app.ActionBarActivity;
+import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
/**
* Activity to view the contents of an album.
*/
-public class PhotoViewActivity extends ActionBarActivity
+public class PhotoViewActivity extends AppCompatActivity
implements PhotoViewController.ActivityInterface {
private PhotoViewController mController;