Search code examples
androidtextviewdropdown

implementation 'com.github.hakobast:dropdown-textview:0.3.1'


I face this problem: AAPT: error: resource attr/title_text (aka com.example.DropdownTextView:attr/title_text) not found I found this: https://github.com/hakobast/DropdownTextView/issues/14 Unfortunately version 0.1.1 do not contain all functions.

If someone know the work-around please share.


Solution

  • I fixed the issue in 0.3.3 and now AAPT: error: resource attr/title_text (aka com.example.DropdownTextView:attr/title_text) not found is not coming.

    Please find the detail for integrating the library at

    https://stackoverflow.com/a/67520594/4828650