summaryrefslogtreecommitdiff
path: root/client/Piztor/res/layout/activity_init.xml
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-26 17:33:55 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-26 17:33:55 +0800
commitcf77f61bff7822b35020f2877ca4e6e683981be1 (patch)
treec7904cda1d81ef8a5dc8b196a7d8e9d360b58d40 /client/Piztor/res/layout/activity_init.xml
parenteb303ea6f1f6aa3e9a0cd4b00ef3fda6b06f0027 (diff)
parent92c5473740f45883c719002d4bc47236c669f51e (diff)
Merge branch 'master' of github.com:Determinant/piztor
Diffstat (limited to 'client/Piztor/res/layout/activity_init.xml')
-rw-r--r--client/Piztor/res/layout/activity_init.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/client/Piztor/res/layout/activity_init.xml b/client/Piztor/res/layout/activity_init.xml
index 43e6253..aa9cf66 100644
--- a/client/Piztor/res/layout/activity_init.xml
+++ b/client/Piztor/res/layout/activity_init.xml
@@ -1,16 +1,16 @@
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:paddingBottom="@dimen/activity_vertical_margin"
- android:paddingLeft="@dimen/activity_horizontal_margin"
- android:paddingRight="@dimen/activity_horizontal_margin"
- android:paddingTop="@dimen/activity_vertical_margin"
- tools:context=".InitAct" >
+ android:orientation="vertical"
+ android:id="@+id/init_layout"
+ android:background="@android:color/black">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/hello_world" />
+ <ImageView
+ android:id="@+id/init_img"
+ android:layout_width="180dip"
+ android:layout_height="400dip"
+ android:src="@drawable/title_logo"
+ android:layout_gravity="center" />
-</RelativeLayout>
+</LinearLayout>