blob: 65ebfc8958cf2a420c351e18c77cf38e77515611 [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
<warning>android:layout_wid<caret>th="fill_parent"</warning>
android:layout_height="wrap_content"
android:layout_weight="10"
/>
</LinearLayout>