summaryrefslogtreecommitdiff
path: root/res/layout/main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-19 14:18:00 +0400
committerAndrew Dolgov <[email protected]>2012-06-19 14:18:00 +0400
commit08397a47af403d64a012a7961e7444254ccaa9a2 (patch)
treeac3f0a2ad3a391fd60f2da3a69211d5f27c3a79b /res/layout/main.xml
parent01151df966ed0006246790645b0f3e06c2ca94b8 (diff)
categorize source files
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index e91993fd..89b47039 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -1,8 +1,8 @@
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
-
+
<LinearLayout
android:id="@+id/loading_container"
android:layout_width="match_parent"
@@ -16,12 +16,11 @@
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="@string/loading_message" />
-
+
<ProgressBar
android:id="@+id/loading_progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
-
</LinearLayout>
<FrameLayout
@@ -48,4 +47,4 @@
android:layout_height="match_parent" >
</FrameLayout>
-</FrameLayout> \ No newline at end of file
+</LinearLayout> \ No newline at end of file