b3da2f027ffe724bbe507f2432ccad533d55744c
[oweals/minetest.git] / build / android / src / main / res / layout / assetcopy.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3         android:id="@+id/activity_main"
4         android:layout_width="match_parent"
5         android:layout_height="match_parent">
6
7         <ProgressBar
8                 android:id="@+id/progressBar1"
9                 style="?android:attr/progressBarStyleHorizontal"
10                 android:layout_width="match_parent"
11                 android:layout_height="30dp"
12                 android:layout_centerInParent="true"
13                 android:layout_marginLeft="90dp"
14                 android:layout_marginRight="90dp" />
15
16         <TextView
17                 android:id="@+id/textView1"
18                 android:layout_width="wrap_content"
19                 android:layout_height="wrap_content"
20                 android:layout_below="@+id/progressBar1"
21                 android:layout_centerInParent="true"
22                 android:text="@string/preparing_media" />
23
24 </RelativeLayout>