60 lines
2.1 KiB
XML
60 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:paddingBottom="16dp"
|
|
android:paddingLeft="8dp"
|
|
android:paddingRight="8dp" >
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="8dp"
|
|
android:text="@string/account_settings_jabber_id"
|
|
android:textColor="@color/primarytext"
|
|
android:textSize="?attr/TextSizeHeadline" />
|
|
|
|
<TextView
|
|
android:id="@+id/verify_otr_jid"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingLeft="8dp"
|
|
android:textColor="@color/secondarytext"
|
|
android:textSize="?attr/TextSizeBody" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="8dp"
|
|
android:text="@string/otr_fingerprint"
|
|
android:textColor="@color/primarytext"
|
|
android:textSize="?attr/TextSizeHeadline" />
|
|
|
|
<TextView
|
|
android:id="@+id/verify_otr_fingerprint"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingLeft="8dp"
|
|
android:textColor="@color/secondarytext"
|
|
android:textSize="?attr/TextSizeBody"
|
|
android:typeface="monospace" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="8dp"
|
|
android:text="@string/your_fingerprint"
|
|
android:textColor="@color/primarytext"
|
|
android:textSize="?attr/TextSizeHeadline" />
|
|
|
|
<TextView
|
|
android:id="@+id/verify_otr_yourprint"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingLeft="8dp"
|
|
android:textColor="@color/secondarytext"
|
|
android:textSize="?attr/TextSizeBody"
|
|
android:typeface="monospace" />
|
|
|
|
</LinearLayout> |