1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3	android:layout_width="match_parent" android:layout_weight="1"
4	android:layout_height="fill_parent" android:orientation="vertical"
5	android:background="@drawable/background_holo_dark"
6	android:layout_gravity="fill_horizontal">
7	<TextView android:layout_width="match_parent"
8		android:layout_height="wrap_content" android:id="@+id/textView1"
9		android:layout_weight="1" android:text="@string/no_device" style="@style/DemoKitNoDevice"
10		android:gravity="center"></TextView>
11	<ImageView android:id="@+id/imageView1" android:layout_width="match_parent"
12		android:layout_height="wrap_content" android:layout_gravity="fill_vertical"
13		android:src="@drawable/demokit_splash" android:layout_weight="1"></ImageView>
14</LinearLayout>
15