aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/create_user.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-06-09 17:39:34 -0700
committerScott Jackson <daneren2005@gmail.com>2015-06-09 17:39:34 -0700
commit2d1a783bdc5679a770748d3330aad42e48f2157d (patch)
tree3275b0d63e9aa6210644ebe16f0f19b4f652bc29 /app/src/main/res/layout/create_user.xml
parent741c6ea0923050a296d254c73e8df14a8476e86e (diff)
downloaddsub-2d1a783bdc5679a770748d3330aad42e48f2157d.tar.gz
dsub-2d1a783bdc5679a770748d3330aad42e48f2157d.tar.bz2
dsub-2d1a783bdc5679a770748d3330aad42e48f2157d.zip
Convert UserFragment to RecyclerView
Diffstat (limited to 'app/src/main/res/layout/create_user.xml')
-rw-r--r--app/src/main/res/layout/create_user.xml5
1 files changed, 2 insertions, 3 deletions
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" />
</LinearLayout>
- <ListView
+ <android.support.v7.widget.RecyclerView
android:id="@+id/settings_list"
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="1.0"
- android:fastScrollEnabled="true"/>
-
+ android:scrollbars="vertical"/>
</LinearLayout> \ No newline at end of file