mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add accidentally reverted part
This commit is contained in:
parent
a617b09af8
commit
c9fdeeb1fe
1 changed files with 10 additions and 4 deletions
|
|
@ -26,10 +26,16 @@
|
||||||
android:layout_below="@id/toolbar"
|
android:layout_below="@id/toolbar"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
<ProgressBar
|
|
||||||
android:id="@+id/progressBar"
|
<ProgressBar
|
||||||
android:layout_width="match_parent"
|
android:id="@+id/progressBar"
|
||||||
android:layout_height="wrap_content" />
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content" />
|
||||||
|
|
||||||
|
<FrameLayout
|
||||||
|
android:id="@+id/container"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<android.support.design.widget.FloatingActionButton
|
<android.support.design.widget.FloatingActionButton
|
||||||
android:id="@+id/fab_list"
|
android:id="@+id/fab_list"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue