annotate res/layout/splash_screen.xml @ 1:66b3a838feca logging tip

Added logging of user interaction
author Fiore Martin <fiore@eecs.qmul.ac.uk>
date Tue, 12 Feb 2013 15:31:48 +0000
parents e0ee6ac3a45f
children
rev   line source
fiore@0 1 <?xml version="1.0" encoding="utf-8"?>
fiore@0 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
fiore@0 3 android:layout_width="fill_parent"
fiore@0 4 android:layout_height="fill_parent"
fiore@0 5 android:layout_gravity="center"
fiore@0 6 android:background="@color/black" >
fiore@0 7
fiore@0 8 <ImageView
fiore@0 9 android:id="@+id/imageView1"
fiore@0 10 android:layout_width="match_parent"
fiore@0 11 android:layout_height="match_parent"
fiore@0 12 android:src="@drawable/splashscreen"
fiore@0 13 android:contentDescription="@string/splash"
fiore@0 14 />
fiore@0 15 </LinearLayout>