add secret key status (wip)

This commit is contained in:
Vincent Breitmoser
2017-04-24 20:49:45 +02:00
parent 720f2dbef1
commit fed0fff9d7
13 changed files with 1236 additions and 128 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/subkey_status_card_content" />
</LinearLayout>