Search code examples
androidandroid-studioopentok

Design changes in library project of android studio does not affected


I have integrated a text-chat-sample application in my project.

I want to change the design of the text-chat layout. For this I have to change the design in text-chat library. I have changed it but the application is unaffected.

Are there any steps I need to follow in android studio?


Solution

  • I have checked it and tried to change the design in the library but it didn't take any changes which I have made.

    So for solving this issue, I have copied all the required resources like Java class, XML files into my project.

    Then I have made UI changes over there and it works perfectly.

    Hope this will help you too ;)