Please explain clearly what you did and what did not work for you so that
others can help you. The details you provided is not sufficient.

On Tue, Jun 26, 2012 at 11:58 AM, Rahul Vijay <rahul.vija...@gmail.com>wrote:

> Hello sir,
>
> I have face few problem in a device to display a dynamic table. In a AVD
> display a table but in a device can not display a table. I used a Samsung
> device.
>
> Please help me.
>
> mys xml file here
>
>
> <?xml version="1.0" encoding="utf-8"?>
> <LinearLayout
>   xmlns:android="http://schemas.android.com/apk/res/android";
>   android:orientation="vertical"
>   android:layout_width="match_parent"
>   android:layout_height="match_parent"
>   android:background="#FEE703">
>
> <TextView
> android:text="High Score"
> android:textColor="#b3000d"
> android:gravity="center_vertical|center_horizontal"
> android:textSize="26dip"
> android:layout_width="fill_parent"
> android:layout_height="wrap_content"
> android:textStyle="bold"
> android:background="#ffb0b6"
> android:layout_marginBottom="5dip"
> android:typeface="sans"/>
> <RelativeLayout
> android:layout_width="wrap_content"
> android:layout_height="wrap_content"
> android:id="@+id/relative">
> <TextView
> android:layout_width="wrap_content"
> android:layout_height="wrap_content"
> android:text="Name"
> android:textColor="#b3000d"
> android:textSize="20dip"
> android:layout_marginLeft="20dip"
> android:id="@+id/name"/>
> <TextView
> android:layout_width="wrap_content"
> android:layout_height="wrap_content"
> android:text="Score"
> android:textColor="#b3000d"
> android:textSize="20dip"
> android:layout_marginLeft="110dip"/>
> <TextView
> android:layout_width="wrap_content"
> android:layout_height="wrap_content"
> android:text="Time"
> android:textColor="#b3000d"
> android:textSize="20dip"
> android:layout_marginLeft="200dip"/>
> <TableLayout
> android:layout_width="wrap_content"
> android:layout_height="wrap_content"
> android:layout_below="@+id/name"
> android:id="@+id/tablelayout"/>
> </RelativeLayout>
> </LinearLayout>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

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

Reply via email to