~saranasr83/tagin/Tagin-SDK-Demo

« back to all changes in this revision

Viewing changes to imp5_Tagin_Demo/res/layout/main.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"
 
4
    android:layout_width="fill_parent"
 
5
    android:layout_height="fill_parent"
 
6
    >
 
7
<TextView  
 
8
    android:layout_width="fill_parent" 
 
9
    android:layout_height="wrap_content" 
 
10
    android:text="@string/hello"
 
11
    />
 
12
</LinearLayout>