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/fragment_room.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 app/src/main/res/layout/fragment_room.xml (limited to 'app/src/main/res/layout/fragment_room.xml') 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 -- cgit v1.2.3