Files
loongoffice/android/sdremote/res/layout/main.xml
Andrzej J. R. Hunt 096e35f1dc Initial commit of android remote.
Change-Id: Ia8cfce4af87d121acacf9a29632435c4c786822f
2012-08-06 10:21:48 +01:00

14 lines
387 B
XML

<?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, Launcher"
/>
</LinearLayout>