From 2d1a783bdc5679a770748d3330aad42e48f2157d Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 9 Jun 2015 17:39:34 -0700 Subject: Convert UserFragment to RecyclerView --- app/src/main/res/layout/basic_choice_item.xml | 26 ++++++++++++++++++++++++++ app/src/main/res/layout/create_user.xml | 5 ++--- 2 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 app/src/main/res/layout/basic_choice_item.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/basic_choice_item.xml b/app/src/main/res/layout/basic_choice_item.xml new file mode 100644 index 00000000..00a45be4 --- /dev/null +++ b/app/src/main/res/layout/basic_choice_item.xml @@ -0,0 +1,26 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/create_user.xml b/app/src/main/res/layout/create_user.xml index eac6e5cb..e2f6c4eb 100644 --- a/app/src/main/res/layout/create_user.xml +++ b/app/src/main/res/layout/create_user.xml @@ -67,11 +67,10 @@ android:layout_marginLeft="4dp" /> - - + android:scrollbars="vertical"/> \ No newline at end of file -- cgit v1.2.3