From 58545344199e6b291595bbd8fc3ab9169b4fcd62 Mon Sep 17 00:00:00 2001 From: Ankush Sachdeva Date: Fri, 9 Jan 2015 20:01:46 +0530 Subject: Added sample project --- example/res/layout/activity_main.xml | 39 ++++++++++++++++++++++++++++++ example/res/layout/listview_row_layout.xml | 7 ++++++ 2 files changed, 46 insertions(+) create mode 100644 example/res/layout/activity_main.xml create mode 100644 example/res/layout/listview_row_layout.xml (limited to 'example/res/layout') diff --git a/example/res/layout/activity_main.xml b/example/res/layout/activity_main.xml new file mode 100644 index 0000000..d00932b --- /dev/null +++ b/example/res/layout/activity_main.xml @@ -0,0 +1,39 @@ + + + + + + \ No newline at end of file diff --git a/example/res/layout/listview_row_layout.xml b/example/res/layout/listview_row_layout.xml new file mode 100644 index 0000000..62e2133 --- /dev/null +++ b/example/res/layout/listview_row_layout.xml @@ -0,0 +1,7 @@ + \ No newline at end of file -- cgit v1.2.3