File: main.xml

package info (click to toggle)
crossguid 0.0%2Bgit200150803-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • sloc: cpp: 321; xml: 48; sh: 28; makefile: 19; java: 18
file content (14 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    >
<TextView
    android:id="@+id/mainTextView"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text="Graeme says hi"
    />
</LinearLayout>