project_files/Android-build/DataPackage/res/layout/main.xml
author Xeli
Wed, 29 Jun 2011 18:09:24 +0200
branchhedgeroid
changeset 5383 cb217271f344
permissions -rw-r--r--
Added *.properties in Android project dirs to hgignore Added a new project which will move resources from it's own apk to the sdcard
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5383
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
     2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
     3
    android:orientation="vertical"
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
     4
    android:layout_width="fill_parent"
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
     5
    android:layout_height="fill_parent"
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
     6
    >
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
     7
<TextView  
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
     8
    android:layout_width="fill_parent" 
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
     9
    android:layout_height="wrap_content" 
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
    10
    android:text="@string/hello"
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
    11
    />
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
    12
<Button
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
    13
	android:id="@+id/startCopy"
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
    14
	android:layout_width="wrap_content"
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
    15
	android:layout_height="wrap_content"
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
    16
	android:text="@string/hello"
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
    17
	/>
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents:
diff changeset
    18
</LinearLayout>