我想知道是否有办法添加按钮,或ExpantableTextView
文本下面的任何元素。我正在使用此library,我希望它看起来像这样:
答案 0 :(得分:0)
在一行中是的,可以这样做。 两种方法:
Button
的可见性设置为invisible
,并将其放在expandableTextView
下方。现在点击您的expandableTextView
,只需设置Button
到visible
的可见性我希望你能够达到你想要的效果。
答案 1 :(得分:0)
我认为你选错了图书馆。您选择了ExpandableTextView
,现在您正在寻求帮助,因为您无法向此View
添加按钮。
尝试搜索ExpandableLayout
库。也许你觉得这很有用 - 请检查:https://github.com/traex/ExpandableLayout
有关更多类似的库,请检查:http://android-arsenal.com/search?q=expandable
希望有所帮助