We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6804e2 commit 6418371Copy full SHA for 6418371
1 file changed
examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/HelloworldActivity.java
@@ -34,7 +34,7 @@
34
import android.content.Context;
35
import android.os.AsyncTask;
36
import android.os.Bundle;
37
-import android.support.v7.app.ActionBarActivity;
+import android.support.v7.app.AppCompatActivity;
38
import android.text.TextUtils;
39
import android.text.method.ScrollingMovementMethod;
40
import android.view.View;
@@ -53,7 +53,7 @@
53
import java.io.StringWriter;
54
import java.util.concurrent.TimeUnit;
55
56
-public class HelloworldActivity extends ActionBarActivity {
+public class HelloworldActivity extends AppCompatActivity {
57
private Button mSendButton;
58
private EditText mHostEdit;
59
private EditText mPortEdit;
0 commit comments