2017-09-07 16:05:59 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
2019-11-15 12:09:08 +01:00
|
|
|
<androidx.cardview.widget.CardView
|
2017-09-07 16:05:59 +02:00
|
|
|
android:layout_width="300dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center">
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/admin_pin_dialog" />
|
|
|
|
|
|
2019-11-15 12:09:08 +01:00
|
|
|
</androidx.cardview.widget.CardView>
|
2017-09-07 16:05:59 +02:00
|
|
|
|
|
|
|
|
</FrameLayout>
|