summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-06 07:12:33 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-06 07:12:33 +0000
commit7551b5ce59e1b0bd1e2ab8e13a17536b48a0ed95 (patch)
treecc69eaa318829f7992f8e69875f5bfc23b10524e
parent7605e17a5a38114d5a7e2e3573d0bd485993c475 (diff)
parent35b76350c12e8a736905596c320237f8c7f6a683 (diff)
downloadphotoviewer-security-oc-release.tar.gz
Change-Id: I20edd4cd57bf13963cce8d227e2ca51c44c3241a
-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;