Can anyone show a sample of how to add a custom layout in the text bubble?
I tried creating a layout with a TextView with id/text1 but it gives me "setText on NullPointerException".
@Cosminnv you're right, you have to include TextView with android:id/text1. Also you could set a custom value via SeekBarHintAdapter.
See the sample app:
Can anyone show a sample of how to add a custom layout in the text bubble? I tried creating a layout with a TextView with id/text1 but it gives me "setText on NullPointerException".