Skip to content

Commit

Permalink
Slight text modifications before first release
Browse files Browse the repository at this point in the history
  • Loading branch information
50t0r25 committed Apr 29, 2022
1 parent 79ab3e8 commit 3857915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_profile_loggedin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3857915

Please sign in to comment.