fedilab-Android-App/app/src/main/res/layout/popup_identity_proof.xml

5 lines
267 B
XML
Raw Normal View History

2019-12-18 09:08:22 +01:00
<?xml version="1.0" encoding="utf-8"?>
2020-05-16 20:00:45 +02:00
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
2019-12-18 09:26:21 +01:00
android:id="@+id/identity_proofs_list"
2020-05-16 20:00:45 +02:00
android:layout_width="match_parent"
android:layout_height="wrap_content" />