summaryrefslogtreecommitdiff
path: root/res/layout/login.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-18 18:36:11 +0400
committerAndrew Dolgov <[email protected]>2012-09-18 18:36:11 +0400
commitc9c3aa3d36064fde040ed56cf438da69f098ae2b (patch)
tree8bb6526951faaadf9402b6db6b255a7406bdec73 /res/layout/login.xml
parentd0b4542dce0c7a46848513f5a121ad7a3b13a560 (diff)
several android lint fixes
Diffstat (limited to 'res/layout/login.xml')
-rw-r--r--res/layout/login.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/res/layout/login.xml b/res/layout/login.xml
index d144df96..1ed26afa 100644
--- a/res/layout/login.xml
+++ b/res/layout/login.xml
@@ -1,21 +1,14 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/login"
+ android:id="@+id/loading_container"
android:layout_width="fill_parent"
+ android:gravity="center"
android:layout_height="fill_parent" >
- <LinearLayout
- android:id="@+id/loading_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="center"
- android:orientation="vertical" >
-
<TextView
android:id="@+id/loading_message"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="@string/loading_message" />
- </LinearLayout>
</LinearLayout> \ No newline at end of file