From 75a13f1ac2e805325784ef893fe0c481873fd22c Mon Sep 17 00:00:00 2001 From: Austin Sun Date: Tue, 30 Apr 2019 01:21:23 -0500 Subject: [PATCH] make scrollable --- .../app/src/main/res/layout/activity_main.xml | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/AndroidStudioProjects/cs498teamassign5/app/src/main/res/layout/activity_main.xml b/AndroidStudioProjects/cs498teamassign5/app/src/main/res/layout/activity_main.xml index 3179039..b4b8973 100644 --- a/AndroidStudioProjects/cs498teamassign5/app/src/main/res/layout/activity_main.xml +++ b/AndroidStudioProjects/cs498teamassign5/app/src/main/res/layout/activity_main.xml @@ -107,9 +107,9 @@ android:id="@+id/myTeamScore" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignEnd="@+id/myTeamName" + android:layout_alignStart="@+id/myTeamName" android:layout_below="@+id/myTeamName" - android:layout_marginEnd="12dp" + android:layout_marginStart="18dp" android:fontFamily="sans-serif-medium" android:shadowColor="#80000000" android:shadowDy="5" @@ -123,8 +123,9 @@ android:id="@+id/opposingTeamScore" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignStart="@+id/opposingTeam_recycler_view" + android:layout_alignEnd="@+id/opposingTeamName" android:layout_below="@+id/opposingTeamName" + android:layout_marginEnd="22dp" android:fontFamily="sans-serif-medium" android:shadowColor="#80000000" android:shadowDy="5" @@ -253,7 +254,10 @@ android:layout_marginLeft="370dp" android:background="#FF0000FF" /> android:layout_alignRight="@+id/opposingTeamScore"--> - + + + +