|
|
|
@ -14,25 +14,31 @@
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:visibility="gone" />
|
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/no_activity_container"
|
|
|
|
android:id="@+id/no_activity_container"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_weight="100"
|
|
|
|
android:layout_weight="100"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:visibility="gone">
|
|
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:id="@+id/no_activity_image"
|
|
|
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_centerInParent="true"
|
|
|
|
android:src="@drawable/welcome_activity" />
|
|
|
|
android:src="@drawable/welcome_activity" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/no_activity_message"
|
|
|
|
android:id="@+id/no_activity_message"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal" />
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
</LinearLayout>
|
|
|
|
android:layout_below="@id/no_activity_image"
|
|
|
|
|
|
|
|
android:textSize="20dip"
|
|
|
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
|
|
style="@style/TextAppearance" />
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<ListView
|
|
|
|
<ListView
|
|
|
|
android:id="@android:id/list"
|
|
|
|
android:id="@android:id/list"
|
|
|
|
|