summaryrefslogtreecommitdiff
path: root/client/Piztor/res/layout/activity_init.xml
blob: aa9cf661bf952315f2e9776319faa87d4f69dd61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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:orientation="vertical" 
	android:id="@+id/init_layout"
    android:background="@android:color/black">

    <ImageView
        android:id="@+id/init_img"
        android:layout_width="180dip"
        android:layout_height="400dip"
        android:src="@drawable/title_logo"
        android:layout_gravity="center" />

</LinearLayout>