戻る
activity_main.xml
<?xml version="1.0" encoding="UTF-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
tools:context=".MainActivity"
android:layout_height="match_parent"
android:layout_width="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android">
<TableLayout
android:layout_height="match_parent"
android:layout_width="match_parent"
android:stretchColumns="0,1,2,3">
<TableRow
android:layout_height="match_parent"
android:layout_width="match_parent"
style="?attr/actionBarStyle">
<TextView
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:id="@+id/textView4" />
</TableRow>
<TableRow
android:layout_height="match_parent"
android:layout_width="match_parent"
style="?attr/actionBarStyle">
<TextView
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:id="@+id/textView3" />
</TableRow>
<TableRow
android:layout_height="match_parent"
android:layout_width="match_parent"
style="?attr/actionBarStyle">
<TextView
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:id="@+id/textView2" />
</TableRow>
<TableRow
android:layout_height="match_parent"
android:layout_width="match_parent"
style="?attr/actionBarStyle">
<TextView
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:id="@+id/textView1" />
</TableRow>
<TableRow
android:layout_height="match_parent"
android:layout_width="match_parent"
style="?attr/actionBarStyle">
<EditText
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:id="@+id/textView0" />
</TableRow>
<TableRow
android:layout_height="wrap_content"
android:layout_width="match_parent"
style="?attr/actionBarStyle">
<Button
android:id="@+id/button_enter"
style="?attr/buttonBarButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="ENTER" />
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_eval"
android:text="EVAL"/>
<Button
android:id="@+id/button_c"
style="?attr/buttonBarButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="C" />
<Button
android:id="@+id/button_clear"
style="?attr/buttonBarButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="CLEAR" />
</TableRow>
<TableRow
android:layout_height="wrap_content"
android:layout_width="match_parent"
style="?attr/actionBarStyle">
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_keigen"
android:text="軽減"/>
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_hyoujun"
android:text="標準"/>
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_swap"
android:text="SWAP"/>
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_drop"
android:text="DROP"/>
</TableRow>
<TableRow
android:layout_height="wrap_content"
android:layout_width="match_parent"
style="?attr/actionBarStyle">
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_7"
android:text="7" />
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_8"
android:text="8" />
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_9"
android:text="9" />
<Button
android:id="@+id/button_div"
style="?attr/buttonBarButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="/" />
</TableRow>
<TableRow
android:layout_height="wrap_content"
android:layout_width="match_parent"
style="?attr/actionBarStyle">
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_4"
android:text="4" />
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_5"
android:text="5" />
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_6"
android:text="6" />
<Button
android:id="@+id/button_multi"
android:text="*"
style="?attr/buttonBarButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</TableRow>
<TableRow
android:layout_height="wrap_content"
android:layout_width="match_parent"
style="?attr/actionBarStyle">
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_1"
android:text="1" />
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_2"
android:text="2" />
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_3"
android:text="3" />
<Button
android:id="@+id/button_sub"
style="?attr/buttonBarButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="-" />
</TableRow>
<TableRow
android:layout_height="match_parent"
android:layout_width="match_parent"
style="?attr/actionBarStyle">
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_0"
android:text="0" />
<Button
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="?attr/buttonBarButtonStyle"
android:id="@+id/button_dot"
android:text="." />
<Button
android:id="@+id/button_bs"
style="?attr/buttonBarButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="BS" />
<Button
android:id="@+id/button_add"
style="?attr/buttonBarButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="+" />
</TableRow>
</TableLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
(2021.10.20. 初版)
戻る