From 9c7cacdbddf6ba1a34fd56b71718ba4e44e20efa Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sun, 16 Feb 2014 16:32:15 +0100 Subject: show unknown otr fingerprint warining --- res/layout/dialog_verify_otr.xml | 53 ++++++++++++++++++++++++++++++++++++ res/layout/fragment_conversation.xml | 30 ++++++++++++++++++++ res/menu/encryption_choices.xml | 17 ++++++++++++ 3 files changed, 100 insertions(+) create mode 100644 res/layout/dialog_verify_otr.xml create mode 100644 res/menu/encryption_choices.xml (limited to 'res') diff --git a/res/layout/dialog_verify_otr.xml b/res/layout/dialog_verify_otr.xml new file mode 100644 index 00000000..9f389c73 --- /dev/null +++ b/res/layout/dialog_verify_otr.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + diff --git a/res/layout/fragment_conversation.xml b/res/layout/fragment_conversation.xml index 3b965af2..5db68748 100644 --- a/res/layout/fragment_conversation.xml +++ b/res/layout/fragment_conversation.xml @@ -53,5 +53,35 @@ android:transcriptMode="alwaysScroll" android:listSelector="@android:color/transparent"> + + + + + + \ No newline at end of file diff --git a/res/menu/encryption_choices.xml b/res/menu/encryption_choices.xml new file mode 100644 index 00000000..ade17654 --- /dev/null +++ b/res/menu/encryption_choices.xml @@ -0,0 +1,17 @@ + + + + + + + + + -- cgit v1.2.3