Skip to content

Commit 361eff6

Browse files
authored
Merge pull request commons-app#1357 from wailbabou/master
Fix whole page map issue
2 parents bbf159b + 46a6481 commit 361eff6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/src/main/res/layout/activity_nearby.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
android:layout_width="match_parent"
2222
android:layout_height="wrap_content" />
2323

24-
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
24+
<LinearLayout
2525
android:layout_width="match_parent"
2626
android:layout_height="match_parent"
27+
android:layout_below="@id/toolbar"
2728
android:gravity="center_vertical"
2829
android:orientation="horizontal">
2930

@@ -37,7 +38,7 @@
3738
android:id="@+id/container"
3839
android:layout_width="match_parent"
3940
android:layout_height="match_parent" />
40-
</LinearLayout>
41+
</LinearLayout>
4142
<android.support.design.widget.FloatingActionButton
4243
android:id="@+id/fab_list"
4344
android:layout_width="wrap_content"
@@ -88,7 +89,7 @@
8889

8990

9091
</RelativeLayout>
91-
92+
9293
<include layout="@layout/bottom_sheet_nearby" />
9394

9495
<include

0 commit comments

Comments
 (0)