blob: 38b4156e86cda07ff9c89aab531696dba9e27eb7 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="@dimen/hello"
android:text="hello"
/>
</LinearLayout>