We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbf159b + 46a6481 commit 361eff6Copy full SHA for 361eff6
app/src/main/res/layout/activity_nearby.xml
@@ -21,9 +21,10 @@
21
android:layout_width="match_parent"
22
android:layout_height="wrap_content" />
23
24
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ <LinearLayout
25
26
android:layout_height="match_parent"
27
+ android:layout_below="@id/toolbar"
28
android:gravity="center_vertical"
29
android:orientation="horizontal">
30
@@ -37,7 +38,7 @@
37
38
android:id="@+id/container"
39
40
android:layout_height="match_parent" />
- </LinearLayout>
41
+ </LinearLayout>
42
<android.support.design.widget.FloatingActionButton
43
android:id="@+id/fab_list"
44
android:layout_width="wrap_content"
@@ -88,7 +89,7 @@
88
89
90
91
</RelativeLayout>
-
92
+
93
<include layout="@layout/bottom_sheet_nearby" />
94
95
<include
0 commit comments