From 6a0bf662a2fd846477695075b68f282020d66f6f Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 22 May 2015 17:33:20 -0700 Subject: Add abstract SelectRecyclerFragment --- .../main/res/layout/abstract_recycler_fragment.xml | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app/src/main/res/layout/abstract_recycler_fragment.xml (limited to 'app/src/main/res/layout/abstract_recycler_fragment.xml') diff --git a/app/src/main/res/layout/abstract_recycler_fragment.xml b/app/src/main/res/layout/abstract_recycler_fragment.xml new file mode 100644 index 00000000..26c4971c --- /dev/null +++ b/app/src/main/res/layout/abstract_recycler_fragment.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3