From 47ffcc64c0d443b16169f43848f1453ca8144031 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Fri, 30 Apr 2021 13:40:14 -0600 Subject: finished designing fragments, need to start programming them soon --- app/src/main/res/layout/activity_main.xml | 54 +++++++++++++++++---- app/src/main/res/layout/activity_wiimmfi.xml | 55 ++++++++++++++++++++++ .../res/layout/fragment_recent_friend_codes.xml | 23 +++++++++ app/src/main/res/layout/fragment_room.xml | 25 ++++++++++ .../main/res/layout/friend_code_input_fragment.xml | 39 +++++++++++++++ .../main/res/layout/recent_friend_codes_item.xml | 18 +++++++ app/src/main/res/layout/room_player_data_item.xml | 37 +++++++++++++++ 7 files changed, 241 insertions(+), 10 deletions(-) create mode 100644 app/src/main/res/layout/activity_wiimmfi.xml create mode 100644 app/src/main/res/layout/fragment_recent_friend_codes.xml create mode 100644 app/src/main/res/layout/fragment_room.xml create mode 100644 app/src/main/res/layout/friend_code_input_fragment.xml create mode 100644 app/src/main/res/layout/recent_friend_codes_item.xml create mode 100644 app/src/main/res/layout/room_player_data_item.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 4fc2444..47d93ae 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,18 +1,52 @@ - - + - \ No newline at end of file + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_wiimmfi.xml b/app/src/main/res/layout/activity_wiimmfi.xml new file mode 100644 index 0000000..c7a94fd --- /dev/null +++ b/app/src/main/res/layout/activity_wiimmfi.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_recent_friend_codes.xml b/app/src/main/res/layout/fragment_recent_friend_codes.xml new file mode 100644 index 0000000..b1cbfe7 --- /dev/null +++ b/app/src/main/res/layout/fragment_recent_friend_codes.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_room.xml b/app/src/main/res/layout/fragment_room.xml new file mode 100644 index 0000000..42d0d60 --- /dev/null +++ b/app/src/main/res/layout/fragment_room.xml @@ -0,0 +1,25 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/friend_code_input_fragment.xml b/app/src/main/res/layout/friend_code_input_fragment.xml new file mode 100644 index 0000000..66c62ed --- /dev/null +++ b/app/src/main/res/layout/friend_code_input_fragment.xml @@ -0,0 +1,39 @@ + + + + + + + +