CMPUT301F23T01 / Sigma-Blue

Introduction to Software engineering project repository
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Jfshaw1/feature/login page xml #55

Closed JoshuaShaw-13 closed 11 months ago

JoshuaShaw-13 commented 11 months ago

Added login_page_activity.xml and login_page_fragment.xml as well as added new strings to strings.xml

login_page_activity.xml is for the main page that shows app title and buttons for creating new account and logging in login_page_fragment.xml is the popup when either button is pressed that allows users to input username and password (title and function of this fragment is different depending on popup)

Note: I created a string for app title as it was needed for the main activity but I put in a filler value as we have not determined a title yet