alpha 0.0.2
[DHBWCampusApp.git] / app / src / main / res / layout / fragment_appsearch_list.xml
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent"
5     android:orientation="vertical"
6     tools:context=".fragments.AppSearch">
7
8     <ListView
9         android:layout_width="match_parent"
10         android:layout_height="wrap_content"
11         android:id="@+id/searchResultItems"
12         android:layout_gravity="bottom|left|right|top" />
13
14     <ProgressBar
15         style="?android:attr/progressBarStyleLarge"
16         android:layout_width="wrap_content"
17         android:layout_height="wrap_content"
18         android:id="@+id/searchProgress"
19         android:layout_alignParentTop="true"
20         android:layout_centerHorizontal="true"
21         android:layout_marginTop="54dp"
22         android:visibility="gone" />
23 </RelativeLayout>