Use RecyclerView in EncryptFilesFragment

This commit is contained in:
Dominik Schürmann
2015-03-30 20:41:29 +02:00
parent 2050be3995
commit a3276a4485
8 changed files with 394 additions and 188 deletions

View File

@@ -4,15 +4,10 @@
android:layout_height="match_parent"
android:orientation="vertical">
<ListView
<android.support.v7.widget.RecyclerView
android:id="@+id/selected_files_list"
android:dividerHeight="4dip"
android:divider="@android:color/transparent"
android:focusable="true"
android:focusableInTouchMode="true"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:layout_marginTop="8dp"
android:layout_width="match_parent"
android:layout_height="match_parent" />