I try the ChatMessageView example by Don Manfred (Lib V1.01) and get this error:
B4A Version: 7.30
Parsing code. (0.00s)
Compiling code. (0.02s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Generating R file. Error
..\res.chatmessageview\layout\chat_view.xml:38: error: Error: No resource found that matches the given name (at 'style' with value '@style/Base.Widget.AppCompat.Button.Borderless').
..\res.chatmessageview\drawable\message_text_shape_left.xml:7: error: Error: No resource found that matches the given name (at 'color' with value '@Color/button_material_light').
I putted the Lib (V1.01) into the Additionaly Libraries and the res.ChatMessageView into the project folder.
What I am doing wrong?
B4A Version: 7.30
Parsing code. (0.00s)
Compiling code. (0.02s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Generating R file. Error
..\res.chatmessageview\layout\chat_view.xml:38: error: Error: No resource found that matches the given name (at 'style' with value '@style/Base.Widget.AppCompat.Button.Borderless').
..\res.chatmessageview\drawable\message_text_shape_left.xml:7: error: Error: No resource found that matches the given name (at 'color' with value '@Color/button_material_light').
I putted the Lib (V1.01) into the Additionaly Libraries and the res.ChatMessageView into the project folder.
What I am doing wrong?