Codebase list crossguid / 37839012-af48-42bf-a7e3-c24d5ce9f0ee/main android / res / layout / main.xml
37839012-af48-42bf-a7e3-c24d5ce9f0ee/main

Tree @37839012-af48-42bf-a7e3-c24d5ce9f0ee/main (Download .tar.gz)

main.xml @37839012-af48-42bf-a7e3-c24d5ce9f0ee/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>