blob: 26b4bc6d272813d32634bf5b9916e9221039661a [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"
/>
</LinearLayout>