We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a617b09 commit c9fdeebCopy full SHA for c9fdeeb
app/src/main/res/layout/activity_nearby.xml
@@ -26,10 +26,16 @@
26
android:layout_below="@id/toolbar"
27
android:gravity="center_vertical"
28
android:orientation="horizontal">
29
- <ProgressBar
30
- android:id="@+id/progressBar"
31
- android:layout_width="match_parent"
32
- android:layout_height="wrap_content" />
+
+ <ProgressBar
+ android:id="@+id/progressBar"
+ android:layout_width="match_parent"
33
+ android:layout_height="wrap_content" />
34
35
+ <FrameLayout
36
+ android:id="@+id/container"
37
38
+ android:layout_height="match_parent" />
39
</LinearLayout>
40
<android.support.design.widget.FloatingActionButton
41
android:id="@+id/fab_list"
0 commit comments