From e3783ffcee1baa539baf12e5612e3f3bbe419c8f Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Wed, 17 Mar 2021 16:52:07 -0400 Subject: [PATCH] oops --- app/src/main/res/layout/layout_location_details.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/layout_location_details.xml b/app/src/main/res/layout/layout_location_details.xml index 6b9d39bf..912c225c 100644 --- a/app/src/main/res/layout/layout_location_details.xml +++ b/app/src/main/res/layout/layout_location_details.xml @@ -100,7 +100,7 @@ android:id="@+id/locationUrl" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_below="@id/mainBiography" + android:layout_below="@id/locationBiography" android:ellipsize="marquee" android:padding="8dp" android:textAppearance="@style/TextAppearance.AppCompat.Body1"