summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6/samples/store-android/res/layout/shop_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6/samples/store-android/res/layout/shop_row.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/samples/store-android/res/layout/shop_row.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/store-android/res/layout/shop_row.xml b/sca-java-1.x/branches/sca-java-1.6/samples/store-android/res/layout/shop_row.xml
deleted file mode 100644
index a2ffeea56f..0000000000
--- a/sca-java-1.x/branches/sca-java-1.6/samples/store-android/res/layout/shop_row.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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:layout_height="50px"
- android:padding="10px">
- <TextView
- android:id="@+id/txtItemS"
- android:layout_width="250px"
- android:layout_height="30px"
- android:textSize="20px"
-
- />
-
- <ImageView android:src="@drawable/rems"
- android:layout_width="30px"
- android:layout_height="30px"
-
- />
-</LinearLayout> \ No newline at end of file