Making photo in contact editor editable by keyboard
Bug:12018376
Change-Id: Iac09b8e78504edd1febacc37848cad83d257d2d4
diff --git a/res/layout/compact_photo_editor_view.xml b/res/layout/compact_photo_editor_view.xml
index 9806f64..8f791ca 100644
--- a/res/layout/compact_photo_editor_view.xml
+++ b/res/layout/compact_photo_editor_view.xml
@@ -47,9 +47,10 @@
<View
android:id="@+id/photo_touch_intercept_overlay"
+ android:focusable="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/item_background_material_dark"
android:contentDescription="@string/compact_editor_change_photo_content_description" />
-</com.android.contacts.editor.CompactPhotoEditorView>
\ No newline at end of file
+</com.android.contacts.editor.CompactPhotoEditorView>