|
@@ -3,9 +3,6 @@ package com.epson.mobilephone.common.license;
|
|
import android.content.Context;
|
|
import android.content.Context;
|
|
import android.content.Intent;
|
|
import android.content.Intent;
|
|
import android.os.Bundle;
|
|
import android.os.Bundle;
|
|
-
|
|
|
|
-
|
|
|
|
-import android.support.p003v7.widget.Toolbar;
|
|
|
|
import android.view.View;
|
|
import android.view.View;
|
|
import android.view.ViewGroup;
|
|
import android.view.ViewGroup;
|
|
import android.widget.Button;
|
|
import android.widget.Button;
|
|
@@ -13,10 +10,10 @@ import android.widget.TextView;
|
|
|
|
|
|
import androidx.annotation.NonNull;
|
|
import androidx.annotation.NonNull;
|
|
import androidx.appcompat.app.AppCompatActivity;
|
|
import androidx.appcompat.app.AppCompatActivity;
|
|
-
|
|
|
|
-import com.epson.mobilephone.common.license.SimpleMessageDialogFragment;
|
|
|
|
|
|
+import androidx.appcompat.widget.Toolbar;
|
|
|
|
|
|
import epson.common.Constants;
|
|
import epson.common.Constants;
|
|
|
|
+import epson.print.R;
|
|
|
|
|
|
public class UserSurveyInvitationActivity extends AppCompatActivity implements SimpleMessageDialogFragment.DialogCallback {
|
|
public class UserSurveyInvitationActivity extends AppCompatActivity implements SimpleMessageDialogFragment.DialogCallback {
|
|
private static final int DIALOG_ID_CHANGE_DIALOG = 1;
|
|
private static final int DIALOG_ID_CHANGE_DIALOG = 1;
|
|
@@ -28,8 +25,7 @@ public class UserSurveyInvitationActivity extends AppCompatActivity implements S
|
|
private UserSurveyInfo mUserSurveyInfo;
|
|
private UserSurveyInfo mUserSurveyInfo;
|
|
|
|
|
|
public void onButtonClicked(int i) {
|
|
public void onButtonClicked(int i) {
|
|
- if (i == 1) {
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
protected void onCreate(Bundle bundle) {
|
|
protected void onCreate(Bundle bundle) {
|
|
@@ -67,7 +63,7 @@ public class UserSurveyInvitationActivity extends AppCompatActivity implements S
|
|
str = userSurveyInfo2.getUserSurveyInvitationText(this);
|
|
str = userSurveyInfo2.getUserSurveyInvitationText(this);
|
|
}
|
|
}
|
|
if (str == null) {
|
|
if (str == null) {
|
|
- str = C1073Util.getStringFromRawResource(getApplicationContext(), R.raw.user_survey);
|
|
|
|
|
|
+ str = Util.getStringFromRawResource(getApplicationContext(), R.raw.user_survey);
|
|
}
|
|
}
|
|
textView.setText(str);
|
|
textView.setText(str);
|
|
changeButtonText(button2, 1, mUserSurveyInfo, this);
|
|
changeButtonText(button2, 1, mUserSurveyInfo, this);
|