summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-04 07:29:52 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-04 07:29:52 +0000
commitb9b5b8494393a7d7288d28596878b8ee0423be74 (patch)
tree8df37fe9ba0824e56020adc5fdc2944e187ffb4c
parent95d49d216223e3431647abd79f5e376958353c95 (diff)
parent873172cf92d38b43122705b53f9c750246aa9e1b (diff)
downloaddemos-b9b5b8494393a7d7288d28596878b8ee0423be74.tar.gz
release-request-703268f3-975f-4a98-83d7-cbf58019eda0-for-git_oc-mr1-release-4067152 snap-temp-L75700000070444922
Change-Id: I2e9830620a16f7fc751fb2f0e46eff66c9bbc231
-rw-r--r--JustForUs/justforus/src/main/java/com/example/android/justforus/MainActivity.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/JustForUs/justforus/src/main/java/com/example/android/justforus/MainActivity.java b/JustForUs/justforus/src/main/java/com/example/android/justforus/MainActivity.java
index d799f30..fd836be 100644
--- a/JustForUs/justforus/src/main/java/com/example/android/justforus/MainActivity.java
+++ b/JustForUs/justforus/src/main/java/com/example/android/justforus/MainActivity.java
@@ -21,7 +21,7 @@ import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.ShareCompat;
-import android.support.v7.app.ActionBarActivity;
+import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
@@ -45,7 +45,7 @@ import java.util.List;
* <p>Tapping on a coupon to redeem it brings up the Android "share"
* dialog with a pre-populated message based on the coupon text.
*/
-public class MainActivity extends ActionBarActivity implements OnItemClickListener {
+public class MainActivity extends AppCompatActivity implements OnItemClickListener {
// Name of person giving out these coupons. When the user clicks on a coupon and shares
// to another app, this name will be part of the pre-populated text.