diff --git a/app/src/main/java/dz/notacompany/riide/ProfileLoggedinFragment.kt b/app/src/main/java/dz/notacompany/riide/ProfileLoggedinFragment.kt index 9ee7073..a429a40 100644 --- a/app/src/main/java/dz/notacompany/riide/ProfileLoggedinFragment.kt +++ b/app/src/main/java/dz/notacompany/riide/ProfileLoggedinFragment.kt @@ -107,7 +107,7 @@ class ProfileLoggedinFragment : Fragment(R.layout.fragment_profile_loggedin) { MaterialAlertDialogBuilder(requireContext()) .setTitle("What is RiiDE?") - .setMessage("RiiDE is an algerian local carpooling app, it provides you the ability to create and share, or join trips.\nTo start using it, either search for a trip, join it then contact the driver via the info on their profile, or make your own trip and wait for people to join it.\n\nThis app was made as an end of cycle project for our bachelor's CS degree.\n\nGithub: @50t0r25 @windyznuts") + .setMessage("RiiDE is an algerian local carpooling app, it provides you the ability to create and share, or join trips.\nTo start using it, first fill in the \"contact info\" field in your profile, now you can either search for a trip, join it then contact the driver via the info on their profile, or make your own trip and wait for people to join it.\nNote: You can only be in one trip at a time.\n\nThis app was made as an end of cycle project for our bachelor's CS degree.\n\nGithub: @50t0r25 @windyznuts") .setPositiveButton("Close", null) .show() } diff --git a/app/src/main/res/layout/fragment_profile_loggedin.xml b/app/src/main/res/layout/fragment_profile_loggedin.xml index b9973d3..213ea15 100644 --- a/app/src/main/res/layout/fragment_profile_loggedin.xml +++ b/app/src/main/res/layout/fragment_profile_loggedin.xml @@ -126,7 +126,7 @@ android:layout_height="wrap_content" android:layout_marginTop="10dp" android:fontFamily="@font/cairo_medium" - android:text="Find yourself a trip to any given destination, or create your own, and enjoy the company of cheerful passengers!" + android:text="Find yourself a trip to any given destination, or create your own and enjoy the company of cheerful passengers!" android:textAlignment="center" android:textColor="@color/secondary_text" android:textSize="17sp"