IanTDuncan / MealTime

Project for CSC 480
0 stars 0 forks source link

Creation of account_options_activity.xml #104

Closed bdshanks-28 closed 4 months ago

bdshanks-28 commented 4 months ago

Creation of account_options_activity.xml

Description:

Creation of account_options_activity.xml file.

Expected vs. Actual Behavior:

Created the page under this xml file. Worked as expected.

Code Snippets:

<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">

Environment Details:

Android Studio IDE, kotlin, xml file

Current Status:

Completed