summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/store-android/res/layout/cat_row.xml
blob: e7f71cb0b68ead806f17b3a53e9681b42dde9004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:orientation="horizontal"
        android:layout_width="fill_parent"
        android:padding="10px"
        android:layout_height="50px">        
        <TextView 
                android:id="@+id/txtItemC"
                android:layout_width="250px"
                android:layout_height="30px"
                android:textSize="20px"
                
                />
                
		<ImageView android:src="@drawable/addc"
                android:layout_width="30px"
        		android:layout_height="30px"
                />
</LinearLayout>