R.layout.showscheduler contains <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <TableLayout android:layout_width="fill_parent" android:layout_height="fill_parent"> <TableRow> android:textColor="#00FF00"> <TextView android:text="Room Name" android:layout_width="85px" android:textSize="15sp" android:textColor="#00FF00" android:typeface="monospace" android:gravity="center" /> <TextView android:text="Switch Name" android:layout_width="85px" android:textSize="15sp" android:textColor="#00FF00" android:typeface="monospace" android:gravity="center" /> <TextView android:text="Start Date" android:layout_width="95px" android:textSize="15sp" android:textColor="#00FF00" android:typeface="monospace" android:gravity="center" /> <TextView android:text="Start Time" android:layout_width="50px" android:textSize="15sp" android:textColor="#00FF00" android:typeface="monospace" android:gravity="center" /> <TextView android:text="Stop Date" android:layout_width="95px" android:textSize="15sp" android:textColor="#00FF00" android:typeface="monospace" android:gravity="center" /> <TextView android:text="Stop Time" android:layout_width="50px" android:textSize="15sp" android:textColor="#00FF00" android:typeface="monospace" android:gravity="center" /> </TableRow> </TableLayout> <ScrollView android:layout_width="fill_parent" android:layout_height="wrap_content"> <TableLayout android:layout_width="fill_parent" android:layout_height="fill_parent"> <TableRow> <TextView android:id="@+id/roomName" android:layout_width="85px" android:textSize="15sp" android:textColor="#00FF00" android:typeface="monospace" android:gravity="center" /> <TextView android:id="@+id/switchName" android:layout_width="85px" android:textSize="15sp" android:textColor="#00FF00" android:typeface="monospace" android:gravity="center" /> <TextView android:id="@+id/startDate" android:layout_width="95px" android:textSize="15sp" android:textColor="#00FF00" android:typeface="monospace" android:gravity="center" /> <TextView android:id="@+id/totalTime" android:layout_width="50px" android:textSize="15sp" android:textColor="#00FF00" android:typeface="monospace" android:gravity="center" /> <TextView android:id="@+id/stopDate" android:layout_width="95px" android:textSize="15sp" android:textColor="#00FF00" android:typeface="monospace" android:gravity="center" /> <TextView android:id="@+id/totalStopTime" android:layout_width="50px" android:textSize="15sp" android:textColor="#00FF00" android:typeface="monospace" android:gravity="center" /> </TableRow> </TableLayout> </ScrollView > </LinearLayout> On Jan 4, 9:03 am, TreKing <[email protected]> wrote: > On Mon, Jan 3, 2011 at 9:49 PM, pramod.deore <[email protected]>wrote: > > > But still it add labels at each row. How is it? > > What is R.layout.showscheduler? What does that look like? > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- 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

