encryption_choices.xml

 1<?xml version="1.0" encoding="utf-8"?>
 2<menu xmlns:android="http://schemas.android.com/apk/res/android" >
 3
 4    <group android:checkableBehavior="single" >
 5        <item
 6            android:id="@+id/encryption_choice_none"
 7            android:title="@string/encryption_choice_none"/>
 8        <item
 9            android:id="@+id/encryption_choice_otr"
10            android:title="@string/encryption_choice_otr"/>
11        <item
12            android:id="@+id/encryption_choice_pgp"
13            android:title="@string/encryption_choice_pgp"/>
14    </group>
15
16</menu>