Skip to content

Commit 243e890

Browse files
Update COMPONENT_MESSAGES_LIST.md
1 parent 47c2ca3 commit 243e890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/COMPONENT_MESSAGES_LIST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ But what if you need not only to change the appearance of the elements, but also
282282
* `@id/messageTime` (TextView)
283283
* `@id/messageUserAvatar` (ImageView)
284284

285-
For better understanding see how [custom layout looks like](https://github.com/stfalcon-studio/ChatKit/blob/master/sample/src/main/res/layout/item_custom_incoming_message.xml)
285+
For better understanding see how [custom layout looks like](https://github.com/stfalcon-studio/ChatKit/blob/master/sample/src/main/res/layout/item_custom_incoming_text_message.xml)
286286

287287
After a layout was created, you need to put it into `HoldersConfig` object, which has appropriate methods for each layout files: `setIncomingLayout(int layoutRes)`, `setOutcomingLayout(int layoutRes)` `setDateHeaderLayout(int layoutRes)`. To hook up a config object, you need to transfer it to adapter through a constructor:
288288

0 commit comments

Comments
 (0)