aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/javaProjectTest/app/res/layout/main.xml
blob: 251905a74791313c26626599f1a7a04c80d04d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >

    <TextView
        android:id="@+id/app"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="\\?"
        tools:ignore="HardcodedText" />

    <TextView
        android:id="@+id/lib1"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="\\?"
        tools:ignore="HardcodedText" />

    <TextView
        android:id="@+id/lib2"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="\\?"
        tools:ignore="HardcodedText" />

    <TextView
        android:id="@+id/javaProject1"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="\\?"
        tools:ignore="HardcodedText" />

    <TextView
        android:id="@+id/javaProject2"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="\\?"
        tools:ignore="HardcodedText" />

    <TextView
        android:id="@+id/basicJar"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="\\?"
        tools:ignore="HardcodedText" />

</LinearLayout>