diff options
author | Xavier Ducrohet <xav@android.com> | 2012-03-02 19:23:09 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-03-02 19:30:58 -0800 |
commit | 9834e28a9868d8193df5b6ee4634b999079c2a8a (patch) | |
tree | 968b6b5fb01c270471250777c3f55c629b1e3a14 /testapps/testProjectTest/test/res/layout/main.xml | |
parent | 420f7b22e62d45ff579e700c6456834c0739e37f (diff) | |
download | sdk-9834e28a9868d8193df5b6ee4634b999079c2a8a.zip sdk-9834e28a9868d8193df5b6ee4634b999079c2a8a.tar.gz sdk-9834e28a9868d8193df5b6ee4634b999079c2a8a.tar.bz2 |
Add new test projects.
- test for User Library usage
- test for test project with library.
Change-Id: I49b7d4702937f634a1df907af327a979af09f227
Diffstat (limited to 'testapps/testProjectTest/test/res/layout/main.xml')
-rw-r--r-- | testapps/testProjectTest/test/res/layout/main.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testapps/testProjectTest/test/res/layout/main.xml b/testapps/testProjectTest/test/res/layout/main.xml new file mode 100644 index 0000000..bc12cd8 --- /dev/null +++ b/testapps/testProjectTest/test/res/layout/main.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <TextView + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:text="@string/hello" /> + +</LinearLayout>
\ No newline at end of file |