open-keychain/OpenKeychain/src/main/res/layout/encrypt_files_fragment.xml
2020-05-30 15:47:09 +02:00

15 lines
544 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/selected_files_list"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:scrollbars="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>