I currently have a Floating Action Buttons that will record some speech when held down. Once the Button is released I would like a particular row on a ListView to show a play Button.
I have the index of the row in a variable named "selected". But I do not know how to make the ImageButton on that row visible from within the FAB.OnClickListener. Any suggestions?
Thanks