File: main.xml

package info (click to toggle)
ecl 20.4.24%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 18,632 kB
  • sloc: ansic: 148,594; lisp: 67,213; xml: 8,221; asm: 5,551; sh: 3,145; makefile: 1,973; cpp: 190; java: 116
file content (13 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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:layout_width="fill_parent" 
    android:layout_height="wrap_content" 
    android:text="Hello World, HelloEclActivity"
    />
</LinearLayout>