2014-03-31 20:04:05 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-04-22 18:30:35 +05:30
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-03-31 20:04:05 +02:00
|
|
|
android:layout_width="match_parent"
|
2015-03-26 11:04:20 +01:00
|
|
|
android:layout_height="match_parent"
|
2015-03-09 16:03:58 +01:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
2015-03-30 20:41:29 +02:00
|
|
|
<android.support.v7.widget.RecyclerView
|
2015-03-09 16:03:58 +01:00
|
|
|
android:id="@+id/selected_files_list"
|
2015-03-26 11:04:20 +01:00
|
|
|
android:paddingLeft="16dp"
|
|
|
|
|
android:paddingRight="16dp"
|
2015-03-30 20:48:18 +02:00
|
|
|
android:scrollbars="vertical"
|
2014-08-31 20:26:06 +02:00
|
|
|
android:layout_width="match_parent"
|
2015-03-09 16:03:58 +01:00
|
|
|
android:layout_height="match_parent" />
|
2014-04-01 15:32:14 +02:00
|
|
|
|
2015-04-22 18:30:35 +05:30
|
|
|
</RelativeLayout>
|