From 99643e5be84af7e8da217ed48597ceb3c9d3bc85 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 4 May 2021 17:59:55 -0600 Subject: before i get too deep in the database stuff --- app/src/main/res/layout/activity_main.xml | 2 +- app/src/main/res/layout/activity_wiimmfi.xml | 24 ++++++++++++---------- .../res/layout/fragment_recent_friend_codes.xml | 14 ++++++++++--- app/src/main/res/layout/fragment_room.xml | 18 +++++++++++++--- .../main/res/layout/friend_code_input_fragment.xml | 13 ++++++++++-- .../main/res/layout/recent_friend_codes_item.xml | 2 +- app/src/main/res/layout/room_player_data_item.xml | 7 +++++-- 7 files changed, 57 insertions(+), 23 deletions(-) (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 e13dc7b..05b6e5b 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -38,7 +38,7 @@ app:layout_constraintTop_toBottomOf="@+id/appBarLayout" /> + tools:context=".wiimmfi.WiimmfiActivity"> + android:elevation="0dp" + app:navigationIcon="@drawable/ic_baseline_menu_24" + app:title="Watching 0000-0000-0000" /> + app:layout_behavior="@string/appbar_scrolling_view_behavior"> + + @@ -47,8 +49,8 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="start" - app:menu="@menu/drawer_navigation_menu" - > + app:menu="@menu/drawer_navigation_menu"> + diff --git a/app/src/main/res/layout/fragment_recent_friend_codes.xml b/app/src/main/res/layout/fragment_recent_friend_codes.xml index b1cbfe7..e05ce4a 100644 --- a/app/src/main/res/layout/fragment_recent_friend_codes.xml +++ b/app/src/main/res/layout/fragment_recent_friend_codes.xml @@ -1,7 +1,7 @@ - @@ -12,7 +12,8 @@ android:padding="15dp" android:text="Recently Watched Friend Codes:" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintStart_toStartOf="parent" /> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> + + + + + + + \ 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 index 42d0d60..467348b 100644 --- a/app/src/main/res/layout/fragment_room.xml +++ b/app/src/main/res/layout/fragment_room.xml @@ -5,21 +5,33 @@ android:layout_height="match_parent" android:foregroundTint="@color/white"> + + + android:layout_height="0dp" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintTop_toBottomOf="@+id/room_header_text" /> + app:tint="@color/white" /> \ 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 index b834f75..4f3b9ea 100644 --- a/app/src/main/res/layout/friend_code_input_fragment.xml +++ b/app/src/main/res/layout/friend_code_input_fragment.xml @@ -16,7 +16,7 @@ tools:layout_editor_absoluteY="15dp" /> + app:layout_constraintTop_toBottomOf="@+id/friend_code_edit_text" /> + + \ No newline at end of file diff --git a/app/src/main/res/layout/recent_friend_codes_item.xml b/app/src/main/res/layout/recent_friend_codes_item.xml index cc2e5db..e56629a 100644 --- a/app/src/main/res/layout/recent_friend_codes_item.xml +++ b/app/src/main/res/layout/recent_friend_codes_item.xml @@ -6,7 +6,7 @@ android:layout_height="match_parent">