| <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> |