Loading res/layout/compact_photo_editor_view.xml +2 −1 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ android:id="@+id/photo_touch_intercept_overlay" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/item_background_material_dark" /> 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 res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -761,4 +761,7 @@ <!-- Button to expand the compact contact editor to show all available input fields. [CHAR LIMIT=60] --> <string name="compact_editor_more_fields">More Fields</string> <!-- Content description for the compact contact editor photo overlay which, when clicked, shows a dialog with the options for changing the contact photo. [CHAR LIMIT=30] --> <string name="compact_editor_change_photo_content_description">Change photo</string> </resources> Loading
res/layout/compact_photo_editor_view.xml +2 −1 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ android:id="@+id/photo_touch_intercept_overlay" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/item_background_material_dark" /> 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
res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -761,4 +761,7 @@ <!-- Button to expand the compact contact editor to show all available input fields. [CHAR LIMIT=60] --> <string name="compact_editor_more_fields">More Fields</string> <!-- Content description for the compact contact editor photo overlay which, when clicked, shows a dialog with the options for changing the contact photo. [CHAR LIMIT=30] --> <string name="compact_editor_change_photo_content_description">Change photo</string> </resources>