Files
open-keychain/OpenKeychain/src/main/res/layout/encrypt_files_fragment.xml

14 lines
499 B
XML
Raw Normal View History

2014-03-31 20:04:05 +02:00
<?xml version="1.0" encoding="utf-8"?>
2015-03-09 16:03:58 +01:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2014-03-31 20:04:05 +02:00
android:layout_width="match_parent"
android:layout_height="match_parent"
2015-03-09 16:03:58 +01:00
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
2015-03-09 16:03:58 +01:00
android:id="@+id/selected_files_list"
android:paddingLeft="16dp"
android:paddingRight="16dp"
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-03-09 16:03:58 +01:00
</LinearLayout>