blob: 95f4d966e53ac9a155388217243d8a35d7201047 [file] [log] [blame]
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbarFadeDuration="<error>aba</error>"
/>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbarFadeDuration="10"
/>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbarFadeDuration="@integer/myInt"
/>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="<error>true</error>"
android:layout_alignRight="@+id/id1"/>
</RelativeLayout>
</LinearLayout>