diff options
Diffstat (limited to 'src/main/res/values/ids.xml')
| -rw-r--r-- | src/main/res/values/ids.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/res/values/ids.xml b/src/main/res/values/ids.xml index 2110702c0..1b874415d 100644 --- a/src/main/res/values/ids.xml +++ b/src/main/res/values/ids.xml @@ -9,4 +9,10 @@ <item name="keyboard_ui_handler_MSG_REMOVE_CLOSE_SUGGESTIONS_HINT" type="id" /> <item name="popup_manager_dismiss_preview_message_id" type="id" /> + + <!-- words editor view types --> + <item name="word_editor_view_type_row" type="id" /> + <item name="word_editor_view_type_editing_row" type="id" /> + <item name="word_editor_view_type_add_new_row" type="id" /> + <item name="word_editor_view_type_empty_view_row" type="id" /> </resources>
\ No newline at end of file |
