Make done button in contact editor focusable

Bug: 5713510
Change-Id: Ib21eccd110ad53b2b048ff5f897ab0ff59eaa52a
diff --git a/res/layout/editor_custom_action_bar.xml b/res/layout/editor_custom_action_bar.xml
index 1040da3..56ac9d0 100644
--- a/res/layout/editor_custom_action_bar.xml
+++ b/res/layout/editor_custom_action_bar.xml
@@ -26,7 +26,9 @@
         android:divider="?android:attr/dividerVertical"
         android:showDividers="end"
         android:dividerPadding="12dip"
-        android:orientation="horizontal">
+        android:orientation="horizontal"
+        android:focusable="true"
+        android:clickable="true">
 
         <LinearLayout
             android:layout_width="wrap_content"