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

7 lines
291 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/keyserver_recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />