DropdownTextView
DropdownTextView copied to clipboard
Simple drop-down(expandable) TextView for Android
gradle: `implementation 'com.github.hakobast:dropdown-textview:0.3.1'` layout file: ``` ``` errors: ``` Android resource linking failed AAPT: \app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:4155: error: resource attr/title_text (aka com.example.test:attr/title_text) not found. \app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:4156: error: resource attr/content_text (aka com.example.test:attr/content_text) not found....
Hello,how can i change the arrow color?it is black,i want it to white
A great use for this would be an "More information..." expander but the current implementation doesn't appear to allow the title text to be right aligned.
This two elements are not working
It only supports minsdk level 19 and above, is it possible to make it support 14?