From afccb39a434dcb15d840485a6303d65bdf9c12fd Mon Sep 17 00:00:00 2001 From: Mariotaku Lee Date: Wed, 8 Apr 2015 01:48:34 +0800 Subject: [PATCH] fixed wrong location layout --- twidere/src/main/res/layout/header_status_common.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/twidere/src/main/res/layout/header_status_common.xml b/twidere/src/main/res/layout/header_status_common.xml index cd138c728..71b27c0ad 100644 --- a/twidere/src/main/res/layout/header_status_common.xml +++ b/twidere/src/main/res/layout/header_status_common.xml @@ -260,7 +260,6 @@ android:id="@+id/location_view" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_alignParentBottom="true" android:layout_below="@+id/twitter_card" android:layout_toRightOf="@+id/quote_indicator" android:background="?android:selectableItemBackground"