2014-10-22 18:38:44 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-02-18 19:09:36 +01:00
|
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android">
|
2014-10-22 18:38:44 +02:00
|
|
|
|
2015-07-09 14:26:19 +02:00
|
|
|
<RelativeLayout
|
2018-02-18 19:09:36 +01:00
|
|
|
android:layout_width="match_parent"
|
2014-10-22 18:38:44 +02:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true"
|
2018-02-18 15:17:11 +01:00
|
|
|
android:padding="@dimen/list_padding">
|
2014-10-22 18:38:44 +02:00
|
|
|
|
2018-02-18 19:09:36 +01:00
|
|
|
<LinearLayout
|
2014-10-22 18:38:44 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2015-07-09 14:26:19 +02:00
|
|
|
android:layout_alignParentLeft="true"
|
2018-02-18 19:09:36 +01:00
|
|
|
android:layout_centerVertical="true"
|
2016-11-15 20:00:52 +01:00
|
|
|
android:layout_toLeftOf="@+id/action_container"
|
2018-02-18 19:09:36 +01:00
|
|
|
android:orientation="vertical">
|
2014-10-22 18:38:44 +02:00
|
|
|
|
2018-02-18 19:09:36 +01:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/key"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:clickable="true"
|
|
|
|
android:longClickable="true"
|
2018-02-28 22:18:33 +01:00
|
|
|
android:textAppearance="@style/TextAppearance.Conversations.Fingerprint"/>
|
2018-02-18 19:09:36 +01:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/key_type"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:clickable="true"
|
|
|
|
android:longClickable="true"
|
|
|
|
android:maxLines="1"
|
2018-03-31 12:16:56 +02:00
|
|
|
android:textAppearance="@style/TextAppearance.Conversations.Caption"/>
|
2018-02-18 19:09:36 +01:00
|
|
|
</LinearLayout>
|
2015-07-09 14:26:19 +02:00
|
|
|
|
2016-11-15 20:00:52 +01:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/action_container"
|
2018-02-18 18:38:46 +01:00
|
|
|
android:layout_width="@dimen/key_action_width"
|
|
|
|
android:layout_height="48dp"
|
2016-11-15 20:00:52 +01:00
|
|
|
android:layout_alignParentRight="true"
|
2018-02-18 19:09:36 +01:00
|
|
|
android:layout_centerVertical="true"
|
2018-02-18 18:38:46 +01:00
|
|
|
android:gravity="center"
|
2018-02-18 19:09:36 +01:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
2016-11-15 20:00:52 +01:00
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/button_remove"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:alpha="?attr/icon_alpha"
|
2018-02-18 18:38:46 +01:00
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
2016-11-15 20:00:52 +01:00
|
|
|
android:padding="@dimen/image_button_padding"
|
|
|
|
android:src="?attr/icon_remove"
|
2018-02-18 19:09:36 +01:00
|
|
|
android:visibility="gone"/>
|
|
|
|
|
2018-02-18 18:38:46 +01:00
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/button_enable_device"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:alpha="?attr/icon_alpha"
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
|
android:padding="@dimen/image_button_padding"
|
|
|
|
android:src="?attr/icon_enable_undecided_device"
|
2018-02-18 19:09:36 +01:00
|
|
|
android:visibility="gone"/>
|
2014-10-22 18:38:44 +02:00
|
|
|
|
2016-11-15 20:00:52 +01:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/verified_fingerprint"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-02-18 19:09:36 +01:00
|
|
|
android:src="@drawable/ic_verified_fingerprint"
|
|
|
|
android:visibility="gone"/>
|
2015-07-19 14:09:49 +02:00
|
|
|
|
2018-02-17 11:18:23 +01:00
|
|
|
<android.support.v7.widget.SwitchCompat
|
2016-11-15 20:00:52 +01:00
|
|
|
android:id="@+id/tgl_trust"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-02-18 19:09:36 +01:00
|
|
|
android:visibility="gone"/>
|
2016-11-15 20:00:52 +01:00
|
|
|
</LinearLayout>
|
2015-07-19 14:09:49 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
2018-02-18 19:09:36 +01:00
|
|
|
</layout>
|