File: main.xml

package info (click to toggle)
mp4parser 1.1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 3,256 kB
  • sloc: java: 35,018; xml: 449; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<TableLayout android:id="@+id/Table"
        android:layout_width="fill_parent"
		android:layout_height="fill_parent"
        android:stretchColumns="0,1,2,3,4"
        xmlns:android="http://schemas.android.com/apk/res/android">
    <android.widget.TextView android:id="@+id/text">

    </android.widget.TextView>
</TableLayout>