Skip to content

Commit

Permalink
Update Version 0.4 (Beta) - TicketBusApp
Browse files Browse the repository at this point in the history
  • Loading branch information
Johanes14 committed Dec 23, 2022
1 parent edd25f3 commit 0a01631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions app/src/main/java/com/rtx14/ticketbus/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

public class MainActivity extends AppCompatActivity {

Button btnLogout, btnBooking, btnLihatTiket, btnIsiSaldo;
Button btnLogout, btnBooking, btnLihatTiket;
EditText edNamaPenumpang;
Spinner spUsedBis, spUsedKelas, spBerangkatKota, spTibaKota, spOrangDewasa, spOrangAnak;
SharedPreferences sharedPreferences;
Expand All @@ -45,7 +45,6 @@ protected void onCreate(Bundle savedInstanceState) {
btnLogout = findViewById(R.id.btnLogout);
btnBooking = findViewById(R.id.btnBooking);
btnLihatTiket = findViewById(R.id.btnLihatTiket);
btnIsiSaldo = findViewById(R.id.btnIsiSaldo);

edNamaPenumpang = findViewById(R.id.edNamaPenumpang);

Expand Down

0 comments on commit 0a01631

Please sign in to comment.