From 5c8464fb9262bad56271c9cc9f74d56e3c9ce613 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 28 Jul 2020 19:57:23 +0300 Subject: [PATCH] chats: add layout for chat picker --- app/src/main/res/layout/item_chat.xml | 106 ++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 app/src/main/res/layout/item_chat.xml diff --git a/app/src/main/res/layout/item_chat.xml b/app/src/main/res/layout/item_chat.xml new file mode 100644 index 00000000..704024b7 --- /dev/null +++ b/app/src/main/res/layout/item_chat.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + \ No newline at end of file