2016-11-12 12:59:54 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" >
|
|
|
|
<item android:id="@+id/verify_identity__share"
|
2016-11-26 21:40:25 +01:00
|
|
|
android:title="@string/verify_identity__share_safety_number"
|
2016-11-12 12:59:54 +01:00
|
|
|
android:icon="@drawable/ic_share_white_24dp"
|
|
|
|
app:showAsAction="ifRoom" />
|
|
|
|
</menu>
|