aboutsummaryrefslogtreecommitdiff
path: root/testapps/libsTest/lib2/res/layout/lib2_main.xml
blob: bb639d14d485f21f4fde5945a1c82b597aeba079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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:id="@+id/lib2_text1"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="@string/lib2_string" />

    <TextView
        android:id="@+id/lib2_text2"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content" />

</LinearLayout>