File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
java/com/example/kalkulator/activities Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ protected void onCreate(Bundle savedInstanceState)
25
25
btnSimpleCalculator = findViewById (R .id .btn_simple_calculator );
26
26
btnAdvancedCalculator = findViewById (R .id .btn_advanced_calculator );
27
27
btnAbout = findViewById (R .id .btn_about );
28
- btnExit = findViewById (R .id .btn_close_app );
28
+ btnExit = findViewById (R .id .btn_exit );
29
29
30
30
btnSimpleCalculator .setOnClickListener (this ::btnSimpleCalculatorOnClick );
31
31
btnAdvancedCalculator .setOnClickListener (this ::btnAdvancedCalculatorOnClick );
Original file line number Diff line number Diff line change 50
50
android : layout_height =" wrap_content"
51
51
app : layout_constraintStart_toStartOf =" parent"
52
52
app : layout_constraintEnd_toEndOf =" parent"
53
- app : layout_constraintBottom_toTopOf =" @id/btn_close_app "
53
+ app : layout_constraintBottom_toTopOf =" @id/btn_exit "
54
54
android : layout_marginBottom =" 10dp" />
55
55
56
56
<Button
57
- android : id =" @+id/btn_close_app "
57
+ android : id =" @+id/btn_exit "
58
58
android : text =" Exit"
59
59
android : textSize =" 24sp"
60
60
android : paddingHorizontal =" 50dp"
Original file line number Diff line number Diff line change 53
53
android : layout_height =" wrap_content"
54
54
app : layout_constraintStart_toStartOf =" parent"
55
55
app : layout_constraintEnd_toEndOf =" parent"
56
- app : layout_constraintBottom_toTopOf =" @id/btn_close_app "
56
+ app : layout_constraintBottom_toTopOf =" @id/btn_exit "
57
57
android : layout_marginBottom =" 30dp" />
58
58
59
59
<Button
60
- android : id =" @+id/btn_close_app "
60
+ android : id =" @+id/btn_exit "
61
61
android : text =" Exit"
62
62
android : textSize =" 48sp"
63
63
android : paddingVertical =" 10dp"
Original file line number Diff line number Diff line change 53
53
android : layout_height =" wrap_content"
54
54
app : layout_constraintStart_toStartOf =" parent"
55
55
app : layout_constraintEnd_toEndOf =" parent"
56
- app : layout_constraintBottom_toTopOf =" @id/btn_close_app "
56
+ app : layout_constraintBottom_toTopOf =" @id/btn_exit "
57
57
android : layout_marginBottom =" 40dp" />
58
58
59
59
<Button
60
- android : id =" @+id/btn_close_app "
60
+ android : id =" @+id/btn_exit "
61
61
android : text =" Exit"
62
62
android : textSize =" 48sp"
63
63
android : paddingVertical =" 10dp"
Original file line number Diff line number Diff line change 53
53
android : layout_height =" wrap_content"
54
54
app : layout_constraintStart_toStartOf =" parent"
55
55
app : layout_constraintEnd_toEndOf =" parent"
56
- app : layout_constraintBottom_toTopOf =" @id/btn_close_app "
56
+ app : layout_constraintBottom_toTopOf =" @id/btn_exit "
57
57
android : layout_marginBottom =" 20dp" />
58
58
59
59
<Button
60
- android : id =" @+id/btn_close_app "
60
+ android : id =" @+id/btn_exit "
61
61
android : text =" Exit"
62
62
android : textSize =" 24sp"
63
63
android : paddingVertical =" 10dp"
You can’t perform that action at this time.
0 commit comments