- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
前几天我问了这个问题并得到了一些答案,但我无法实现它们。
我已经设置了一个按钮来将语言从英语更改为威尔士语,只有大约 5 行英语,所以只需使用 .setText 手动更改每个框中的文本(也不支持威尔士语)。
我还需要更改按钮上的文本,这可行,但是一旦我更改了语言,其他按钮就无法正常工作。
一旦按下英语或威尔士语按钮(更改按钮的语言),calc、reset、calc2 和 reset2 按钮将停止执行它们设置的功能...但在按下两个按钮之前它们会工作.
这仍然是我的第一个应用程序,如果它很困惑,我深表歉意,我将包含所有代码,希望有人能看到我哪里出错了。
有问题的代码就在底部,英语和威尔士语按钮。
谢谢
public class MainActivity extends AppCompatActivity {
private EditText num1;
private EditText num2;
private EditText num3;
private EditText num4;
private TextView total;
private EditText num5;
private EditText num6;
private TextView total2;
private TextView abv1;
private TextView ml1;
private TextView quantity1;
private TextView removed1;
private TextView total1;
private TextView abv2;
private TextView ml2;
private TextView total22;
private TextView multi_title;
private TextView single_title;
public static double aroundUp(double number, int canDecimal) {
int cifras = (int) Math.pow(10, canDecimal);
return Math.ceil(number * cifras) / cifras;
}
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
multi_title = findViewById(R.id.multi_english);
single_title = findViewById(R.id.single_english);
num1 = findViewById(R.id.a1numberdec);
num2 = findViewById(R.id.a2number);
num3 = findViewById(R.id.a3number);
num4 = findViewById(R.id.a4number);
Button calc = findViewById(R.id.buttoncalc);
Button reset = findViewById(R.id.buttonreset);
total = findViewById(R.id.a5number);
num5 = findViewById(R.id.a6numberdec);
num6 = findViewById(R.id.a7number);
total2 = findViewById(R.id.a8number);
Button calc2 = findViewById(R.id.buttoncalc2);
Button reset2 = findViewById(R.id.buttonreset2);
abv1 = findViewById(R.id.abv);
ml1 = findViewById(R.id.ml);
quantity1 = findViewById(R.id.quantity);
removed1 = findViewById(R.id.removed1);
total1 = findViewById(R.id.total1);
abv2 = findViewById(R.id.abv2);
ml2 = findViewById(R.id.ml2);
total22 = findViewById(R.id.total2);
Button welsh = findViewById(R.id.welsh);
Button english = findViewById(R.id.english);
calc.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
if (num1.getText().toString().length() == 0) {
num1.setText("0");
}
if (num2.getText().toString().length() == 0) {
num2.setText("0");
}
if (num3.getText().toString().length() == 0) {
num3.setText("0");
}
if (num4.getText().toString().length() == 0) {
num4.setText("0");
}
double number1 = Double.parseDouble(num1.getText().toString());
double number2 = Double.parseDouble(num2.getText().toString());
double number3 = Double.parseDouble(num3.getText().toString());
double number4 = Double.parseDouble(num4.getText().toString());
double sum = (((number1 * number2) / 1000) * 0.5) * (number3 - number4);
total.setText(String.format("£%s", aroundUp(sum, 2)));
}
});
reset.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
num1.setText("");
num2.setText("");
num3.setText("");
num4.setText("");
total.setText("");
num1.requestFocus();
}
});
calc2.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
if (num5.getText().toString().length() == 0) {
num5.setText("0");
}
if (num6.getText().toString().length() == 0) {
num6.setText("0");
}
double number1 = Double.parseDouble(num5.getText().toString());
double number2 = Double.parseDouble(num6.getText().toString());
double sum = (((number1 * number2) / 1000) * 0.5);
total2.setText(String.format("£%s", aroundUp(sum, 2)));
}
});
reset2.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
num5.setText("");
num6.setText("");
total2.setText("");
num5.requestFocus();
}
});
welsh.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
abv1.setText("abv% fesul can/botel?");
ml1.setText("ml fesul can / botel?");
quantity1.setText("Nifer yn y pecyn llawn?");
removed1.setText("Nifer wedi'i dynnu \n o becyn?");
total1.setText("Gellir lleihau'r cyn \n lleied o gynnyrch i -");
abv2.setText("abv% fesul can/botel?");
ml2.setText("ml per can/bottle?");
total22.setText("Gellir lleihau'r cyn \n lleied o gynnyrch i -");
multi_title.setText("Cyfrifiannell Lluosog");
single_title.setText("Cyfrifiannell Potel Sengl");
Button calc = findViewById(R.id.buttoncalc);
calc.setOnClickListener(this);
calc.setText("Cyfrifo");
Button reset = findViewById(R.id.buttonreset);
reset.setOnClickListener(this);
reset.setText("Ail gychwyn");
Button calc2 = findViewById(R.id.buttoncalc2);
calc2.setOnClickListener(this);
calc2.setText("Cyfrifo");
Button reset2 = findViewById(R.id.buttonreset2);
reset2.setOnClickListener(this);
reset2.setText("Ail gychwyn");
}
});
english.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
abv1.setText("abv % per can/bottle?");
ml1.setText("ml per can/bottle?");
quantity1.setText("Quantity in full pack?");
removed1.setText("Quantity removed \n from pack?");
total1.setText("Minimum product can \n be reduced to - ");
abv2.setText("abv % per can/bottle?");
ml2.setText("ml per can/bottle?");
total22.setText("Minimum product can \n be reduced to - ");
Button calc = findViewById(R.id.buttoncalc);
calc.setOnClickListener(this);
calc.setText("Calculation");
Button reset = findViewById(R.id.buttonreset);
reset.setOnClickListener(this);
reset.setText("Reset");
Button calc2 = findViewById(R.id.buttoncalc2);
calc2.setOnClickListener(this);
calc2.setText("Calculation");
Button reset2 = findViewById(R.id.buttonreset2);
reset2.setOnClickListener(this);
reset2.setText("Reset");
multi_title.setText("Multipack Calculator");
single_title.setText("Single Bottle Calculator");
}
});
}
}
这是我最后一次问到的答案在下面,看起来不错,我在代码的不同地方尝试过,但总是出现某种形式或错误,原因可能是我如何列出了我的其余代码?
Button calc = findViewById(R.id.buttoncalc);
Button reset = findViewById(R.id.buttonreset);
Button calc2 = findViewById(R.id.buttoncalc2);
Button reset2 = findViewById(R.id.buttonreset2);
setClicks();
english.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
quantity1.setText("Quantity");
total1.setText("Minimum");
calc.setText("Calculation");
reset.setText("Reset");
calc2.setText("Calculation");
reset2.setText("Reset");
multi_title.setText("Multi Calculator");
single_title.setText("Single Calculator");
}
});
private void setClicks() {
calc.setOnClickListener(this);
reset.setOnClickListener(this);
calc2.setOnClickListener(this);
reset2.setOnClickListener(this);
}
最佳答案
试试这个代码,我认为问题是重新初始化和 setOnclickListener() 再次
public class MainActivity extends AppCompatActivity {
private EditText num1;
private EditText num2;
private EditText num3;
private EditText num4;
private TextView total;
private EditText num5;
private EditText num6;
private TextView total2;
private TextView abv1;
private TextView ml1;
private TextView quantity1;
private TextView removed1;
private TextView total1;
private TextView abv2;
private TextView ml2;
private TextView total22;
private TextView multi_title;
private TextView single_title;
public static double aroundUp(double number, int canDecimal) {
int cifras = (int) Math.pow(10, canDecimal);
return Math.ceil(number * cifras) / cifras;
}
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
multi_title = findViewById(R.id.multi_english);
single_title = findViewById(R.id.single_english);
num1 = findViewById(R.id.a1numberdec);
num2 = findViewById(R.id.a2number);
num3 = findViewById(R.id.a3number);
num4 = findViewById(R.id.a4number);
final Button calc = findViewById(R.id.buttoncalc);
final Button reset = findViewById(R.id.buttonreset);
total = findViewById(R.id.a5number);
num5 = findViewById(R.id.a6numberdec);
num6 = findViewById(R.id.a7number);
total2 = findViewById(R.id.a8number);
final Button calc2 = findViewById(R.id.buttoncalc2);
final Button reset2 = findViewById(R.id.buttonreset2);
abv1 = findViewById(R.id.abv);
ml1 = findViewById(R.id.ml);
quantity1 = findViewById(R.id.quantity);
removed1 = findViewById(R.id.removed1);
total1 = findViewById(R.id.total1);
abv2 = findViewById(R.id.abv2);
ml2 = findViewById(R.id.ml2);
total22 = findViewById(R.id.total2);
Button welsh = findViewById(R.id.welsh);
Button english = findViewById(R.id.english);
calc.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
if (num1.getText().toString().length() == 0) {
num1.setText("0");
}
if (num2.getText().toString().length() == 0) {
num2.setText("0");
}
if (num3.getText().toString().length() == 0) {
num3.setText("0");
}
if (num4.getText().toString().length() == 0) {
num4.setText("0");
}
double number1 = Double.parseDouble(num1.getText().toString());
double number2 = Double.parseDouble(num2.getText().toString());
double number3 = Double.parseDouble(num3.getText().toString());
double number4 = Double.parseDouble(num4.getText().toString());
double sum = (((number1 * number2) / 1000) * 0.5) * (number3 - number4);
total.setText(String.format("£%s", aroundUp(sum, 2)));
}
});
reset.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
num1.setText("");
num2.setText("");
num3.setText("");
num4.setText("");
total.setText("");
num1.requestFocus();
}
});
calc2.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
if (num5.getText().toString().length() == 0) {
num5.setText("0");
}
if (num6.getText().toString().length() == 0) {
num6.setText("0");
}
double number1 = Double.parseDouble(num5.getText().toString());
double number2 = Double.parseDouble(num6.getText().toString());
double sum = (((number1 * number2) / 1000) * 0.5);
total2.setText(String.format("£%s", aroundUp(sum, 2)));
}
});
reset2.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
num5.setText("");
num6.setText("");
total2.setText("");
num5.requestFocus();
}
});
welsh.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
abv1.setText("abv% fesul can/botel?");
ml1.setText("ml fesul can / botel?");
quantity1.setText("Nifer yn y pecyn llawn?");
removed1.setText("Nifer wedi'i dynnu \n o becyn?");
total1.setText("Gellir lleihau'r cyn \n lleied o gynnyrch i -");
abv2.setText("abv% fesul can/botel?");
ml2.setText("ml per can/bottle?");
total22.setText("Gellir lleihau'r cyn \n lleied o gynnyrch i -");
multi_title.setText("Cyfrifiannell Lluosog");
single_title.setText("Cyfrifiannell Potel Sengl");
calc.setText("Cyfrifo");
reset.setText("Ail gychwyn");
calc2.setText("Cyfrifo");
reset2.setText("Ail gychwyn");
}
});
english.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
abv1.setText("abv % per can/bottle?");
ml1.setText("ml per can/bottle?");
quantity1.setText("Quantity in full pack?");
removed1.setText("Quantity removed \n from pack?");
total1.setText("Minimum product can \n be reduced to - ");
abv2.setText("abv % per can/bottle?");
ml2.setText("ml per can/bottle?");
total22.setText("Minimum product can \n be reduced to - ");
calc.setText("Calculation");
reset.setText("Reset");
calc2.setText("Calculation");
reset2.setText("Reset");
multi_title.setText("Multipack Calculator");
single_title.setText("Single Bottle Calculator");
}
});
}
}
Or You have to implement View.OnclickListener and assign check id of clicked View.
关于android - 单击不同的按钮时如何更改按钮文本并使其功能相同?安卓,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54533243/
我想将 EditText 始终设置为 LTR,我该怎么做?android:textDirection 似乎确实是答案,我无法让项目使用该指令进行编译 最佳答案 为 editText 使用引力 andr
我希望我的应用在每次打开时都显示登录屏幕。使用 android:clearTaskOnLaunch="true" 一切正常。但是有一个错误,只有在手机关机并且应用程序首先使用小部件启动时才会发生。 I
实际上我的要求是我想将动态文件加载到像图像一样的网页中。视频,音频等,它来自 Assets 或应用程序自己的文件目录,这不是问题。 我尝试使用以下两种方式。 方式一 这是我的 html 文件在 ass
我正在触发一个 DatePickerDialog,在 api 22 (Android 5.1) 之前它一直在工作并显示良好,我在上面设置混合和最大日期(最小 = 当前日期,最大 = 从当前日期开始的
我有一个 ListView ,我在其中将标题 View 添加到该列表。一切都很好,但是当滚动列表 headerview 也随着列表移动时,所以我想避免 headerview 滚动,我的意思是当我列表到
虽然我在android上做过一些app,但我还是一头雾水。是否可以使用 SDK 4.0 中的功能,并在 android 2.1 或更低版本上运行该应用程序? 我尝试了你们提到的方法,但出现错误 - F
您好,我正在开发小型 android 应用程序,我想在其中显示带有一些元素的简单 gridview。它工作正常。唯一的问题是即使有空间,它也总是只显示两列。它平均将屏幕分成 2 列并仅显示两个元素。如
我正在使用 Android 2.3.3 API 构建一个应用程序。我需要识别方向的变化并执行一些操作。所以我在 Android Manifest 中添加了以下内容, android:configCha
我正在尝试在“点击”包含特定 MIME 类型的 nfc 标签时开始一项 Activity 。我制作了一个 mime 类型为“text/plain”的标签,并将其添加到 list 中:
我可以将一些数据保存到文件中 val byteArrayOutputStream = ByteArrayOutputStream() byteArrayOutputStream.wri
我正在尝试解析一个包含复杂阿拉伯字母的 XML 文件.. 当我在 android 2.3.7 上测试时,并不是所有的阿拉伯字母都被支持,仍然有一些复杂的显示为方 block .. 但是在 androi
我需要编写一个方法来确定设备是平板电脑还是手机。我不需要根据这个显示不同的用户界面。我只需要有关设备的信息,以便将来我可以将其发送到指标。 在互联网上,我找到了很多方法来确定设备是否是平板电脑。我已经
我正在玩文字转语音,让我的测试应用程序更有趣。它适用于模拟器,但不适用于我的手机,因为我的默认语言环境不是英语。 但是,文本是英文的,所以 tts 当然应该使用英文。据我所知,我可以实现一个自动安装,
我正在使用 MVVM 和整洁的架构编写应用程序。在其中一个屏幕上,我需要使用 pagination 实现 RecyclerView。我将使用库 Paging3。 Android 开发者推荐在存储库层使
这个问题在这里已经有了答案: I lost my .keystore file? (12 个回答) 4年前关闭。 当我以前的操作系统损坏并安装新的(7 月 3 日)时,以前的 android_key_
我正在使用 MVVM 和整洁的架构编写应用程序。在其中一个屏幕上,我需要使用 pagination 实现 RecyclerView。我将使用库 Paging3。 Android 开发者推荐在存储库层使
在我的 v27\style.xml 中,我有以下代码来设置白色导航栏: @color/colorPrimary @color/colorPrimaryDark @color/
我想通过发送电子邮件 startActivity(Intent.createChooser(new Intent(android.content.Intent.ACTION_SEND))) 我知道要将
我实现了一个自定义 ListView ,它看起来像 Twitter 时间线。 adapter = new MyClickableListAdapter(this, R.layout.timeline,
我有一个显示启动画面的自定义对话框; mSplashDialog = new Dialog(MyActivity.this,R.layout.splash); mSplashDialog.setCon
我是一名优秀的程序员,十分优秀!