Codebase list crossguid / ed58dd17-3a98-4d09-a344-32954a5fec71/main android / res / layout / main.xml
ed58dd17-3a98-4d09-a344-32954a5fec71/main

Tree @ed58dd17-3a98-4d09-a344-32954a5fec71/main (Download .tar.gz)

main.xml @ed58dd17-3a98-4d09-a344-32954a5fec71/mainraw · history · blame

<?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>