Dear all,

    There have no scrollBg and catBg bitmap in drawable or drawable-***

But, there have scrollBg and catBg id in gen.R.drawable and the
following xml is ok.   why??


<ScrollView xmlns:android="http://schemas.android.com/apk/res/android";
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:background="@drawable/scrollBg">
    <TableLayout android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:stretchColumns="1">
        <TableRow android:background="@drawable/catBg">
            <TextView android:layout_width="wrap_content"
                android:layout_height="25dp"
                android:paddingLeft="8dp"
                android:textColor="@drawable/catWord"
                android:gravity="center_vertical"
                android:textSize="16sp"
                android:layout_span="3"
                android:text="@string/wireless"></TextView>
        </TableRow>
        <TableRow>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to