Android Question ChatMessageView No resource found

Cadenzo

Active Member
Licensed User
Longtime User
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?
 

Cadenzo

Active Member
Licensed User
Longtime User
Yes, the line in the original example-code is #AdditionalRes: ..\res.ChatMessageView
In the resorce folder there are only some properties not found: (at 'style' with value '@style/Base.Widget.AppCompat.Button.Borderless') and (at 'color' with value '@@Color/button_material_light')
 
Upvote 0
Top