summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/store-android/res/layout/cat_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/samples/store-android/res/layout/cat_row.xml')
-rw-r--r--branches/sca-java-1.x/samples/store-android/res/layout/cat_row.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/branches/sca-java-1.x/samples/store-android/res/layout/cat_row.xml b/branches/sca-java-1.x/samples/store-android/res/layout/cat_row.xml
deleted file mode 100644
index e7f71cb0b6..0000000000
--- a/branches/sca-java-1.x/samples/store-android/res/layout/cat_row.xml
+++ /dev/null
@@ -1,19 +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: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> \ No newline at end of file