~saranasr83/tagin/Tagin-SDK-Demo

« back to all changes in this revision

Viewing changes to imp2_Tagin_Demo/res/layout/splash.xml

  • Committer: saranasr83
  • Date: 2011-09-02 08:59:12 UTC
  • Revision ID: saranasr83@gmail.com-20110902085912-6bc2hhxyn7fnkzy6
demo completed. imp1,2,3 are early versions. imp5_Tagin_Demo is the final version which works properlly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 
3
        android:orientation="vertical" android:layout_width="fill_parent"
 
4
        android:layout_height="fill_parent">
 
5
        <ImageView android:layout_width="fill_parent"
 
6
                android:layout_height="fill_parent" android:src="@drawable/splash_picture"
 
7
                android:layout_weight="1" android:scaleType="centerInside" />
 
8
        <TextView android:layout_width="fill_parent"
 
9
                android:layout_height="fill_parent" android:layout_weight="10"
 
10
                android:textColor="@color/red" android:textStyle="bold"
 
11
                android:gravity="center_horizontal"
 
12
                android:text="Finding Current Location..."></TextView>
 
13
</LinearLayout>
 
 
b'\\ No newline at end of file'