token-import: add ui for pin change and unlock

This commit is contained in:
Vincent Breitmoser
2017-09-07 16:05:59 +02:00
parent 36bec236f4
commit 646940eb44
12 changed files with 413 additions and 34 deletions

View File

@@ -0,0 +1,16 @@
<?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">
<android.support.v7.widget.CardView
android:layout_width="300dp"
android:layout_height="wrap_content"
android:layout_gravity="center">
<include layout="@layout/admin_pin_dialog" />
</android.support.v7.widget.CardView>
</FrameLayout>