diff --git a/MyApp_1/.idea/.gitignore b/MyApp_1/.idea/.gitignore
deleted file mode 100644
index 26d3352..0000000
--- a/MyApp_1/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/MyApp_1/.idea/compiler.xml b/MyApp_1/.idea/compiler.xml
deleted file mode 100644
index b589d56..0000000
--- a/MyApp_1/.idea/compiler.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MyApp_1/.idea/gradle.xml b/MyApp_1/.idea/gradle.xml
deleted file mode 100644
index ae388c2..0000000
--- a/MyApp_1/.idea/gradle.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MyApp_1/.idea/misc.xml b/MyApp_1/.idea/misc.xml
deleted file mode 100644
index 8978d23..0000000
--- a/MyApp_1/.idea/misc.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MyApp_1/app/build.gradle.kts b/MyApp_1/app/build.gradle.kts
index 2d9a67b..6b6e5c9 100644
--- a/MyApp_1/app/build.gradle.kts
+++ b/MyApp_1/app/build.gradle.kts
@@ -33,6 +33,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.8.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
+ implementation("com.google.android.gms:play-services-maps:18.2.0")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
diff --git a/MyApp_1/app/src/main/AndroidManifest.xml b/MyApp_1/app/src/main/AndroidManifest.xml
index 0ca37a4..df849b2 100644
--- a/MyApp_1/app/src/main/AndroidManifest.xml
+++ b/MyApp_1/app/src/main/AndroidManifest.xml
@@ -1,38 +1,38 @@
+ package="com.example.myapp_1">
-
+
+
+
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/Menu.java b/MyApp_1/app/src/main/java/com/example/myapp_1/Menu.java
new file mode 100644
index 0000000..8154bb8
--- /dev/null
+++ b/MyApp_1/app/src/main/java/com/example/myapp_1/Menu.java
@@ -0,0 +1,131 @@
+
+
+ /*
+ * This content is generated from the API File Info.
+ * (Alt+Shift+Ctrl+I).
+ *
+ * @desc
+ * @file begin
+ * @date Wednesday 01st of November 2023 05:44:03 PM
+ * @title Page 1
+ * @author
+ * @keywords
+ * @generator Export Kit v1.3.figma
+ *
+ */
+
+
+ package com.example.myapp_1;
+
+ import android.app.Activity;
+ import android.content.Intent;
+ import android.os.Bundle;
+
+
+ import android.view.View;
+ import android.widget.ImageView;
+ import android.widget.TextView;
+
+ public class Menu extends Activity {
+
+
+ private View _bg__hamburger_menu_ek2;
+ private View side_bar_white_frame;
+ private View side_bar_blue_frame;
+ private View _bg__side_bar_icon_ek1;
+ private ImageView vector;
+ private ImageView vector_ek1;
+ private TextView name;
+ private TextView trains;
+ private TextView schedule;
+ private TextView stations;
+ private TextView app_version_1_0_0_0;
+ private View _bg__home_station_ek1;
+ private View station_icon_ellipse;
+ private ImageView station_icon;
+ private View _bg__home_notification_ek1;
+ private View notification_icon_ellipse;
+ private View _bg__notification_icon_ek1;
+ private ImageView notification_icon_ek2;
+ private View _bg__home_schedule_ek1;
+ private View schedule_icon_ellipse;
+ private View _bg__schedule_icon_ek1;
+ private View _bg__schedule_group_ek1;
+ private ImageView part6_cal;
+ private ImageView part5_cal;
+ private ImageView part4_cal;
+ private ImageView part3_cal;
+ private ImageView part2_cal;
+ private ImageView part1_cal;
+ private View _bg__home_train_ek1;
+ private View train_icon_ellipse_;
+ private View _bg__train_icon_ek1;
+ private ImageView train_icon_ek2;
+ private View _bg__home_trips_ek1;
+ private View trip_icon_ellipse;
+ private View _bg__trip_icon_ek1;
+ private ImageView trip_icon_ek2;
+ private TextView notification;
+ private TextView trips;
+
+ @Override
+ public void onCreate(Bundle savedInstanceState) {
+
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.hamburger_menu);
+
+ side_bar_blue_frame = (View) findViewById(R.id.side_bar_blue_frame);
+ _bg__side_bar_icon_ek1 = (View) findViewById(R.id._bg__side_bar_icon_ek1);
+ vector = (ImageView) findViewById(R.id.vector);
+ vector_ek1 = (ImageView) findViewById(R.id.vector_ek1);
+ name = (TextView) findViewById(R.id.name);
+ schedule = (TextView) findViewById(R.id.schedule);
+ app_version_1_0_0_0 = (TextView) findViewById(R.id.app_version_1_0_0_0);
+ notification_icon_ellipse = (View) findViewById(R.id.notification_icon_ellipse);
+ _bg__notification_icon_ek1 = (View) findViewById(R.id._bg__notification_icon_ek1);
+ notification_icon_ek2 = (ImageView) findViewById(R.id.notification_icon_ek2);
+ schedule_icon_ellipse = (View) findViewById(R.id.schedule_icon_ellipse);
+ _bg__schedule_icon_ek1 = (View) findViewById(R.id._bg__schedule_icon_ek1);
+ _bg__schedule_group_ek1 = (View) findViewById(R.id._bg__schedule_group_ek1);
+ part6_cal = (ImageView) findViewById(R.id.part6_cal);
+ part5_cal = (ImageView) findViewById(R.id.part5_cal);
+ part4_cal = (ImageView) findViewById(R.id.part4_cal);
+ part3_cal = (ImageView) findViewById(R.id.part3_cal);
+ part2_cal = (ImageView) findViewById(R.id.part2_cal);
+ part1_cal = (ImageView) findViewById(R.id.part1_cal);
+ trip_icon_ellipse = (View) findViewById(R.id.trip_icon_ellipse);
+ trip_icon_ek2 = (ImageView) findViewById(R.id.trip_icon_ek2);
+ notification = (TextView) findViewById(R.id.notification);
+ trips = (TextView) findViewById(R.id.trips);
+
+ // ...
+ notification_icon_ek2.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ Intent intent = new Intent(Menu.this, notifications_activity.class);
+ startActivity(intent);
+ }
+ });
+
+ part4_cal.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ Intent newscreen = new Intent(Menu.this, schedule_activity.class);
+ startActivity(newscreen);
+ }
+ });
+
+ trip_icon_ek2.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ Intent intent = new Intent(Menu.this, trips.class);
+ startActivity(intent);
+ }
+ });
+// ...
+
+ //custom code goes here
+
+ }
+ }
+
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/begin_activity.java b/MyApp_1/app/src/main/java/com/example/myapp_1/begin_activity.java
index de5177f..d26d3d7 100644
--- a/MyApp_1/app/src/main/java/com/example/myapp_1/begin_activity.java
+++ b/MyApp_1/app/src/main/java/com/example/myapp_1/begin_activity.java
@@ -18,25 +18,32 @@
package com.example.myapp_1;
import android.app.Activity;
+import android.content.Intent;
import android.os.Bundle;
+import android.os.Handler;
+
+import androidx.appcompat.app.AppCompatActivity;
-public class begin_activity extends Activity {
+ public class begin_activity extends Activity {
-
+ private static final int SPLASH_DURATION = 3000; // 3 seconds
- @Override
- public void onCreate(Bundle savedInstanceState) {
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.begin);
- super.onCreate(savedInstanceState);
- setContentView(R.layout.begin);
-
-
-
-
- //custom code goes here
-
+ new Handler().postDelayed(new Runnable() {
+ @Override
+ public void run() {
+ // Start the main activity after the splash duration
+ Intent intent = new Intent(begin_activity.this, getinh_started_activity.class);
+ startActivity(intent);
+ finish(); // Close the splash screen activity
+ }
+ }, SPLASH_DURATION);
+ }
}
-}
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/getinh_started_2_activity.java b/MyApp_1/app/src/main/java/com/example/myapp_1/getinh_started_2_activity.java
index 4d16a8c..5f456f1 100644
--- a/MyApp_1/app/src/main/java/com/example/myapp_1/getinh_started_2_activity.java
+++ b/MyApp_1/app/src/main/java/com/example/myapp_1/getinh_started_2_activity.java
@@ -62,13 +62,6 @@ public class getinh_started_2_activity extends Activity {
_bg__getinh_started_2_ek2 = (View) findViewById(R.id._bg__getinh_started_2_ek2);
image_4 = (ImageView) findViewById(R.id.image_4);
- _bg__iphone_status_bar_ek1 = (View) findViewById(R.id._bg__iphone_status_bar_ek1);
- wifi = (ImageView) findViewById(R.id.wifi);
- _bg____battery_ek1 = (View) findViewById(R.id._bg____battery_ek1);
- fill = (ImageView) findViewById(R.id.fill);
- outline = (ImageView) findViewById(R.id.outline);
- reception = (ImageView) findViewById(R.id.reception);
- time = (TextView) findViewById(R.id.time);
rectangle_43 = (ImageView) findViewById(R.id.rectangle_43);
_home_indicator = (View) findViewById(R.id._home_indicator);
find_your_trains_easily_and_buy_tickets_online_ = (TextView) findViewById(R.id.find_your_trains_easily_and_buy_tickets_online_);
@@ -95,13 +88,20 @@ public class getinh_started_2_activity extends Activity {
}
});
-
+
+ skip.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ Intent nextscreen = new Intent(getApplicationContext(), home2.class);
+ startActivity(nextscreen);
+ }
+ });
_rectangle_8.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
- Intent nextScreen = new Intent(getApplicationContext(), home_activity.class);
+ Intent nextScreen = new Intent(getApplicationContext(),home2.class);
startActivity(nextScreen);
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/getinh_started_activity.java b/MyApp_1/app/src/main/java/com/example/myapp_1/getinh_started_activity.java
index fe7c436..ad13a59 100644
--- a/MyApp_1/app/src/main/java/com/example/myapp_1/getinh_started_activity.java
+++ b/MyApp_1/app/src/main/java/com/example/myapp_1/getinh_started_activity.java
@@ -62,30 +62,20 @@ public class getinh_started_activity extends Activity {
_bg__getinh_started_ek2 = (View) findViewById(R.id._bg__getinh_started_ek2);
_image_4 = (ImageView) findViewById(R.id._image_4);
- _bg__iphone_status_bar_ek1 = (View) findViewById(R.id._bg__iphone_status_bar_ek1);
- wifi = (ImageView) findViewById(R.id.wifi);
- _bg____battery_ek1 = (View) findViewById(R.id._bg____battery_ek1);
- fill = (ImageView) findViewById(R.id.fill);
- outline = (ImageView) findViewById(R.id.outline);
- reception = (ImageView) findViewById(R.id.reception);
- time = (TextView) findViewById(R.id.time);
rectangle_43 = (ImageView) findViewById(R.id.rectangle_43);
_home_indicator = (View) findViewById(R.id._home_indicator);
alexandria_s_tram_prediction = (TextView) findViewById(R.id.alexandria_s_tram_prediction);
- _bg___group_15_ek1 = (View) findViewById(R.id._bg___group_15_ek1);
skip = (TextView) findViewById(R.id.skip);
vector = (ImageView) findViewById(R.id.vector);
- _bg__group_13_ek1 = (View) findViewById(R.id._bg__group_13_ek1);
ellipse_12 = (View) findViewById(R.id.ellipse_12);
ellipse_14 = (View) findViewById(R.id.ellipse_14);
ellipse_13 = (View) findViewById(R.id.ellipse_13);
this_app_will_provide_accurate_tram_arriving_time_at_selected_stations = (TextView) findViewById(R.id.this_app_will_provide_accurate_tram_arriving_time_at_selected_stations);
_rectangle_8 = (View) findViewById(R.id._rectangle_8);
- _bg___group_12_ek1 = (View) findViewById(R.id._bg___group_12_ek1);
get_started = (TextView) findViewById(R.id.get_started);
-
-
- _image_4.setOnClickListener(new View.OnClickListener() {
+
+
+ skip.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
@@ -95,20 +85,6 @@ public class getinh_started_activity extends Activity {
}
});
-
-
- _home_indicator.setOnClickListener(new View.OnClickListener() {
-
- public void onClick(View v) {
-
- Intent nextScreen = new Intent(getApplicationContext(), begin_activity.class);
- startActivity(nextScreen);
-
-
- }
- });
-
-
_rectangle_8.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/home2.java b/MyApp_1/app/src/main/java/com/example/myapp_1/home2.java
new file mode 100644
index 0000000..d7674cb
--- /dev/null
+++ b/MyApp_1/app/src/main/java/com/example/myapp_1/home2.java
@@ -0,0 +1,88 @@
+
+
+ /*
+ * This content is generated from the API File Info.
+ * (Alt+Shift+Ctrl+I).
+ *
+ * @desc
+ * @file begin
+ * @date Wednesday 01st of November 2023 06:23:03 PM
+ * @title Page 1
+ * @author
+ * @keywords
+ * @generator Export Kit v1.3.figma
+ *
+ */
+
+
+ package com.example.myapp_1;
+
+ import android.app.Activity;
+ import android.content.Intent;
+ import android.os.Bundle;
+
+
+ import android.view.View;
+ import android.widget.ImageView;
+ import android.widget.TextView;
+
+ import com.example.myapp_1.Menu;
+
+ public class home2 extends Activity {
+
+
+ private View _bg__choose_ek2;
+ private ImageView train_image;
+ private View _bg__menu_ek1;
+ private ImageView menu_vector_3;
+ private ImageView menu_vector_2;
+ private ImageView menu_vector_1;
+ private TextView good_evening___;
+ private View _bg__arrival_group_ek1;
+ private View _bg__arrival_carton_ek1;
+ private ImageView arrval_bus_icon;
+ private TextView arrival_time_;
+ private TextView victoria;
+ private TextView predicted_time;
+ private View _bg__arrival_carton_ek3;
+ private ImageView arrival_carton_icon;
+ private View arrival_vector_ellipse;
+ private ImageView arrival_vector;
+
+ @Override
+ public void onCreate(Bundle savedInstanceState) {
+
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_home3);
+
+
+ _bg__choose_ek2 = (View) findViewById(R.id._bg__choose_ek2);
+ train_image = (ImageView) findViewById(R.id.train_image);
+ _bg__menu_ek1 = (View) findViewById(R.id._bg__menu_ek1);
+ menu_vector_3 = (ImageView) findViewById(R.id.menu_vector_3);
+ menu_vector_2 = (ImageView) findViewById(R.id.menu_vector_2);
+ menu_vector_1 = (ImageView) findViewById(R.id.menu_vector_1);
+ good_evening___ = (TextView) findViewById(R.id.good_evening___);
+ _bg__arrival_group_ek1 = (View) findViewById(R.id._bg__arrival_group_ek1);
+ _bg__arrival_carton_ek1 = (View) findViewById(R.id._bg__arrival_carton_ek1);
+ arrval_bus_icon = (ImageView) findViewById(R.id.arrval_bus_icon);
+ arrival_time_ = (TextView) findViewById(R.id.arrival_time_);
+ victoria = (TextView) findViewById(R.id.victoria);
+ predicted_time = (TextView) findViewById(R.id.predicted_time);
+ _bg__arrival_carton_ek3 = (View) findViewById(R.id._bg__arrival_carton_ek3);
+ arrival_carton_icon = (ImageView) findViewById(R.id.arrival_carton_icon);
+ arrival_vector_ellipse = (View) findViewById(R.id.arrival_vector_ellipse);
+ arrival_vector = (ImageView) findViewById(R.id.arrival_vector);
+
+ _bg__menu_ek1.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ Intent intent = new Intent(home2.this, Menu.class);
+ startActivity(intent);
+ }
+ });
+ //custom code goes here
+
+ }
+ }
+
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/home_activity.java b/MyApp_1/app/src/main/java/com/example/myapp_1/home_activity.java
deleted file mode 100644
index 8288602..0000000
--- a/MyApp_1/app/src/main/java/com/example/myapp_1/home_activity.java
+++ /dev/null
@@ -1,160 +0,0 @@
-
-
- /*
- * This content is generated from the API File Info.
- * (Alt+Shift+Ctrl+I).
- *
- * @desc
- * @file bxs_wallet
- * @date Saturday 28th of October 2023 06:29:20 AM
- * @title Page 1
- * @author
- * @keywords
- * @generator Export Kit v1.3.figma
- *
- */
-
-
-package com.example.myapp_1;
-
-import android.app.Activity;
-import android.os.Bundle;
-
-
-import android.view.View;
-import android.widget.ImageView;
-import android.widget.TextView;
-
-public class home_activity extends Activity {
-
-
- private View _bg__home_ek2;
- private ImageView image_7;
- private ImageView tram_1;
- private View _bg__iphone_status_bar_ek1;
- private ImageView wifi;
- private View _bg____battery_ek1;
- private ImageView fill;
- private ImageView outline;
- private ImageView reception;
- private TextView time;
- private View _bg___group_12_ek1;
- private TextView next;
- private View _bg___eva_menu_outline_ek1;
- private ImageView vector;
- private ImageView vector_ek1;
- private ImageView vector_ek2;
- private View _bg__fe_search_ek1;
- private ImageView vector_ek3;
- private TextView good_evening___7amo;
- private ImageView rectangle_43;
- private View _bg___group_24_ek1;
- private TextView trips;
- private View ellipse_7;
- private View _bg______icon__route__ek1;
- private ImageView vector_ek4;
- private View _bg__group_23_ek1;
- private TextView trains;
- private View ellipse_7_ek1;
- private View _bg__map_train_station_ek1;
- private ImageView vector_ek5;
- private View home_indicator;
- private View _bg___group_14_ek1;
- private TextView trains_ek1;
- private View ellipse_7_ek2;
- private View _bg__map_train_station_ek3;
- private ImageView vector_ek6;
- private View _bg___group_19_ek1;
- private TextView schedule;
- private View ellipse_9;
- private View _bg__healthicons_i_schedule_school_date_time_ek1;
- private View _bg__group_ek1;
- private ImageView vector_ek7;
- private ImageView vector_ek8;
- private ImageView vector_ek9;
- private ImageView vector_ek10;
- private ImageView vector_ek11;
- private ImageView vector_ek12;
- private View _bg___group_21_ek1;
- private TextView notifications;
- private View ellipse_12;
- private View _bg__ic_sharp_notifications_ek1;
- private ImageView vector_ek13;
- private View _bg___group_22_ek1;
- private TextView stations;
- private View ellipse_11;
- private ImageView image_5;
- private View rectangle_44;
-
- @Override
- public void onCreate(Bundle savedInstanceState) {
-
- super.onCreate(savedInstanceState);
- setContentView(R.layout.home);
-
-
- _bg__home_ek2 = (View) findViewById(R.id._bg__home_ek2);
- image_7 = (ImageView) findViewById(R.id.image_7);
- tram_1 = (ImageView) findViewById(R.id.tram_1);
- _bg__iphone_status_bar_ek1 = (View) findViewById(R.id._bg__iphone_status_bar_ek1);
- wifi = (ImageView) findViewById(R.id.wifi);
- _bg____battery_ek1 = (View) findViewById(R.id._bg____battery_ek1);
- fill = (ImageView) findViewById(R.id.fill);
- outline = (ImageView) findViewById(R.id.outline);
- reception = (ImageView) findViewById(R.id.reception);
- time = (TextView) findViewById(R.id.time);
- _bg___group_12_ek1 = (View) findViewById(R.id._bg___group_12_ek1);
- next = (TextView) findViewById(R.id.next);
- _bg___eva_menu_outline_ek1 = (View) findViewById(R.id._bg___eva_menu_outline_ek1);
- vector = (ImageView) findViewById(R.id.vector);
- vector_ek1 = (ImageView) findViewById(R.id.vector_ek1);
- vector_ek2 = (ImageView) findViewById(R.id.vector_ek2);
- _bg__fe_search_ek1 = (View) findViewById(R.id._bg__fe_search_ek1);
- vector_ek3 = (ImageView) findViewById(R.id.vector_ek3);
- good_evening___7amo = (TextView) findViewById(R.id.good_evening___7amo);
- rectangle_43 = (ImageView) findViewById(R.id.rectangle_43);
- _bg___group_24_ek1 = (View) findViewById(R.id._bg___group_24_ek1);
- trips = (TextView) findViewById(R.id.trips);
- ellipse_7 = (View) findViewById(R.id.ellipse_7);
- _bg______icon__route__ek1 = (View) findViewById(R.id._bg______icon__route__ek1);
- vector_ek4 = (ImageView) findViewById(R.id.vector_ek4);
- _bg__group_23_ek1 = (View) findViewById(R.id._bg__group_23_ek1);
- trains = (TextView) findViewById(R.id.trains);
- ellipse_7_ek1 = (View) findViewById(R.id.ellipse_7_ek1);
- _bg__map_train_station_ek1 = (View) findViewById(R.id._bg__map_train_station_ek1);
- vector_ek5 = (ImageView) findViewById(R.id.vector_ek5);
- home_indicator = (View) findViewById(R.id.home_indicator);
- _bg___group_14_ek1 = (View) findViewById(R.id._bg___group_14_ek1);
- trains_ek1 = (TextView) findViewById(R.id.trains_ek1);
- ellipse_7_ek2 = (View) findViewById(R.id.ellipse_7_ek2);
- _bg__map_train_station_ek3 = (View) findViewById(R.id._bg__map_train_station_ek3);
- vector_ek6 = (ImageView) findViewById(R.id.vector_ek6);
- _bg___group_19_ek1 = (View) findViewById(R.id._bg___group_19_ek1);
- schedule = (TextView) findViewById(R.id.schedule);
- ellipse_9 = (View) findViewById(R.id.ellipse_9);
- _bg__healthicons_i_schedule_school_date_time_ek1 = (View) findViewById(R.id._bg__healthicons_i_schedule_school_date_time_ek1);
- _bg__group_ek1 = (View) findViewById(R.id._bg__group_ek1);
- vector_ek7 = (ImageView) findViewById(R.id.vector_ek7);
- vector_ek8 = (ImageView) findViewById(R.id.vector_ek8);
- vector_ek9 = (ImageView) findViewById(R.id.vector_ek9);
- vector_ek10 = (ImageView) findViewById(R.id.vector_ek10);
- vector_ek11 = (ImageView) findViewById(R.id.vector_ek11);
- vector_ek12 = (ImageView) findViewById(R.id.vector_ek12);
- _bg___group_21_ek1 = (View) findViewById(R.id._bg___group_21_ek1);
- notifications = (TextView) findViewById(R.id.notifications);
- ellipse_12 = (View) findViewById(R.id.ellipse_12);
- _bg__ic_sharp_notifications_ek1 = (View) findViewById(R.id._bg__ic_sharp_notifications_ek1);
- vector_ek13 = (ImageView) findViewById(R.id.vector_ek13);
- _bg___group_22_ek1 = (View) findViewById(R.id._bg___group_22_ek1);
- stations = (TextView) findViewById(R.id.stations);
- ellipse_11 = (View) findViewById(R.id.ellipse_11);
- image_5 = (ImageView) findViewById(R.id.image_5);
- rectangle_44 = (View) findViewById(R.id.rectangle_44);
-
-
- //custom code goes here
-
- }
-}
-
-
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/login_page_activity.java b/MyApp_1/app/src/main/java/com/example/myapp_1/login_page_activity.java
index d5b6237..b88bea0 100644
--- a/MyApp_1/app/src/main/java/com/example/myapp_1/login_page_activity.java
+++ b/MyApp_1/app/src/main/java/com/example/myapp_1/login_page_activity.java
@@ -41,13 +41,6 @@ public class login_page_activity extends Activity {
_bg__login_page_ek2 = (View) findViewById(R.id._bg__login_page_ek2);
rectangle_7 = (View) findViewById(R.id.rectangle_7);
rectangle_6 = (View) findViewById(R.id.rectangle_6);
- _bg__iphone_status_bar_ek1 = (View) findViewById(R.id._bg__iphone_status_bar_ek1);
- wifi = (ImageView) findViewById(R.id.wifi);
- _bg____battery_ek1 = (View) findViewById(R.id._bg____battery_ek1);
- fill = (ImageView) findViewById(R.id.fill);
- outline = (ImageView) findViewById(R.id.outline);
- reception = (ImageView) findViewById(R.id.reception);
- time = (TextView) findViewById(R.id.time);
username = (TextView) findViewById(R.id.username);
forgot_password_ = (TextView) findViewById(R.id.forgot_password_);
password = (TextView) findViewById(R.id.password);
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/notifications_activity.java b/MyApp_1/app/src/main/java/com/example/myapp_1/notifications_activity.java
index 3149127..fe4bf18 100644
--- a/MyApp_1/app/src/main/java/com/example/myapp_1/notifications_activity.java
+++ b/MyApp_1/app/src/main/java/com/example/myapp_1/notifications_activity.java
@@ -17,6 +17,7 @@
package com.example.myapp_1;
+import android.annotation.SuppressLint;
import android.app.Activity;
import android.os.Bundle;
@@ -80,6 +81,7 @@ public class notifications_activity extends Activity {
private ImageView vector_ek6;
private View ellipse_22;
+ @SuppressLint("MissingInflatedId")
@Override
public void onCreate(Bundle savedInstanceState) {
@@ -88,13 +90,6 @@ public class notifications_activity extends Activity {
_bg__notifications_ek2 = (View) findViewById(R.id._bg__notifications_ek2);
- _bg__iphone_status_bar_ek1 = (View) findViewById(R.id._bg__iphone_status_bar_ek1);
- wifi = (ImageView) findViewById(R.id.wifi);
- _bg____battery_ek1 = (View) findViewById(R.id._bg____battery_ek1);
- fill = (ImageView) findViewById(R.id.fill);
- outline = (ImageView) findViewById(R.id.outline);
- reception = (ImageView) findViewById(R.id.reception);
- time = (TextView) findViewById(R.id.time);
vector = (ImageView) findViewById(R.id.vector);
_notifications_ek3 = (TextView) findViewById(R.id._notifications_ek3);
today = (TextView) findViewById(R.id.today);
@@ -109,14 +104,10 @@ public class notifications_activity extends Activity {
ellipse_20_ek1 = (View) findViewById(R.id.ellipse_20_ek1);
_bg__heroicons_solid_speakerphone_ek3 = (View) findViewById(R.id._bg__heroicons_solid_speakerphone_ek3);
vector_ek2 = (ImageView) findViewById(R.id.vector_ek2);
- _bg__group_13225_ek1 = (View) findViewById(R.id._bg__group_13225_ek1);
ellipse_20_ek2 = (View) findViewById(R.id.ellipse_20_ek2);
- _bg__group_13222_ek1 = (View) findViewById(R.id._bg__group_13222_ek1);
ellipse_20_ek3 = (View) findViewById(R.id.ellipse_20_ek3);
_bg__heroicons_solid_speakerphone_ek5 = (View) findViewById(R.id._bg__heroicons_solid_speakerphone_ek5);
- _bg__group_13224_ek1 = (View) findViewById(R.id._bg__group_13224_ek1);
ellipse_20_ek4 = (View) findViewById(R.id.ellipse_20_ek4);
- _bg__group_13226_ek1 = (View) findViewById(R.id._bg__group_13226_ek1);
ellipse_20_ek5 = (View) findViewById(R.id.ellipse_20_ek5);
vector_ek3 = (ImageView) findViewById(R.id.vector_ek3);
vector_ek4 = (ImageView) findViewById(R.id.vector_ek4);
@@ -137,28 +128,27 @@ public class notifications_activity extends Activity {
ellipse_21 = (View) findViewById(R.id.ellipse_21);
vector_ek6 = (ImageView) findViewById(R.id.vector_ek6);
ellipse_22 = (View) findViewById(R.id.ellipse_22);
-
-
+
_notifications_ek3.setOnClickListener(new View.OnClickListener() {
-
public void onClick(View v) {
-
- Intent nextScreen = new Intent(getApplicationContext(), home_activity.class);
+ Intent nextScreen = new Intent(getApplicationContext(), home2.class);
startActivity(nextScreen);
-
-
}
});
-
+
+ vector.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ Intent newscreen = new Intent(getApplicationContext(), home2.class);
+ startActivity(newscreen);
+ }
+ });
+
_home_indicator.setOnClickListener(new View.OnClickListener() {
-
public void onClick(View v) {
-
Intent nextScreen = new Intent(getApplicationContext(), begin_activity.class);
startActivity(nextScreen);
-
-
}
});
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/pw_reset_activity.java b/MyApp_1/app/src/main/java/com/example/myapp_1/pw_reset_activity.java
index 04ad552..205015e 100644
--- a/MyApp_1/app/src/main/java/com/example/myapp_1/pw_reset_activity.java
+++ b/MyApp_1/app/src/main/java/com/example/myapp_1/pw_reset_activity.java
@@ -58,13 +58,6 @@ public class pw_reset_activity extends Activity {
_bg__pw_reset_ek2 = (View) findViewById(R.id._bg__pw_reset_ek2);
rectangle_38 = (View) findViewById(R.id.rectangle_38);
- _bg__iphone_status_bar_ek1 = (View) findViewById(R.id._bg__iphone_status_bar_ek1);
- wifi = (ImageView) findViewById(R.id.wifi);
- _bg____battery_ek1 = (View) findViewById(R.id._bg____battery_ek1);
- fill = (ImageView) findViewById(R.id.fill);
- outline = (ImageView) findViewById(R.id.outline);
- reception = (ImageView) findViewById(R.id.reception);
- time = (TextView) findViewById(R.id.time);
enter_the_email_associated_with_your_account_ = (TextView) findViewById(R.id.enter_the_email_associated_with_your_account_);
email_address = (TextView) findViewById(R.id.email_address);
abcd_gmail_com = (TextView) findViewById(R.id.abcd_gmail_com);
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/schedule_activity.java b/MyApp_1/app/src/main/java/com/example/myapp_1/schedule_activity.java
index 664f884..778a3ba 100644
--- a/MyApp_1/app/src/main/java/com/example/myapp_1/schedule_activity.java
+++ b/MyApp_1/app/src/main/java/com/example/myapp_1/schedule_activity.java
@@ -80,13 +80,6 @@ public class schedule_activity extends Activity {
_bg__schedule_ek2 = (View) findViewById(R.id._bg__schedule_ek2);
- _bg__iphone_status_bar_ek1 = (View) findViewById(R.id._bg__iphone_status_bar_ek1);
- wifi = (ImageView) findViewById(R.id.wifi);
- _bg____battery_ek1 = (View) findViewById(R.id._bg____battery_ek1);
- fill = (ImageView) findViewById(R.id.fill);
- outline = (ImageView) findViewById(R.id.outline);
- reception = (ImageView) findViewById(R.id.reception);
- time = (TextView) findViewById(R.id.time);
_vector = (ImageView) findViewById(R.id._vector);
schedule_ek3 = (TextView) findViewById(R.id.schedule_ek3);
_home_indicator = (View) findViewById(R.id._home_indicator);
@@ -127,7 +120,7 @@ public class schedule_activity extends Activity {
public void onClick(View v) {
- Intent nextScreen = new Intent(getApplicationContext(), home_activity.class);
+ Intent nextScreen = new Intent(getApplicationContext(), home2.class);
startActivity(nextScreen);
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/sign_in_activity.java b/MyApp_1/app/src/main/java/com/example/myapp_1/sign_in_activity.java
index 0a0abea..4824d1d 100644
--- a/MyApp_1/app/src/main/java/com/example/myapp_1/sign_in_activity.java
+++ b/MyApp_1/app/src/main/java/com/example/myapp_1/sign_in_activity.java
@@ -66,13 +66,6 @@ public class sign_in_activity extends Activity {
_bg__sign_in_ek2 = (View) findViewById(R.id._bg__sign_in_ek2);
- _bg__iphone_status_bar_ek1 = (View) findViewById(R.id._bg__iphone_status_bar_ek1);
- wifi = (ImageView) findViewById(R.id.wifi);
- _bg____battery_ek1 = (View) findViewById(R.id._bg____battery_ek1);
- fill = (ImageView) findViewById(R.id.fill);
- outline = (ImageView) findViewById(R.id.outline);
- reception = (ImageView) findViewById(R.id.reception);
- time = (TextView) findViewById(R.id.time);
register = (TextView) findViewById(R.id.register);
_bg___eva_arrow_ios_back_fill_ek1 = (View) findViewById(R.id._bg___eva_arrow_ios_back_fill_ek1);
vector = (ImageView) findViewById(R.id.vector);
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/station_details_activity.java b/MyApp_1/app/src/main/java/com/example/myapp_1/station_details_activity.java
deleted file mode 100644
index ef1795b..0000000
--- a/MyApp_1/app/src/main/java/com/example/myapp_1/station_details_activity.java
+++ /dev/null
@@ -1,147 +0,0 @@
-
-
- /*
- * This content is generated from the API File Info.
- * (Alt+Shift+Ctrl+I).
- *
- * @desc
- * @file bxs_wallet
- * @date Saturday 28th of October 2023 06:27:35 AM
- * @title Page 1
- * @author
- * @keywords
- * @generator Export Kit v1.3.figma
- *
- */
-
-
-package com.example.myapp_1;
-
-import android.app.Activity;
-import android.os.Bundle;
-
-
-import android.view.View;
-import android.content.Intent;
-import android.widget.ImageView;
-import android.widget.TextView;
-
-public class station_details_activity extends Activity {
-
-
- private View _bg__station_details_ek2;
- private View _bg__akar_icons_share_box_ek1;
- private View _home_indicator;
- private View _bg__frame_4_ek1;
- private ImageView image_13;
- private ImageView image_14;
- private ImageView image_15;
- private ImageView image_16;
- private ImageView image_17;
- private View _bg__mi_options_vertical_ek1;
- private ImageView vector;
- private ImageView _vector_ek1;
- private ImageView rectangle_43;
- private TextView fort_railway_station;
- private TextView fort_railway_station_is_a_major_rail_hub_in_colombo__sri_lanka__the_station_is_served_by_sri_lanka_railways__with_many_inter_city_and_commuter_trains_entering_each_day__fort_station_is_the_main_rail_gateway_to_central_colombo__it_is_the_terminus_of_most_intercity_trains_in_the_country_;
- private TextView address_;
- private TextView head_of_the_organization_;
- private TextView general_information;
- private TextView hours_;
- private TextView phone_;
- private TextView fax_nos__;
- private TextView telephones__;
- private TextView email_;
- private TextView colombo;
- private TextView mr__jayasundara;
- private TextView __94_11_2_446490;
- private TextView __94_11_4_600_111;
- private TextView gmr_railway_gov_lk;
- private TextView open___24_hours;
- private TextView _011_2434215;
- private ImageView vector_ek2;
- private View _bg__iphone_status_bar_ek1;
- private ImageView wifi;
- private View _bg____battery_ek1;
- private ImageView fill;
- private ImageView outline;
- private ImageView reception;
- private TextView time;
-
- @Override
- public void onCreate(Bundle savedInstanceState) {
-
- super.onCreate(savedInstanceState);
- setContentView(R.layout.station_details);
-
-
- _bg__station_details_ek2 = (View) findViewById(R.id._bg__station_details_ek2);
- _bg__akar_icons_share_box_ek1 = (View) findViewById(R.id._bg__akar_icons_share_box_ek1);
- _home_indicator = (View) findViewById(R.id._home_indicator);
- _bg__frame_4_ek1 = (View) findViewById(R.id._bg__frame_4_ek1);
- image_13 = (ImageView) findViewById(R.id.image_13);
- image_14 = (ImageView) findViewById(R.id.image_14);
- image_15 = (ImageView) findViewById(R.id.image_15);
- image_16 = (ImageView) findViewById(R.id.image_16);
- image_17 = (ImageView) findViewById(R.id.image_17);
- _bg__mi_options_vertical_ek1 = (View) findViewById(R.id._bg__mi_options_vertical_ek1);
- vector = (ImageView) findViewById(R.id.vector);
- _vector_ek1 = (ImageView) findViewById(R.id._vector_ek1);
- rectangle_43 = (ImageView) findViewById(R.id.rectangle_43);
- fort_railway_station = (TextView) findViewById(R.id.fort_railway_station);
- fort_railway_station_is_a_major_rail_hub_in_colombo__sri_lanka__the_station_is_served_by_sri_lanka_railways__with_many_inter_city_and_commuter_trains_entering_each_day__fort_station_is_the_main_rail_gateway_to_central_colombo__it_is_the_terminus_of_most_intercity_trains_in_the_country_ = (TextView) findViewById(R.id.fort_railway_station_is_a_major_rail_hub_in_colombo__sri_lanka__the_station_is_served_by_sri_lanka_railways__with_many_inter_city_and_commuter_trains_entering_each_day__fort_station_is_the_main_rail_gateway_to_central_colombo__it_is_the_terminus_of_most_intercity_trains_in_the_country_);
- address_ = (TextView) findViewById(R.id.address_);
- head_of_the_organization_ = (TextView) findViewById(R.id.head_of_the_organization_);
- general_information = (TextView) findViewById(R.id.general_information);
- hours_ = (TextView) findViewById(R.id.hours_);
- phone_ = (TextView) findViewById(R.id.phone_);
- fax_nos__ = (TextView) findViewById(R.id.fax_nos__);
- telephones__ = (TextView) findViewById(R.id.telephones__);
- email_ = (TextView) findViewById(R.id.email_);
- colombo = (TextView) findViewById(R.id.colombo);
- mr__jayasundara = (TextView) findViewById(R.id.mr__jayasundara);
- __94_11_2_446490 = (TextView) findViewById(R.id.__94_11_2_446490);
- __94_11_4_600_111 = (TextView) findViewById(R.id.__94_11_4_600_111);
- gmr_railway_gov_lk = (TextView) findViewById(R.id.gmr_railway_gov_lk);
- open___24_hours = (TextView) findViewById(R.id.open___24_hours);
- _011_2434215 = (TextView) findViewById(R.id._011_2434215);
- vector_ek2 = (ImageView) findViewById(R.id.vector_ek2);
- _bg__iphone_status_bar_ek1 = (View) findViewById(R.id._bg__iphone_status_bar_ek1);
- wifi = (ImageView) findViewById(R.id.wifi);
- _bg____battery_ek1 = (View) findViewById(R.id._bg____battery_ek1);
- fill = (ImageView) findViewById(R.id.fill);
- outline = (ImageView) findViewById(R.id.outline);
- reception = (ImageView) findViewById(R.id.reception);
- time = (TextView) findViewById(R.id.time);
-
-
- _home_indicator.setOnClickListener(new View.OnClickListener() {
-
- public void onClick(View v) {
-
- Intent nextScreen = new Intent(getApplicationContext(), begin_activity.class);
- startActivity(nextScreen);
-
-
- }
- });
-
-
- _vector_ek1.setOnClickListener(new View.OnClickListener() {
-
- public void onClick(View v) {
-
- Intent nextScreen = new Intent(getApplicationContext(), stations_activity.class);
- startActivity(nextScreen);
-
-
- }
- });
-
-
- //custom code goes here
-
- }
-}
-
-
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/stations_activity.java b/MyApp_1/app/src/main/java/com/example/myapp_1/stations_activity.java
deleted file mode 100644
index d682c05..0000000
--- a/MyApp_1/app/src/main/java/com/example/myapp_1/stations_activity.java
+++ /dev/null
@@ -1,191 +0,0 @@
-
-
- /*
- * This content is generated from the API File Info.
- * (Alt+Shift+Ctrl+I).
- *
- * @desc
- * @file bxs_wallet
- * @date Saturday 28th of October 2023 06:28:32 AM
- * @title Page 1
- * @author
- * @keywords
- * @generator Export Kit v1.3.figma
- *
- */
-
-
-package com.example.myapp_1;
-
-import android.app.Activity;
-import android.os.Bundle;
-
-
-import android.view.View;
-import android.widget.TextView;
-import android.content.Intent;
-import android.widget.ImageView;
-
-public class stations_activity extends Activity {
-
-
- private View _bg__stations_ek2;
- private View _bg__frame_3_ek1;
- private View rectangle_51;
- private TextView _abanpola;
- private TextView agbopura;
- private TextView ahungalle;
- private TextView akurala;
- private TextView alawwa;
- private TextView alawathupitiya;
- private TextView aluthgama;
- private TextView ambalangoda;
- private TextView ambepussa;
- private TextView aluthgama_ek1;
- private TextView badulla;
- private TextView balapitiya;
- private TextView babarenda;
- private TextView bambalapitiya;
- private TextView bandarawela;
- private TextView bangadeniya;
- private TextView batticaloa;
- private TextView batuwatta;
- private TextView chavakachcheri;
- private TextView _colombo_fort;
- private TextView a;
- private TextView b;
- private TextView c;
- private View _home_indicator;
- private View rectangle_52;
- private TextView _stations_ek3;
- private ImageView _vector;
- private View _bg__iphone_status_bar_ek1;
- private ImageView wifi;
- private View _bg____battery_ek1;
- private ImageView fill;
- private ImageView outline;
- private ImageView reception;
- private TextView time;
- private View _bg__group_31_ek1;
- private View rectangle_40;
- private TextView search___;
- private View _bg__fe_search_ek1;
- private ImageView vector_ek1;
-
- @Override
- public void onCreate(Bundle savedInstanceState) {
-
- super.onCreate(savedInstanceState);
- setContentView(R.layout.stations);
-
-
- _bg__stations_ek2 = (View) findViewById(R.id._bg__stations_ek2);
- _bg__frame_3_ek1 = (View) findViewById(R.id._bg__frame_3_ek1);
- rectangle_51 = (View) findViewById(R.id.rectangle_51);
- _abanpola = (TextView) findViewById(R.id._abanpola);
- agbopura = (TextView) findViewById(R.id.agbopura);
- ahungalle = (TextView) findViewById(R.id.ahungalle);
- akurala = (TextView) findViewById(R.id.akurala);
- alawwa = (TextView) findViewById(R.id.alawwa);
- alawathupitiya = (TextView) findViewById(R.id.alawathupitiya);
- aluthgama = (TextView) findViewById(R.id.aluthgama);
- ambalangoda = (TextView) findViewById(R.id.ambalangoda);
- ambepussa = (TextView) findViewById(R.id.ambepussa);
- aluthgama_ek1 = (TextView) findViewById(R.id.aluthgama_ek1);
- badulla = (TextView) findViewById(R.id.badulla);
- balapitiya = (TextView) findViewById(R.id.balapitiya);
- babarenda = (TextView) findViewById(R.id.babarenda);
- bambalapitiya = (TextView) findViewById(R.id.bambalapitiya);
- bandarawela = (TextView) findViewById(R.id.bandarawela);
- bangadeniya = (TextView) findViewById(R.id.bangadeniya);
- batticaloa = (TextView) findViewById(R.id.batticaloa);
- batuwatta = (TextView) findViewById(R.id.batuwatta);
- chavakachcheri = (TextView) findViewById(R.id.chavakachcheri);
- _colombo_fort = (TextView) findViewById(R.id._colombo_fort);
- a = (TextView) findViewById(R.id.a);
- b = (TextView) findViewById(R.id.b);
- c = (TextView) findViewById(R.id.c);
- _home_indicator = (View) findViewById(R.id._home_indicator);
- rectangle_52 = (View) findViewById(R.id.rectangle_52);
- _stations_ek3 = (TextView) findViewById(R.id._stations_ek3);
- _vector = (ImageView) findViewById(R.id._vector);
- _bg__iphone_status_bar_ek1 = (View) findViewById(R.id._bg__iphone_status_bar_ek1);
- wifi = (ImageView) findViewById(R.id.wifi);
- _bg____battery_ek1 = (View) findViewById(R.id._bg____battery_ek1);
- fill = (ImageView) findViewById(R.id.fill);
- outline = (ImageView) findViewById(R.id.outline);
- reception = (ImageView) findViewById(R.id.reception);
- time = (TextView) findViewById(R.id.time);
- _bg__group_31_ek1 = (View) findViewById(R.id._bg__group_31_ek1);
- rectangle_40 = (View) findViewById(R.id.rectangle_40);
- search___ = (TextView) findViewById(R.id.search___);
- _bg__fe_search_ek1 = (View) findViewById(R.id._bg__fe_search_ek1);
- vector_ek1 = (ImageView) findViewById(R.id.vector_ek1);
-
-
- _abanpola.setOnClickListener(new View.OnClickListener() {
-
- public void onClick(View v) {
-
- Intent nextScreen = new Intent(getApplicationContext(), station_details_activity.class);
- startActivity(nextScreen);
-
-
- }
- });
-
-
- _colombo_fort.setOnClickListener(new View.OnClickListener() {
-
- public void onClick(View v) {
-
- Intent nextScreen = new Intent(getApplicationContext(), station_details_activity.class);
- startActivity(nextScreen);
-
-
- }
- });
-
-
- _home_indicator.setOnClickListener(new View.OnClickListener() {
-
- public void onClick(View v) {
-
- Intent nextScreen = new Intent(getApplicationContext(), begin_activity.class);
- startActivity(nextScreen);
-
-
- }
- });
-
-
- _stations_ek3.setOnClickListener(new View.OnClickListener() {
-
- public void onClick(View v) {
-
- Intent nextScreen = new Intent(getApplicationContext(), home_activity.class);
- startActivity(nextScreen);
-
-
- }
- });
-
-
- _vector.setOnClickListener(new View.OnClickListener() {
-
- public void onClick(View v) {
-
- Intent nextScreen = new Intent(getApplicationContext(), home_activity.class);
- startActivity(nextScreen);
-
-
- }
- });
-
-
- //custom code goes here
-
- }
-}
-
-
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/trains_activity.java b/MyApp_1/app/src/main/java/com/example/myapp_1/trains_activity.java
deleted file mode 100644
index 212f55b..0000000
--- a/MyApp_1/app/src/main/java/com/example/myapp_1/trains_activity.java
+++ /dev/null
@@ -1,159 +0,0 @@
-
-
- /*
- * This content is generated from the API File Info.
- * (Alt+Shift+Ctrl+I).
- *
- * @desc
- * @file bxs_wallet
- * @date Saturday 28th of October 2023 06:24:42 AM
- * @title Page 1
- * @author
- * @keywords
- * @generator Export Kit v1.3.figma
- *
- */
-
-
-package com.example.myapp_1;
-
-import android.app.Activity;
-import android.os.Bundle;
-
-
-import android.view.View;
-import android.widget.ImageView;
-import android.content.Intent;
-import android.widget.TextView;
-
-public class trains_activity extends Activity {
-
-
- private View _bg__trains_ek2;
- private ImageView rectangle_43;
- private View _home_indicator;
- private View _home_indicator_ek1;
- private View rectangle_38;
- private TextView victoria;
- private TextView sidi_gaber;
- private TextView from;
- private TextView to;
- private ImageView line_15;
- private View _bg__carbon_train_ek1;
- private ImageView vector;
- private TextView estimated_destination_time;
- private View rectangle_47;
- private View rectangle_48;
- private View rectangle_49;
- private View rectangle_50;
- private TextView sidi_gaber_ek1;
- private TextView arrival_in_31mins;
- private View _bg__fluent_people_queue_20_filled_ek1;
- private ImageView vector_ek1;
- private View ellipse_15;
- private View _bg___group_32_ek1;
- private View rectangle_46;
- private View _bg__carbon_train_ek3;
- private ImageView vector_ek2;
- private TextView arrival_time_;
- private TextView victoria_ek1;
- private TextView predicted_time;
- private View _bg__fluent_people_queue_20_filled_ek3;
- private ImageView vector_ek3;
- private View ellipse_14;
- private ImageView vector_ek4;
- private ImageView vector_ek5;
- private View _bg___eva_arrow_ios_back_fill_ek1;
- private ImageView vector_ek6;
- private ImageView rectangle;
- private View _bg__iphone_status_bar_ek1;
- private ImageView wifi;
- private View _bg____battery_ek1;
- private ImageView fill;
- private ImageView outline;
- private ImageView reception;
- private TextView time;
-
- @Override
- public void onCreate(Bundle savedInstanceState) {
-
- super.onCreate(savedInstanceState);
- setContentView(R.layout.trains);
-
-
- _bg__trains_ek2 = (View) findViewById(R.id._bg__trains_ek2);
- rectangle_43 = (ImageView) findViewById(R.id.rectangle_43);
- _home_indicator = (View) findViewById(R.id._home_indicator);
- _home_indicator_ek1 = (View) findViewById(R.id._home_indicator_ek1);
- rectangle_38 = (View) findViewById(R.id.rectangle_38);
- victoria = (TextView) findViewById(R.id.victoria);
- sidi_gaber = (TextView) findViewById(R.id.sidi_gaber);
- from = (TextView) findViewById(R.id.from);
- to = (TextView) findViewById(R.id.to);
- line_15 = (ImageView) findViewById(R.id.line_15);
- _bg__carbon_train_ek1 = (View) findViewById(R.id._bg__carbon_train_ek1);
- vector = (ImageView) findViewById(R.id.vector);
- estimated_destination_time = (TextView) findViewById(R.id.estimated_destination_time);
- rectangle_47 = (View) findViewById(R.id.rectangle_47);
- rectangle_48 = (View) findViewById(R.id.rectangle_48);
- rectangle_49 = (View) findViewById(R.id.rectangle_49);
- rectangle_50 = (View) findViewById(R.id.rectangle_50);
- sidi_gaber_ek1 = (TextView) findViewById(R.id.sidi_gaber_ek1);
- arrival_in_31mins = (TextView) findViewById(R.id.arrival_in_31mins);
- _bg__fluent_people_queue_20_filled_ek1 = (View) findViewById(R.id._bg__fluent_people_queue_20_filled_ek1);
- vector_ek1 = (ImageView) findViewById(R.id.vector_ek1);
- ellipse_15 = (View) findViewById(R.id.ellipse_15);
- _bg___group_32_ek1 = (View) findViewById(R.id._bg___group_32_ek1);
- rectangle_46 = (View) findViewById(R.id.rectangle_46);
- _bg__carbon_train_ek3 = (View) findViewById(R.id._bg__carbon_train_ek3);
- vector_ek2 = (ImageView) findViewById(R.id.vector_ek2);
- arrival_time_ = (TextView) findViewById(R.id.arrival_time_);
- victoria_ek1 = (TextView) findViewById(R.id.victoria_ek1);
- predicted_time = (TextView) findViewById(R.id.predicted_time);
- _bg__fluent_people_queue_20_filled_ek3 = (View) findViewById(R.id._bg__fluent_people_queue_20_filled_ek3);
- vector_ek3 = (ImageView) findViewById(R.id.vector_ek3);
- ellipse_14 = (View) findViewById(R.id.ellipse_14);
- vector_ek4 = (ImageView) findViewById(R.id.vector_ek4);
- vector_ek5 = (ImageView) findViewById(R.id.vector_ek5);
- _bg___eva_arrow_ios_back_fill_ek1 = (View) findViewById(R.id._bg___eva_arrow_ios_back_fill_ek1);
- vector_ek6 = (ImageView) findViewById(R.id.vector_ek6);
- rectangle = (ImageView) findViewById(R.id.rectangle);
- _bg__iphone_status_bar_ek1 = (View) findViewById(R.id._bg__iphone_status_bar_ek1);
- wifi = (ImageView) findViewById(R.id.wifi);
- _bg____battery_ek1 = (View) findViewById(R.id._bg____battery_ek1);
- fill = (ImageView) findViewById(R.id.fill);
- outline = (ImageView) findViewById(R.id.outline);
- reception = (ImageView) findViewById(R.id.reception);
- time = (TextView) findViewById(R.id.time);
-
-
- _home_indicator.setOnClickListener(new View.OnClickListener() {
-
- public void onClick(View v) {
-
- Intent nextScreen = new Intent(getApplicationContext(), begin_activity.class);
- startActivity(nextScreen);
-
-
- }
- });
-
-
- _home_indicator_ek1.setOnClickListener(new View.OnClickListener() {
-
- public void onClick(View v) {
-
- Intent nextScreen = new Intent(getApplicationContext(), begin_activity.class);
- startActivity(nextScreen);
-
-
- }
- });
-
-
- //custom code goes here
-
- }
-}
-
-
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/trips.java b/MyApp_1/app/src/main/java/com/example/myapp_1/trips.java
new file mode 100644
index 0000000..89bf537
--- /dev/null
+++ b/MyApp_1/app/src/main/java/com/example/myapp_1/trips.java
@@ -0,0 +1,152 @@
+package com.example.myapp_1;
+
+
+
+import android.app.Activity;
+import android.content.Intent;
+import android.os.Bundle;
+
+
+import android.view.View;
+import android.widget.ImageView;
+import android.widget.TextView;
+
+public class trips extends Activity {
+
+
+ private View _bg___trips_ek2;
+ private ImageView header;
+ private View _bg__trip_parta_ek1;
+ private View tripa;
+ private View _bg__trip_frame_a_icon_location_ek1;
+ private ImageView location;
+ private TextView hurstbridge_line;
+ private TextView _12_15_pm___1_19_pm;
+ private TextView _1_hr_4_min;
+ private TextView from_victoria;
+ private View _bg__trip_frame_a_icon_ek1;
+ private ImageView vector;
+ private TextView to_melbourne_central_station;
+ private View _bg__trip_frame_a_icon_ek3;
+ private ImageView vector_ek1;
+ private View _bg__trip_parta_ek3;
+ private View tripa_ek1;
+ private View _bg__trip_frame_a_icon_location_ek3;
+ private ImageView location_ek1;
+ private TextView hurstbridge_line_ek1;
+ private TextView _12_15_pm___1_19_pm_ek1;
+ private TextView _1_hr_4_min_ek1;
+ private TextView from_victoria_ek1;
+ private View _bg__trip_frame_a_icon_ek5;
+ private ImageView vector_ek2;
+ private TextView to_melbourne_central_station_ek1;
+ private View _bg__trip_frame_a_icon_ek7;
+ private ImageView vector_ek3;
+ private View _bg__trip_filter_ek1;
+ private View _bg__trip_sort_button_ek1;
+ private View _bg__trip_sort_frame_ek1;
+ private ImageView trip_sort_vector;
+ private View _bg__trip_parta_ek5;
+ private View tripa_ek2;
+ private View _bg__trip_frame_a_icon_location_ek5;
+ private ImageView location_ek2;
+ private TextView hurstbridge_line_ek2;
+ private TextView _12_15_pm___1_19_pm_ek2;
+ private TextView _1_hr_4_min_ek2;
+ private TextView from_victoria_ek2;
+ private View _bg__trip_frame_a_icon_ek9;
+ private ImageView vector_ek4;
+ private TextView to_melbourne_central_station_ek2;
+ private View _bg__trip_frame_a_icon_ek11;
+ private ImageView vector_ek5;
+ private View _bg__trip_parta_ek7;
+ private View tripa_ek3;
+ private View _bg__trip_frame_a_icon_location_ek7;
+ private ImageView location_ek3;
+ private TextView hurstbridge_line_ek3;
+ private TextView _12_15_pm___1_19_pm_ek3;
+ private TextView _1_hr_4_min_ek3;
+ private TextView from_victoria_ek3;
+ private View _bg__trip_frame_a_icon_ek13;
+ private ImageView vector_ek6;
+ private TextView to_melbourne_central_station_ek3;
+ private View _bg__trip_frame_a_icon_ek15;
+ private ImageView vector_ek7;
+
+ @Override
+ public void onCreate(Bundle savedInstanceState) {
+
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.trips);
+
+ _bg___trips_ek2 = (View) findViewById(R.id._bg___trips_ek2);
+ header = (ImageView) findViewById(R.id.header);
+ _bg__trip_parta_ek1 = (View) findViewById(R.id._bg__trip_parta_ek1);
+ tripa = (View) findViewById(R.id.tripa);
+ _bg__trip_frame_a_icon_location_ek1 = (View) findViewById(R.id._bg__trip_frame_a_icon_location_ek1);
+ location = (ImageView) findViewById(R.id.location);
+ hurstbridge_line = (TextView) findViewById(R.id.hurstbridge_line);
+ _12_15_pm___1_19_pm = (TextView) findViewById(R.id._12_15_pm___1_19_pm);
+ _1_hr_4_min = (TextView) findViewById(R.id._1_hr_4_min);
+ from_victoria = (TextView) findViewById(R.id.from_victoria);
+ _bg__trip_frame_a_icon_ek1 = (View) findViewById(R.id._bg__trip_frame_a_icon_ek1);
+ vector = (ImageView) findViewById(R.id.vector);
+ to_melbourne_central_station = (TextView) findViewById(R.id.to_melbourne_central_station);
+ _bg__trip_frame_a_icon_ek3 = (View) findViewById(R.id._bg__trip_frame_a_icon_ek3);
+ vector_ek1 = (ImageView) findViewById(R.id.vector_ek1);
+ _bg__trip_parta_ek3 = (View) findViewById(R.id._bg__trip_parta_ek3);
+ tripa_ek1 = (View) findViewById(R.id.tripa_ek1);
+ _bg__trip_frame_a_icon_location_ek3 = (View) findViewById(R.id._bg__trip_frame_a_icon_location_ek3);
+ location_ek1 = (ImageView) findViewById(R.id.location_ek1);
+ hurstbridge_line_ek1 = (TextView) findViewById(R.id.hurstbridge_line_ek1);
+ _12_15_pm___1_19_pm_ek1 = (TextView) findViewById(R.id._12_15_pm___1_19_pm_ek1);
+ _1_hr_4_min_ek1 = (TextView) findViewById(R.id._1_hr_4_min_ek1);
+ from_victoria_ek1 = (TextView) findViewById(R.id.from_victoria_ek1);
+ _bg__trip_frame_a_icon_ek5 = (View) findViewById(R.id._bg__trip_frame_a_icon_ek5);
+ vector_ek2 = (ImageView) findViewById(R.id.vector_ek2);
+ to_melbourne_central_station_ek1 = (TextView) findViewById(R.id.to_melbourne_central_station_ek1);
+ _bg__trip_frame_a_icon_ek7 = (View) findViewById(R.id._bg__trip_frame_a_icon_ek7);
+ vector_ek3 = (ImageView) findViewById(R.id.vector_ek3);
+ _bg__trip_filter_ek1 = (View) findViewById(R.id._bg__trip_filter_ek1);
+ _bg__trip_sort_button_ek1 = (View) findViewById(R.id._bg__trip_sort_button_ek1);
+ _bg__trip_sort_frame_ek1 = (View) findViewById(R.id._bg__trip_sort_frame_ek1);
+ trip_sort_vector = (ImageView) findViewById(R.id.trip_sort_vector);
+ _bg__trip_parta_ek5 = (View) findViewById(R.id._bg__trip_parta_ek5);
+ tripa_ek2 = (View) findViewById(R.id.tripa_ek2);
+ _bg__trip_frame_a_icon_location_ek5 = (View) findViewById(R.id._bg__trip_frame_a_icon_location_ek5);
+ location_ek2 = (ImageView) findViewById(R.id.location_ek2);
+ hurstbridge_line_ek2 = (TextView) findViewById(R.id.hurstbridge_line_ek2);
+ _12_15_pm___1_19_pm_ek2 = (TextView) findViewById(R.id._12_15_pm___1_19_pm_ek2);
+ _1_hr_4_min_ek2 = (TextView) findViewById(R.id._1_hr_4_min_ek2);
+ from_victoria_ek2 = (TextView) findViewById(R.id.from_victoria_ek2);
+ _bg__trip_frame_a_icon_ek9 = (View) findViewById(R.id._bg__trip_frame_a_icon_ek9);
+ vector_ek4 = (ImageView) findViewById(R.id.vector_ek4);
+ to_melbourne_central_station_ek2 = (TextView) findViewById(R.id.to_melbourne_central_station_ek2);
+ _bg__trip_frame_a_icon_ek11 = (View) findViewById(R.id._bg__trip_frame_a_icon_ek11);
+ vector_ek5 = (ImageView) findViewById(R.id.vector_ek5);
+ _bg__trip_parta_ek7 = (View) findViewById(R.id._bg__trip_parta_ek7);
+ tripa_ek3 = (View) findViewById(R.id.tripa_ek3);
+ _bg__trip_frame_a_icon_location_ek7 = (View) findViewById(R.id._bg__trip_frame_a_icon_location_ek7);
+ location_ek3 = (ImageView) findViewById(R.id.location_ek3);
+ hurstbridge_line_ek3 = (TextView) findViewById(R.id.hurstbridge_line_ek3);
+ _12_15_pm___1_19_pm_ek3 = (TextView) findViewById(R.id._12_15_pm___1_19_pm_ek3);
+ _1_hr_4_min_ek3 = (TextView) findViewById(R.id._1_hr_4_min_ek3);
+ from_victoria_ek3 = (TextView) findViewById(R.id.from_victoria_ek3);
+ _bg__trip_frame_a_icon_ek13 = (View) findViewById(R.id._bg__trip_frame_a_icon_ek13);
+ vector_ek6 = (ImageView) findViewById(R.id.vector_ek6);
+ to_melbourne_central_station_ek3 = (TextView) findViewById(R.id.to_melbourne_central_station_ek3);
+ _bg__trip_frame_a_icon_ek15 = (View) findViewById(R.id._bg__trip_frame_a_icon_ek15);
+ vector_ek7 = (ImageView) findViewById(R.id.vector_ek7);
+
+
+ header.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ Intent intent = new Intent(trips.this, home2.class);
+ startActivity(intent);
+ }
+ });
+
+ }
+}
+
diff --git a/MyApp_1/app/src/main/java/com/example/myapp_1/trips_activity.java b/MyApp_1/app/src/main/java/com/example/myapp_1/trips_activity.java
deleted file mode 100644
index 16a1d5e..0000000
--- a/MyApp_1/app/src/main/java/com/example/myapp_1/trips_activity.java
+++ /dev/null
@@ -1,236 +0,0 @@
-
-
- /*
- * This content is generated from the API File Info.
- * (Alt+Shift+Ctrl+I).
- *
- * @desc
- * @file bxs_wallet
- * @date Saturday 28th of October 2023 06:29:56 AM
- * @title Page 1
- * @author
- * @keywords
- * @generator Export Kit v1.3.figma
- *
- */
-
-
-package com.example.myapp_1;
-
-import android.app.Activity;
-import android.os.Bundle;
-
-
-import android.view.View;
-import android.widget.ImageView;
-import android.widget.TextView;
-
-public class trips_activity extends Activity {
-
-
- private View _bg___trips_ek2;
- private View _bg__group_17_ek1;
- private View rectangle_5;
- private View _bg__frame_ek1;
- private ImageView subtract;
- private TextView hurstbridge_line;
- private TextView _12_15_pm___1_19_pm;
- private TextView _1_hr_4_min;
- private TextView from_eltham_station;
- private View _bg__frame_ek3;
- private ImageView vector;
- private TextView to_melbourne_central_station;
- private View _bg__frame_ek5;
- private ImageView vector_ek1;
- private View _bg__group_15_ek1;
- private View rectangle_5_ek1;
- private View _bg__frame_ek7;
- private ImageView subtract_ek1;
- private TextView hurstbridge_line_ek1;
- private TextView _12_15_pm___1_19_pm_ek1;
- private TextView _1_hr_4_min_ek1;
- private TextView from_eltham_station_ek1;
- private View _bg__frame_ek9;
- private ImageView vector_ek2;
- private TextView to_melbourne_central_station_ek1;
- private View _bg__frame_ek11;
- private ImageView vector_ek3;
- private ImageView header;
- private View _bg__iphone_status_bar_ek1;
- private View _bg__battery_ek1;
- private View border;
- private ImageView cap;
- private View capacity;
- private ImageView wifi;
- private ImageView cellular_connection;
- private View _bg__time_style_ek1;
- private TextView time;
- private View _bg__bars_home_indicator_ek1;
- private View home_indicator;
- private View _bg__group_15_ek3;
- private View rectangle_5_ek2;
- private View _bg__frame_ek13;
- private ImageView subtract_ek2;
- private TextView hurstbridge_line_ek2;
- private TextView _12_15_pm___1_19_pm_ek2;
- private TextView _1_hr_4_min_ek2;
- private TextView from_victoria;
- private View _bg__frame_ek15;
- private ImageView vector_ek4;
- private TextView to_melbourne_central_station_ek2;
- private View _bg__frame_ek17;
- private ImageView vector_ek5;
- private View _bg__group_16_ek1;
- private View rectangle_5_ek3;
- private View _bg__frame_ek19;
- private ImageView subtract_ek3;
- private TextView hurstbridge_line_ek3;
- private TextView _12_15_pm___1_19_pm_ek3;
- private TextView _1_hr_4_min_ek3;
- private TextView from_eltham_station_ek2;
- private View _bg__frame_ek21;
- private ImageView vector_ek6;
- private TextView to_melbourne_central_station_ek3;
- private View _bg__frame_ek23;
- private ImageView vector_ek7;
- private View _bg__group_15_ek5;
- private View rectangle_5_ek4;
- private View _bg__frame_ek25;
- private ImageView subtract_ek4;
- private TextView hurstbridge_line_ek4;
- private TextView _12_15_pm___1_19_pm_ek4;
- private TextView _1_hr_4_min_ek4;
- private TextView from_eltham_station_ek3;
- private View _bg__frame_ek27;
- private ImageView vector_ek8;
- private TextView to_melbourne_central_station_ek4;
- private View _bg__frame_ek29;
- private ImageView vector_ek9;
- private View _bg__filter_bar_ek1;
- private View _bg__button_1_ek1;
- private View _bg__frame_ek31;
- private ImageView vector_ek10;
- private View _bg__group_18_ek1;
- private View rectangle_5_ek5;
- private View _bg__frame_ek33;
- private ImageView subtract_ek5;
- private TextView hurstbridge_line_ek5;
- private TextView _12_15_pm___1_19_pm_ek5;
- private TextView _1_hr_4_min_ek5;
- private TextView from_eltham_station_ek4;
- private View _bg__frame_ek35;
- private ImageView vector_ek11;
- private TextView to_melbourne_central_station_ek5;
- private View _bg__frame_ek37;
- private ImageView vector_ek12;
-
- @Override
- public void onCreate(Bundle savedInstanceState) {
-
- super.onCreate(savedInstanceState);
- setContentView(R.layout.trips);
-
-
- _bg___trips_ek2 = (View) findViewById(R.id._bg___trips_ek2);
- _bg__group_17_ek1 = (View) findViewById(R.id._bg__group_17_ek1);
- rectangle_5 = (View) findViewById(R.id.rectangle_5);
- _bg__frame_ek1 = (View) findViewById(R.id._bg__frame_ek1);
- subtract = (ImageView) findViewById(R.id.subtract);
- hurstbridge_line = (TextView) findViewById(R.id.hurstbridge_line);
- _12_15_pm___1_19_pm = (TextView) findViewById(R.id._12_15_pm___1_19_pm);
- _1_hr_4_min = (TextView) findViewById(R.id._1_hr_4_min);
- from_eltham_station = (TextView) findViewById(R.id.from_eltham_station);
- _bg__frame_ek3 = (View) findViewById(R.id._bg__frame_ek3);
- vector = (ImageView) findViewById(R.id.vector);
- to_melbourne_central_station = (TextView) findViewById(R.id.to_melbourne_central_station);
- _bg__frame_ek5 = (View) findViewById(R.id._bg__frame_ek5);
- vector_ek1 = (ImageView) findViewById(R.id.vector_ek1);
- _bg__group_15_ek1 = (View) findViewById(R.id._bg__group_15_ek1);
- rectangle_5_ek1 = (View) findViewById(R.id.rectangle_5_ek1);
- _bg__frame_ek7 = (View) findViewById(R.id._bg__frame_ek7);
- subtract_ek1 = (ImageView) findViewById(R.id.subtract_ek1);
- hurstbridge_line_ek1 = (TextView) findViewById(R.id.hurstbridge_line_ek1);
- _12_15_pm___1_19_pm_ek1 = (TextView) findViewById(R.id._12_15_pm___1_19_pm_ek1);
- _1_hr_4_min_ek1 = (TextView) findViewById(R.id._1_hr_4_min_ek1);
- from_eltham_station_ek1 = (TextView) findViewById(R.id.from_eltham_station_ek1);
- _bg__frame_ek9 = (View) findViewById(R.id._bg__frame_ek9);
- vector_ek2 = (ImageView) findViewById(R.id.vector_ek2);
- to_melbourne_central_station_ek1 = (TextView) findViewById(R.id.to_melbourne_central_station_ek1);
- _bg__frame_ek11 = (View) findViewById(R.id._bg__frame_ek11);
- vector_ek3 = (ImageView) findViewById(R.id.vector_ek3);
- header = (ImageView) findViewById(R.id.header);
- _bg__iphone_status_bar_ek1 = (View) findViewById(R.id._bg__iphone_status_bar_ek1);
- _bg__battery_ek1 = (View) findViewById(R.id._bg__battery_ek1);
- border = (View) findViewById(R.id.border);
- cap = (ImageView) findViewById(R.id.cap);
- capacity = (View) findViewById(R.id.capacity);
- wifi = (ImageView) findViewById(R.id.wifi);
- cellular_connection = (ImageView) findViewById(R.id.cellular_connection);
- _bg__time_style_ek1 = (View) findViewById(R.id._bg__time_style_ek1);
- time = (TextView) findViewById(R.id.time);
- _bg__bars_home_indicator_ek1 = (View) findViewById(R.id._bg__bars_home_indicator_ek1);
- home_indicator = (View) findViewById(R.id.home_indicator);
- _bg__group_15_ek3 = (View) findViewById(R.id._bg__group_15_ek3);
- rectangle_5_ek2 = (View) findViewById(R.id.rectangle_5_ek2);
- _bg__frame_ek13 = (View) findViewById(R.id._bg__frame_ek13);
- subtract_ek2 = (ImageView) findViewById(R.id.subtract_ek2);
- hurstbridge_line_ek2 = (TextView) findViewById(R.id.hurstbridge_line_ek2);
- _12_15_pm___1_19_pm_ek2 = (TextView) findViewById(R.id._12_15_pm___1_19_pm_ek2);
- _1_hr_4_min_ek2 = (TextView) findViewById(R.id._1_hr_4_min_ek2);
- from_victoria = (TextView) findViewById(R.id.from_victoria);
- _bg__frame_ek15 = (View) findViewById(R.id._bg__frame_ek15);
- vector_ek4 = (ImageView) findViewById(R.id.vector_ek4);
- to_melbourne_central_station_ek2 = (TextView) findViewById(R.id.to_melbourne_central_station_ek2);
- _bg__frame_ek17 = (View) findViewById(R.id._bg__frame_ek17);
- vector_ek5 = (ImageView) findViewById(R.id.vector_ek5);
- _bg__group_16_ek1 = (View) findViewById(R.id._bg__group_16_ek1);
- rectangle_5_ek3 = (View) findViewById(R.id.rectangle_5_ek3);
- _bg__frame_ek19 = (View) findViewById(R.id._bg__frame_ek19);
- subtract_ek3 = (ImageView) findViewById(R.id.subtract_ek3);
- hurstbridge_line_ek3 = (TextView) findViewById(R.id.hurstbridge_line_ek3);
- _12_15_pm___1_19_pm_ek3 = (TextView) findViewById(R.id._12_15_pm___1_19_pm_ek3);
- _1_hr_4_min_ek3 = (TextView) findViewById(R.id._1_hr_4_min_ek3);
- from_eltham_station_ek2 = (TextView) findViewById(R.id.from_eltham_station_ek2);
- _bg__frame_ek21 = (View) findViewById(R.id._bg__frame_ek21);
- vector_ek6 = (ImageView) findViewById(R.id.vector_ek6);
- to_melbourne_central_station_ek3 = (TextView) findViewById(R.id.to_melbourne_central_station_ek3);
- _bg__frame_ek23 = (View) findViewById(R.id._bg__frame_ek23);
- vector_ek7 = (ImageView) findViewById(R.id.vector_ek7);
- _bg__group_15_ek5 = (View) findViewById(R.id._bg__group_15_ek5);
- rectangle_5_ek4 = (View) findViewById(R.id.rectangle_5_ek4);
- _bg__frame_ek25 = (View) findViewById(R.id._bg__frame_ek25);
- subtract_ek4 = (ImageView) findViewById(R.id.subtract_ek4);
- hurstbridge_line_ek4 = (TextView) findViewById(R.id.hurstbridge_line_ek4);
- _12_15_pm___1_19_pm_ek4 = (TextView) findViewById(R.id._12_15_pm___1_19_pm_ek4);
- _1_hr_4_min_ek4 = (TextView) findViewById(R.id._1_hr_4_min_ek4);
- from_eltham_station_ek3 = (TextView) findViewById(R.id.from_eltham_station_ek3);
- _bg__frame_ek27 = (View) findViewById(R.id._bg__frame_ek27);
- vector_ek8 = (ImageView) findViewById(R.id.vector_ek8);
- to_melbourne_central_station_ek4 = (TextView) findViewById(R.id.to_melbourne_central_station_ek4);
- _bg__frame_ek29 = (View) findViewById(R.id._bg__frame_ek29);
- vector_ek9 = (ImageView) findViewById(R.id.vector_ek9);
- _bg__filter_bar_ek1 = (View) findViewById(R.id._bg__filter_bar_ek1);
- _bg__button_1_ek1 = (View) findViewById(R.id._bg__button_1_ek1);
- _bg__frame_ek31 = (View) findViewById(R.id._bg__frame_ek31);
- vector_ek10 = (ImageView) findViewById(R.id.vector_ek10);
- _bg__group_18_ek1 = (View) findViewById(R.id._bg__group_18_ek1);
- rectangle_5_ek5 = (View) findViewById(R.id.rectangle_5_ek5);
- _bg__frame_ek33 = (View) findViewById(R.id._bg__frame_ek33);
- subtract_ek5 = (ImageView) findViewById(R.id.subtract_ek5);
- hurstbridge_line_ek5 = (TextView) findViewById(R.id.hurstbridge_line_ek5);
- _12_15_pm___1_19_pm_ek5 = (TextView) findViewById(R.id._12_15_pm___1_19_pm_ek5);
- _1_hr_4_min_ek5 = (TextView) findViewById(R.id._1_hr_4_min_ek5);
- from_eltham_station_ek4 = (TextView) findViewById(R.id.from_eltham_station_ek4);
- _bg__frame_ek35 = (View) findViewById(R.id._bg__frame_ek35);
- vector_ek11 = (ImageView) findViewById(R.id.vector_ek11);
- to_melbourne_central_station_ek5 = (TextView) findViewById(R.id.to_melbourne_central_station_ek5);
- _bg__frame_ek37 = (View) findViewById(R.id._bg__frame_ek37);
- vector_ek12 = (ImageView) findViewById(R.id.vector_ek12);
-
-
- //custom code goes here
-
- }
-}
-
-
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg___arrival_group_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg___arrival_group_ek1_shape.xml
new file mode 100644
index 0000000..af93a87
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg___arrival_group_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg___home_notification_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg___home_notification_ek1_shape.xml
new file mode 100644
index 0000000..ea363a7
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg___home_notification_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg___home_schedule_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg___home_schedule_ek1_shape.xml
new file mode 100644
index 0000000..c7342bf
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg___home_schedule_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg___home_station_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg___home_station_ek1_shape.xml
new file mode 100644
index 0000000..ef6a9ca
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg___home_station_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg___home_trips_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg___home_trips_ek1_shape.xml
new file mode 100644
index 0000000..6371326
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg___home_trips_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg___menu_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg___menu_ek1_shape.xml
new file mode 100644
index 0000000..2bb8b1f
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg___menu_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__arrival_carton_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__arrival_carton_ek1_shape.xml
new file mode 100644
index 0000000..10442a9
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__arrival_carton_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__arrival_carton_ek3_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__arrival_carton_ek3_shape.xml
new file mode 100644
index 0000000..4b8b298
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__arrival_carton_ek3_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__arrival_group_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__arrival_group_ek1_shape.xml
new file mode 100644
index 0000000..c12dc00
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__arrival_group_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__choose_ek2_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__choose_ek2_shape.xml
new file mode 100644
index 0000000..bac44b7
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__choose_ek2_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__fe_search_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__fe_search_ek1_shape.xml
index 8f365e9..fd2fe74 100644
--- a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__fe_search_ek1_shape.xml
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__fe_search_ek1_shape.xml
@@ -2,6 +2,6 @@
-
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__hamburger_menu_ek2_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__hamburger_menu_ek2_shape.xml
new file mode 100644
index 0000000..8ab263a
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__hamburger_menu_ek2_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_notification_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_notification_ek1_shape.xml
new file mode 100644
index 0000000..370d570
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_notification_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_schedule_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_schedule_ek1_shape.xml
new file mode 100644
index 0000000..f6f2cb1
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_schedule_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_station_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_station_ek1_shape.xml
new file mode 100644
index 0000000..fbe2711
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_station_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_train_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_train_ek1_shape.xml
new file mode 100644
index 0000000..eaaf56d
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_train_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_trips_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_trips_ek1_shape.xml
new file mode 100644
index 0000000..92d1e4c
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__home_trips_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__menu_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__menu_ek1_shape.xml
new file mode 100644
index 0000000..9eca24a
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__menu_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__notification_icon_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__notification_icon_ek1_shape.xml
new file mode 100644
index 0000000..1899de6
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__notification_icon_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__schedule_group_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__schedule_group_ek1_shape.xml
new file mode 100644
index 0000000..629eb9f
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__schedule_group_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__schedule_icon_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__schedule_icon_ek1_shape.xml
new file mode 100644
index 0000000..4add900
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__schedule_icon_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__side_bar_icon_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__side_bar_icon_ek1_shape.xml
new file mode 100644
index 0000000..cfbdc37
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__side_bar_icon_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__train_icon_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__train_icon_ek1_shape.xml
new file mode 100644
index 0000000..952fcd4
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__train_icon_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_filter_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_filter_ek1_shape.xml
new file mode 100644
index 0000000..2712b6e
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_filter_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek11_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek11_shape.xml
new file mode 100644
index 0000000..7c72c4b
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek11_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek13_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek13_shape.xml
new file mode 100644
index 0000000..dbbb11b
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek13_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek15_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek15_shape.xml
new file mode 100644
index 0000000..d56ebce
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek15_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek1_shape.xml
new file mode 100644
index 0000000..49ab311
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek3_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek3_shape.xml
new file mode 100644
index 0000000..0181589
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek3_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek5_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek5_shape.xml
new file mode 100644
index 0000000..50791d5
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek5_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek7_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek7_shape.xml
new file mode 100644
index 0000000..1b127e9
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek7_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek9_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek9_shape.xml
new file mode 100644
index 0000000..eb43bfd
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_ek9_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_location_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_location_ek1_shape.xml
new file mode 100644
index 0000000..8a02ec3
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_location_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_location_ek3_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_location_ek3_shape.xml
new file mode 100644
index 0000000..02990b9
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_location_ek3_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_location_ek5_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_location_ek5_shape.xml
new file mode 100644
index 0000000..c8f92f3
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_location_ek5_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_location_ek7_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_location_ek7_shape.xml
new file mode 100644
index 0000000..7139c7b
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_frame_a_icon_location_ek7_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_icon_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_icon_ek1_shape.xml
new file mode 100644
index 0000000..544950f
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_icon_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_parta_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_parta_ek1_shape.xml
new file mode 100644
index 0000000..969c536
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_parta_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_parta_ek3_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_parta_ek3_shape.xml
new file mode 100644
index 0000000..1ea669d
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_parta_ek3_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_parta_ek5_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_parta_ek5_shape.xml
new file mode 100644
index 0000000..c699c13
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_parta_ek5_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_parta_ek7_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_parta_ek7_shape.xml
new file mode 100644
index 0000000..9c46543
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_parta_ek7_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_sort_button_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_sort_button_ek1_shape.xml
new file mode 100644
index 0000000..8e50a6b
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_sort_button_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_sort_frame_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_sort_frame_ek1_shape.xml
new file mode 100644
index 0000000..1489749
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/_bg__trip_sort_frame_ek1_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/arrival_background_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/arrival_background_shape.xml
new file mode 100644
index 0000000..3035133
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/arrival_background_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/arrival_vector_ellipse_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/arrival_vector_ellipse_shape.xml
new file mode 100644
index 0000000..0cd394c
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/arrival_vector_ellipse_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/ellipse_11_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/ellipse_11_shape.xml
index 777407e..9deff93 100644
--- a/MyApp_1/app/src/main/res/drawable-nodpi/ellipse_11_shape.xml
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/ellipse_11_shape.xml
@@ -2,6 +2,6 @@
-
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/ellipse_12_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/ellipse_12_shape.xml
index 5140d06..5921e85 100644
--- a/MyApp_1/app/src/main/res/drawable-nodpi/ellipse_12_shape.xml
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/ellipse_12_shape.xml
@@ -2,6 +2,6 @@
-
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/notification_icon_ellipse_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/notification_icon_ellipse_shape.xml
new file mode 100644
index 0000000..e449e2e
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/notification_icon_ellipse_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/schedule_icon_ellipse_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/schedule_icon_ellipse_shape.xml
new file mode 100644
index 0000000..de64a66
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/schedule_icon_ellipse_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/side_bar_blue_frame_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/side_bar_blue_frame_shape.xml
new file mode 100644
index 0000000..9538fc8
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/side_bar_blue_frame_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/side_bar_white_frame_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/side_bar_white_frame_shape.xml
new file mode 100644
index 0000000..98d20ae
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/side_bar_white_frame_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/station_icon_ellipse_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/station_icon_ellipse_shape.xml
new file mode 100644
index 0000000..c603c11
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/station_icon_ellipse_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/train_icon_ellipse__shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/train_icon_ellipse__shape.xml
new file mode 100644
index 0000000..97284d5
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/train_icon_ellipse__shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/trip_icon_ellipse_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/trip_icon_ellipse_shape.xml
new file mode 100644
index 0000000..51b6039
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/trip_icon_ellipse_shape.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/tripa_ek1_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/tripa_ek1_shape.xml
new file mode 100644
index 0000000..13759c8
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/tripa_ek1_shape.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/tripa_ek2_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/tripa_ek2_shape.xml
new file mode 100644
index 0000000..7262e58
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/tripa_ek2_shape.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/tripa_ek3_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/tripa_ek3_shape.xml
new file mode 100644
index 0000000..4ecf27e
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/tripa_ek3_shape.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable-nodpi/tripa_shape.xml b/MyApp_1/app/src/main/res/drawable-nodpi/tripa_shape.xml
new file mode 100644
index 0000000..b553c25
--- /dev/null
+++ b/MyApp_1/app/src/main/res/drawable-nodpi/tripa_shape.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
diff --git a/MyApp_1/app/src/main/res/drawable/arrival_carton_icon.png b/MyApp_1/app/src/main/res/drawable/arrival_carton_icon.png
new file mode 100644
index 0000000..4486cc4
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/arrival_carton_icon.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/arrival_vector.png b/MyApp_1/app/src/main/res/drawable/arrival_vector.png
new file mode 100644
index 0000000..da02971
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/arrival_vector.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/arrval_bus_icon.png b/MyApp_1/app/src/main/res/drawable/arrval_bus_icon.png
new file mode 100644
index 0000000..c0fdb56
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/arrval_bus_icon.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/fill.png b/MyApp_1/app/src/main/res/drawable/fill.png
index 741689a..0925f04 100644
Binary files a/MyApp_1/app/src/main/res/drawable/fill.png and b/MyApp_1/app/src/main/res/drawable/fill.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/header.png b/MyApp_1/app/src/main/res/drawable/header.png
new file mode 100644
index 0000000..fa44112
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/header.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/image_5.png b/MyApp_1/app/src/main/res/drawable/image_5.png
new file mode 100644
index 0000000..e2989d4
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/image_5.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/location.png b/MyApp_1/app/src/main/res/drawable/location.png
new file mode 100644
index 0000000..6c1b2fc
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/location.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/menu_vector_1.png b/MyApp_1/app/src/main/res/drawable/menu_vector_1.png
new file mode 100644
index 0000000..e74de14
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/menu_vector_1.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/menu_vector_2.png b/MyApp_1/app/src/main/res/drawable/menu_vector_2.png
new file mode 100644
index 0000000..28da267
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/menu_vector_2.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/menu_vector_3.png b/MyApp_1/app/src/main/res/drawable/menu_vector_3.png
new file mode 100644
index 0000000..4857463
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/menu_vector_3.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/notification_icon_ek2.png b/MyApp_1/app/src/main/res/drawable/notification_icon_ek2.png
new file mode 100644
index 0000000..0cbd0a9
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/notification_icon_ek2.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/outline.png b/MyApp_1/app/src/main/res/drawable/outline.png
index 605691d..ba0b537 100644
Binary files a/MyApp_1/app/src/main/res/drawable/outline.png and b/MyApp_1/app/src/main/res/drawable/outline.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/part1_cal.png b/MyApp_1/app/src/main/res/drawable/part1_cal.png
new file mode 100644
index 0000000..bd6979d
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/part1_cal.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/part2_cal.png b/MyApp_1/app/src/main/res/drawable/part2_cal.png
new file mode 100644
index 0000000..eac5c39
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/part2_cal.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/part3_cal.png b/MyApp_1/app/src/main/res/drawable/part3_cal.png
new file mode 100644
index 0000000..ec4fbe4
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/part3_cal.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/part4_cal.png b/MyApp_1/app/src/main/res/drawable/part4_cal.png
new file mode 100644
index 0000000..882fbc9
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/part4_cal.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/part5_cal.png b/MyApp_1/app/src/main/res/drawable/part5_cal.png
new file mode 100644
index 0000000..4ca854e
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/part5_cal.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/part6_cal.png b/MyApp_1/app/src/main/res/drawable/part6_cal.png
new file mode 100644
index 0000000..9da9c1c
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/part6_cal.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/person_icon.png b/MyApp_1/app/src/main/res/drawable/person_icon.png
new file mode 100644
index 0000000..36eb796
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/person_icon.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/reception.png b/MyApp_1/app/src/main/res/drawable/reception.png
index 4ac309c..dee7f44 100644
Binary files a/MyApp_1/app/src/main/res/drawable/reception.png and b/MyApp_1/app/src/main/res/drawable/reception.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/rectangle_43.png b/MyApp_1/app/src/main/res/drawable/rectangle_43.png
index 05e89aa..42ce7e1 100644
Binary files a/MyApp_1/app/src/main/res/drawable/rectangle_43.png and b/MyApp_1/app/src/main/res/drawable/rectangle_43.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/station_icon.png b/MyApp_1/app/src/main/res/drawable/station_icon.png
new file mode 100644
index 0000000..e2989d4
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/station_icon.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/train_icon_ek2.png b/MyApp_1/app/src/main/res/drawable/train_icon_ek2.png
new file mode 100644
index 0000000..078726e
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/train_icon_ek2.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/train_image.png b/MyApp_1/app/src/main/res/drawable/train_image.png
new file mode 100644
index 0000000..573a1a7
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/train_image.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/tram_1.png b/MyApp_1/app/src/main/res/drawable/tram_1.png
index b5f3729..5d50589 100644
Binary files a/MyApp_1/app/src/main/res/drawable/tram_1.png and b/MyApp_1/app/src/main/res/drawable/tram_1.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/trip_from.png b/MyApp_1/app/src/main/res/drawable/trip_from.png
new file mode 100644
index 0000000..f28c571
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/trip_from.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/trip_icon_ek2.png b/MyApp_1/app/src/main/res/drawable/trip_icon_ek2.png
new file mode 100644
index 0000000..98c37ed
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/trip_icon_ek2.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/trip_sort_vector.png b/MyApp_1/app/src/main/res/drawable/trip_sort_vector.png
new file mode 100644
index 0000000..3083abf
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/trip_sort_vector.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/trip_to.png b/MyApp_1/app/src/main/res/drawable/trip_to.png
new file mode 100644
index 0000000..0ac68ac
Binary files /dev/null and b/MyApp_1/app/src/main/res/drawable/trip_to.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/vector.png b/MyApp_1/app/src/main/res/drawable/vector.png
index 8910df8..4857463 100644
Binary files a/MyApp_1/app/src/main/res/drawable/vector.png and b/MyApp_1/app/src/main/res/drawable/vector.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/vector_ek1.png b/MyApp_1/app/src/main/res/drawable/vector_ek1.png
index e720fe0..28da267 100644
Binary files a/MyApp_1/app/src/main/res/drawable/vector_ek1.png and b/MyApp_1/app/src/main/res/drawable/vector_ek1.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/vector_ek10.png b/MyApp_1/app/src/main/res/drawable/vector_ek10.png
index faf90cc..ec4fbe4 100644
Binary files a/MyApp_1/app/src/main/res/drawable/vector_ek10.png and b/MyApp_1/app/src/main/res/drawable/vector_ek10.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/vector_ek11.png b/MyApp_1/app/src/main/res/drawable/vector_ek11.png
index faf90cc..eac5c39 100644
Binary files a/MyApp_1/app/src/main/res/drawable/vector_ek11.png and b/MyApp_1/app/src/main/res/drawable/vector_ek11.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/vector_ek12.png b/MyApp_1/app/src/main/res/drawable/vector_ek12.png
index 9b195f1..bd6979d 100644
Binary files a/MyApp_1/app/src/main/res/drawable/vector_ek12.png and b/MyApp_1/app/src/main/res/drawable/vector_ek12.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/vector_ek13.png b/MyApp_1/app/src/main/res/drawable/vector_ek13.png
index 66c0940..0cff730 100644
Binary files a/MyApp_1/app/src/main/res/drawable/vector_ek13.png and b/MyApp_1/app/src/main/res/drawable/vector_ek13.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/vector_ek2.png b/MyApp_1/app/src/main/res/drawable/vector_ek2.png
index c0fdb56..e74de14 100644
Binary files a/MyApp_1/app/src/main/res/drawable/vector_ek2.png and b/MyApp_1/app/src/main/res/drawable/vector_ek2.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/vector_ek3.png b/MyApp_1/app/src/main/res/drawable/vector_ek3.png
index 4486cc4..ed465f7 100644
Binary files a/MyApp_1/app/src/main/res/drawable/vector_ek3.png and b/MyApp_1/app/src/main/res/drawable/vector_ek3.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/vector_ek4.png b/MyApp_1/app/src/main/res/drawable/vector_ek4.png
index da02971..d599a10 100644
Binary files a/MyApp_1/app/src/main/res/drawable/vector_ek4.png and b/MyApp_1/app/src/main/res/drawable/vector_ek4.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/vector_ek5.png b/MyApp_1/app/src/main/res/drawable/vector_ek5.png
index da02971..078726e 100644
Binary files a/MyApp_1/app/src/main/res/drawable/vector_ek5.png and b/MyApp_1/app/src/main/res/drawable/vector_ek5.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/vector_ek6.png b/MyApp_1/app/src/main/res/drawable/vector_ek6.png
index 3e86a48..078726e 100644
Binary files a/MyApp_1/app/src/main/res/drawable/vector_ek6.png and b/MyApp_1/app/src/main/res/drawable/vector_ek6.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/vector_ek7.png b/MyApp_1/app/src/main/res/drawable/vector_ek7.png
index 1d09903..9da9c1c 100644
Binary files a/MyApp_1/app/src/main/res/drawable/vector_ek7.png and b/MyApp_1/app/src/main/res/drawable/vector_ek7.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/vector_ek8.png b/MyApp_1/app/src/main/res/drawable/vector_ek8.png
index 64bb6f3..4ca854e 100644
Binary files a/MyApp_1/app/src/main/res/drawable/vector_ek8.png and b/MyApp_1/app/src/main/res/drawable/vector_ek8.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/vector_ek9.png b/MyApp_1/app/src/main/res/drawable/vector_ek9.png
index 64bb6f3..882fbc9 100644
Binary files a/MyApp_1/app/src/main/res/drawable/vector_ek9.png and b/MyApp_1/app/src/main/res/drawable/vector_ek9.png differ
diff --git a/MyApp_1/app/src/main/res/drawable/wifi.png b/MyApp_1/app/src/main/res/drawable/wifi.png
index 96fae9e..bd8b9ca 100644
Binary files a/MyApp_1/app/src/main/res/drawable/wifi.png and b/MyApp_1/app/src/main/res/drawable/wifi.png differ
diff --git a/MyApp_1/app/src/main/res/layout/activity_home3.xml b/MyApp_1/app/src/main/res/layout/activity_home3.xml
new file mode 100644
index 0000000..a7d7c1b
--- /dev/null
+++ b/MyApp_1/app/src/main/res/layout/activity_home3.xml
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/activity_menu.xml b/MyApp_1/app/src/main/res/layout/activity_menu.xml
new file mode 100644
index 0000000..77a996a
--- /dev/null
+++ b/MyApp_1/app/src/main/res/layout/activity_menu.xml
@@ -0,0 +1,453 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/activity_trips.xml b/MyApp_1/app/src/main/res/layout/activity_trips.xml
new file mode 100644
index 0000000..b2795dc
--- /dev/null
+++ b/MyApp_1/app/src/main/res/layout/activity_trips.xml
@@ -0,0 +1,9 @@
+
+
+
+
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/begin.xml b/MyApp_1/app/src/main/res/layout/begin.xml
index 53d7663..22ff9f9 100644
--- a/MyApp_1/app/src/main/res/layout/begin.xml
+++ b/MyApp_1/app/src/main/res/layout/begin.xml
@@ -1,141 +1,63 @@
-
-
-
+
+
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toEndOf="parent">
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/getinh_started.xml b/MyApp_1/app/src/main/res/layout/getinh_started.xml
index b1d1d2b..ccce2c4 100644
--- a/MyApp_1/app/src/main/res/layout/getinh_started.xml
+++ b/MyApp_1/app/src/main/res/layout/getinh_started.xml
@@ -1,158 +1,88 @@
-
-
-
+
+
-
+
+
-
-
-
-
-
-
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toEndOf="parent">
-
+ android:layout_height="wrap_content">
-
+ android:layout_height="926dp"
+ android:layout_marginStart="0dp"
+ android:layout_marginTop="0dp"
+ android:background="@drawable/_bg__getinh_started_ek2_shape" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+ android:src="@drawable/rectangle_43" />
-
-
-
+ android:textColor="@color/_bg__iphone_status_bar_ek1_color"
+ android:textSize="25sp"
+ android:textStyle="bold" />
-
-
-
+ android:textColor="@color/_bg__getinh_started_ek2_color"
+ android:textSize="22sp" />
-
-
+ android:layout_height="55dp" />
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/getinh_started_2.xml b/MyApp_1/app/src/main/res/layout/getinh_started_2.xml
index def6a72..bf5fd23 100644
--- a/MyApp_1/app/src/main/res/layout/getinh_started_2.xml
+++ b/MyApp_1/app/src/main/res/layout/getinh_started_2.xml
@@ -1,282 +1,211 @@
-
-
-
+
+
-
+
+
-
-
-
-
-
-
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toEndOf="parent">
-
-
+ android:layout_height="926dp" />
-
+
+
+
+
+
+
+
+
+
+
+
-
-
+
-
-
-
+ android:layout_width="75.2dp"
+ android:layout_height="61.2dp"
+ android:text="@string/next_string"
+ />
-
-
-
-
-
+
-
+
-
+
-
+
+
+
-
+
-
+
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/hamburger_menu.xml b/MyApp_1/app/src/main/res/layout/hamburger_menu.xml
new file mode 100644
index 0000000..e56bcf5
--- /dev/null
+++ b/MyApp_1/app/src/main/res/layout/hamburger_menu.xml
@@ -0,0 +1,344 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/home.xml b/MyApp_1/app/src/main/res/layout/home.xml
deleted file mode 100644
index d78afdd..0000000
--- a/MyApp_1/app/src/main/res/layout/home.xml
+++ /dev/null
@@ -1,664 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/login_page.xml b/MyApp_1/app/src/main/res/layout/login_page.xml
index 330cfe7..7adbff3 100644
--- a/MyApp_1/app/src/main/res/layout/login_page.xml
+++ b/MyApp_1/app/src/main/res/layout/login_page.xml
@@ -1,230 +1,154 @@
-
-
-
+
+
-
+
+
-
-
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toEndOf="parent">
-
-
-
-
-
-
-
-
-
+ android:layout_height="926dp" />
-
+
+
+
+
+
+
+
+
+
-
-
+
+
+ android:layout_width="372dp"
+ android:layout_height="60dp" />
-
-
-
+
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/notifications.xml b/MyApp_1/app/src/main/res/layout/notifications.xml
index 791dc59..179bd4e 100644
--- a/MyApp_1/app/src/main/res/layout/notifications.xml
+++ b/MyApp_1/app/src/main/res/layout/notifications.xml
@@ -1,575 +1,469 @@
-
-
-
+
+
-
+
+
-
-
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toEndOf="parent">
-
-
-
-
+ android:layout_height="wrap_content">
-
+ android:layout_height="926dp" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ android:layout_marginTop="180dp"
+ android:layout_width="428dp"
+ android:layout_height="110dp" />
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/pw_reset.xml b/MyApp_1/app/src/main/res/layout/pw_reset.xml
index 874c963..7c20b1c 100644
--- a/MyApp_1/app/src/main/res/layout/pw_reset.xml
+++ b/MyApp_1/app/src/main/res/layout/pw_reset.xml
@@ -1,242 +1,165 @@
-
-
-
+
+
-
+
+
-
-
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toEndOf="parent">
-
-
-
-
-
-
-
+ android:layout_height="926dp" />
-
+
+
+
+
+
+
+
-
-
+
+
+ android:layout_width="128dp"
+ android:layout_height="60dp" />
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
+
-
+
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/schedule.xml b/MyApp_1/app/src/main/res/layout/schedule.xml
index 7f77e63..40a4fba 100644
--- a/MyApp_1/app/src/main/res/layout/schedule.xml
+++ b/MyApp_1/app/src/main/res/layout/schedule.xml
@@ -1,449 +1,374 @@
-
-
-
+
+
-
+
+
-
-
-
-
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toEndOf="parent">
-
-
+ android:layout_height="926dp" />
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ android:layout_height="10dp" />
+
+
+
+
+
+
+
+
+
+
-
-
+
-
+
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/sign_in.xml b/MyApp_1/app/src/main/res/layout/sign_in.xml
index 2456d92..15d290a 100644
--- a/MyApp_1/app/src/main/res/layout/sign_in.xml
+++ b/MyApp_1/app/src/main/res/layout/sign_in.xml
@@ -1,321 +1,245 @@
-
-
-
+
+
-
+
+
-
-
-
-
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toEndOf="parent">
-
-
+ android:layout_height="926dp" />
-
+
-
-
-
-
-
-
+ android:layout_width="35dp"
+ android:layout_height="30dp" />
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/station_details.xml b/MyApp_1/app/src/main/res/layout/station_details.xml
deleted file mode 100644
index a6ebfb4..0000000
--- a/MyApp_1/app/src/main/res/layout/station_details.xml
+++ /dev/null
@@ -1,435 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/stations.xml b/MyApp_1/app/src/main/res/layout/stations.xml
deleted file mode 100644
index 5be4d60..0000000
--- a/MyApp_1/app/src/main/res/layout/stations.xml
+++ /dev/null
@@ -1,495 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/layout/trips.xml b/MyApp_1/app/src/main/res/layout/trips.xml
index 1caa68b..16ac2ef 100644
--- a/MyApp_1/app/src/main/res/layout/trips.xml
+++ b/MyApp_1/app/src/main/res/layout/trips.xml
@@ -7,7 +7,7 @@
*
* @desc
* @file bxs_wallet
- * @date Saturday 28th of October 2023 06:29:56 AM
+ * @date Wednesday 01st of November 2023 06:50:02 PM
* @title Page 1
* @author
* @keywords
@@ -39,49 +39,57 @@
android:layout_width="428dp"
android:layout_height="926dp" />
+
-
-
-
-
-
-
@@ -89,9 +97,9 @@
@@ -99,10 +107,10 @@
@@ -110,44 +118,43 @@
-
-
-
@@ -155,365 +162,282 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #FFFFFF
#616161
#ffffff
+
+
+ #000000
+ #E9F3F9
+
+ #000000
+ #D1E6E9
+ #FFFFFF
+ #0075CA
+ #000000
+ #E9F3F9
+ #FFFFFF
+ #000000
+
+ #000000
+ #FFFFFF
\ No newline at end of file
diff --git a/MyApp_1/app/src/main/res/values/strings.xml b/MyApp_1/app/src/main/res/values/strings.xml
index c7ed7d8..58f4bba 100644
--- a/MyApp_1/app/src/main/res/values/strings.xml
+++ b/MyApp_1/app/src/main/res/values/strings.xml
@@ -1,147 +1,158 @@
-
+
- Page 1
- ExportKit Image
- 19:02
- Username
- Forgot Password?
- Password
- Login
- Dont have an account? Sign Up
- Enter the email associated with your account.
- Email address
- abcd@gmail.com
- Send
- Reset password
- Register
- Name
- Phone Number
- Email
- NIC Number
- Create Account
- Alexandrias Tram Prediction
- Skip
- This app will provide accurate tram arriving time at selected stations
- Get Started
- Find your trains easily and buytickets online.
- Next
- Find your train easily
- Victoria
- Sidi Gaber
- From
- To
- Estimated Destination Time
- Sidi Gaber
- Arrival in 31mins
- Arrival Time:
- Victoria
- Predicted Time
- Notifications
- Today
- Yesterday
- The train from Colombo to Aluthgama now arrives at the 1st...
- The express train from Colombo to Galle will be delayed.
- Visit our website today.www.railway.gov.lk
- Your train KTS/MDA-1122 is arriving now
- Ticket purchase successful.
- Ticket purchase successful.
- Now
- 20 May
- 20 May
- 5 min
- 20 May
- 20 May
- Schedule
- Start Station:
- End Station:
- Start Time:
- End Time:
- Date:
- DD/ MM/ YY
- Search Train
- -SELECT-
- -SELECT-
- -SELECT-
- -SELECT-
- Fort Railway Station
- Fort railway station is a major rail hub in Colombo, Sri Lanka. The station is served by Sri Lanka Railways, with many inter-city and commuter trains entering each day. Fort Station is the main rail gateway to central Colombo; it is the terminus of most intercity trains in the country.
- Address:
- Head of the Organization:
- General Information
- Hours:
- Phone:
- Fax Nos :
- Telephones :
- Email:
- Colombo
- Mr. Jayasundara
- +94 11 2 446490
- +94 11 4 600 111
- gmr@railway.gov.lk
- Open - 24 Hours
- 011 2434215
- Abanpola
- Agbopura
- Ahungalle
- Akurala
- Alawwa
- Alawathupitiya
- Aluthgama
- Ambalangoda
- Ambepussa
- Aluthgama
- Badulla
- Balapitiya
- Babarenda
- Bambalapitiya
- Bandarawela
- Bangadeniya
- Batticaloa
- Batuwatta
- Chavakachcheri
- Colombo Fort
- A
- B
- c
- Stations
- Search...
- Good Evening ! 7amo
- Trips
- Trains
- Trains
- Schedule
- Notifications
- Stations
- Hurstbridge line
- 12:15 PM - 1:19 PM
- 1 hr 4 min
- From Eltham Station
- To Melbourne Central Station
- Hurstbridge line
- 12:15 PM - 1:19 PM
- 1 hr 4 min
- From Eltham Station
- To Melbourne Central Station
- Hurstbridge line
- 12:15 PM - 1:19 PM
- 1 hr 4 min
- From Eltham Station
- To Melbourne Central Station
- Hurstbridge line
- 12:15 PM - 1:19 PM
- 1 hr 4 min
- From Eltham Station
- To Melbourne Central Station
- Hurstbridge line
- 12:15 PM - 1:19 PM
- 1 hr 4 min
- From Eltham Station
- To Melbourne Central Station
- Hurstbridge line
- 12:15 PM - 1:19 PM
- 1 hr 4 min
- From Eltham Station
- To Melbourne Central Station
+ Page 1
+ ExportKit Image
+ 19:02
+ Good Evening !
+ Username
+ Forgot Password?
+ Password
+ Login
+ Dont have an account? Sign Up
+ Enter the email associated with your account.
+ Email address
+ abcd@gmail.com
+ Send
+ Reset password
+ Register
+ Name
+ Phone Number
+ Email
+ NIC Number
+ Create Account
+ Alexandrias Tram Prediction
+ Skip
+ This app will provide accurate tram arriving time at selected stations
+ Get Started
+ Find your trains easily and buytickets online.
+ Next
+ Find your train easily
+ Victoria
+ Sidi Gaber
+ From
+ To
+ Estimated Destination Time
+ Sidi Gaber
+ Arrival in 31mins
+ Arrival Time:
+ Victoria
+ Predicted Time
+ Notifications
+ Today
+ Yesterday
+ The train from Colombo to Aluthgama now arrives at the 1st...
+ The express train from Colombo to Galle will be delayed.
+ Visit our website today.www.railway.gov.lk
+ Your train KTS/MDA-1122 is arriving now
+ Ticket purchase successful.
+ Ticket purchase successful.
+ Now
+ 20 May
+ 20 May
+ 5 min
+ 20 May
+ 20 May
+ Schedule
+ Start Station:
+ End Station:
+ Start Time:
+ End Time:
+ Date:
+ DD/ MM/ YY
+ Search Train
+ -SELECT-
+ -SELECT-
+ -SELECT-
+ -SELECT-
+ Fort Railway Station
+ Fort railway station is a major rail hub in Colombo, Sri Lanka. The station is served by Sri Lanka Railways, with many inter-city and commuter trains entering each day. Fort Station is the main rail gateway to central Colombo; it is the terminus of most intercity trains in the country.
+ Address:
+ Head of the Organization:
+ General Information
+ Hours:
+ Phone:
+ Fax Nos :
+ Telephones :
+ Email:
+ Colombo
+ Mr. Jayasundara
+ +94 11 2 446490
+ +94 11 4 600 111
+ gmr@railway.gov.lk
+ Open - 24 Hours
+ 011 2434215
+ Abanpola
+ Agbopura
+ Ahungalle
+ Akurala
+ Alawwa
+ Alawathupitiya
+ Aluthgama
+ Ambalangoda
+ Ambepussa
+ Aluthgama
+ Badulla
+ Balapitiya
+ Babarenda
+ Bambalapitiya
+ Bandarawela
+ Bangadeniya
+ Batticaloa
+ Batuwatta
+ Chavakachcheri
+ Colombo Fort
+ A
+ B
+ c
+ Stations
+ Search...
+ Good Evening ! 7amo
+ Trips
+ Trains
+ Trains
+ Schedule
+ Notifications
+ Stations
+ Hurstbridge line
+ 12:15 PM - 1:19 PM
+ 1 hr 4 min
+ From Eltham Station
+ To Melbourne Central Station
+ Hurstbridge line
+ 12:15 PM - 1:19 PM
+ 1 hr 4 min
+ From Eltham Station
+ To Melbourne Central Station
+ Hurstbridge line
+ 12:15 PM - 1:19 PM
+ 1 hr 4 min
+ From Eltham Station
+ To Melbourne Central Station
+ Hurstbridge line
+ 12:15 PM - 1:19 PM
+ 1 hr 4 min
+ From Eltham Station
+ To Melbourne Central Station
+ Hurstbridge line
+ 12:15 PM - 1:19 PM
+ 1 hr 4 min
+ From Eltham Station
+ To Melbourne Central Station
+ Hurstbridge line
+ 12:15 PM - 1:19 PM
+ 1 hr 4 min
+ From Eltham Station
+ To Melbourne Central Station
+
+
+ App version 1.0.0.0
+ Notification
+
+ From Eltham Station
+
+ From Eltham Station
+
+ From Eltham Station
\ No newline at end of file
diff --git a/WITL b/WITL
deleted file mode 160000
index 62cc2e4..0000000
--- a/WITL
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 62cc2e46e7688343367ce23ce75a9bb148940f81