Another best way to add bullet in any text view is stated below two steps:
First, create a drawable
//set color of bullet
Then add this drawable in textview and set its pedding by using below properties
android:drawableStart="@drawable/bullet"
android:drawablePadding="10dp"