Wednesday 2 November 2011

custom_list1.xml or custom_list2.xml


<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/linearlayout1" android:background="#99ccff"
android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">

<TextView android:id="@+id/text1" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:textStyle="bold"
android:layout_margin="10dp" android:textColor="#000000"
android:textSize="17sp" >
</TextView>




</LinearLayout>

No comments:

Post a Comment