Only show call button when we've got a conversation recipient.

This commit is contained in:
Moxie Marlinspike
2012-08-07 19:03:28 -07:00
parent 5fb7ae7ecf
commit f4de6c8d84
3 changed files with 22 additions and 13 deletions

View File

@@ -1,11 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:title="Call"
android:id="@+id/menu_call"
android:icon="@drawable/ic_menu_call"
android:showAsAction="ifRoom" />
<item android:title="Add attachment"
android:id="@+id/menu_add_attachment"
android:icon="@drawable/ic_menu_attach" />