Files
loongoffice/android/experimental/desktop/res/layout/main.xml
Tor Lillqvist b02c075a16 Rename android/qa/desktop to android/experimenmtal/desktop
It's not really a "QA" thing.

Change-Id: I85f7b5610ecd409972b7d504bfc567707d35556e
2013-02-22 18:15:57 +02:00

13 lines
376 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"
/>
</LinearLayout>