<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:weightSum="1">
<TextView
android:id="@+id/productIdView"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="5dip"
android:text="TextView"
android:layout_weight="0.33" />
<TextView
android:id="@+id/productNameView"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="5dip"
android:layout_weight="0.33"
android:text="TextView" />
<TextView
android:id="@+id/salesPriceView"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="5dip"
android:layout_weight="0.33"
android:text="TextView">/
</TextView>
</LinearLayout>
</LinearLayout>
Dosyayı İndir