Skip to content

Commit c9fdeeb

Browse files
committed
Add accidentally reverted part
1 parent a617b09 commit c9fdeeb

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

+10-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,16 @@
2626
android:layout_below="@id/toolbar"
2727
android:gravity="center_vertical"
2828
android:orientation="horizontal">
29-
<ProgressBar
30-
android:id="@+id/progressBar"
31-
android:layout_width="match_parent"
32-
android:layout_height="wrap_content" />
29+
30+
<ProgressBar
31+
android:id="@+id/progressBar"
32+
android:layout_width="match_parent"
33+
android:layout_height="wrap_content" />
34+
35+
<FrameLayout
36+
android:id="@+id/container"
37+
android:layout_width="match_parent"
38+
android:layout_height="match_parent" />
3339
</LinearLayout>
3440
<android.support.design.widget.FloatingActionButton
3541
android:id="@+id/fab_list"

0 commit comments

Comments
 (0)