dialog_verify_otr.xml

 1<?xml version="1.0" encoding="utf-8"?>
 2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 3    android:layout_width="match_parent"
 4    android:layout_height="match_parent"
 5    android:orientation="vertical"
 6    android:paddingLeft="8dp"
 7    android:paddingBottom="16dp"
 8    android:paddingRight="8dp">
 9    
10 <TextView
11        android:layout_width="wrap_content"
12        android:layout_height="wrap_content"
13        android:paddingTop="8dp"
14        android:text="Jabber ID"
15        android:textColor="#33B5E5"
16        android:textSize="18sp"/>
17
18    <TextView
19        android:id="@+id/verify_otr_jid"
20        android:layout_width="wrap_content"
21        android:layout_height="wrap_content"
22        android:paddingLeft="8dp"
23        android:textSize="14sp" />
24     <TextView
25        android:layout_width="wrap_content"
26        android:layout_height="wrap_content"
27        android:paddingTop="8dp"
28        android:text="OTR fingerprint"
29        android:textColor="#33B5E5"
30        android:textSize="18sp"/>
31
32    <TextView
33        android:id="@+id/verify_otr_fingerprint"
34        android:layout_width="wrap_content"
35        android:layout_height="wrap_content"
36        android:paddingLeft="8dp"
37        android:textSize="14sp"
38        android:typeface="monospace"/>
39     <TextView
40        android:layout_width="wrap_content"
41        android:layout_height="wrap_content"
42        android:paddingTop="8dp"
43        android:text="Your fingerprint"
44        android:textColor="#33B5E5"
45        android:textSize="18sp"/>
46
47    <TextView
48        android:id="@+id/verify_otr_yourprint"
49        android:layout_width="wrap_content"
50        android:layout_height="wrap_content"
51        android:paddingLeft="8dp"
52        android:textSize="14sp"
53        android:typeface="monospace"/>
54</LinearLayout>