Expanding in Context in a ListView - Android
I have a listView, one component of the row is a TextView. By default, I wish to show only 2 rows of text in the TextView. But if the user taps on the TextView I wanted to the textView to expand in context. I actually have this portion working, but I want to have a more content indicator : My current implementation (Below) has it's own issues w/ not collapsing if the list view is scrolled, but I will handle that by storing the values for each cursor record in some collection.. I tried using chatBubble.getLineCount() but that returns zero initially b/c it has not gone through onLayout (from my