fixed wrong location layout
This commit is contained in:
parent
fbc347b3a2
commit
afccb39a43
|
@ -260,7 +260,6 @@
|
||||||
android:id="@+id/location_view"
|
android:id="@+id/location_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentBottom="true"
|
|
||||||
android:layout_below="@+id/twitter_card"
|
android:layout_below="@+id/twitter_card"
|
||||||
android:layout_toRightOf="@+id/quote_indicator"
|
android:layout_toRightOf="@+id/quote_indicator"
|
||||||
android:background="?android:selectableItemBackground"
|
android:background="?android:selectableItemBackground"
|
||||||
|
|
Loading…
Reference in New Issue