PHP中文网2017-04-17 17:32:14
Just set the background of TextView
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/black" />
<!--<stroke-->
<!--android:width="1dp"-->
<!--android:color="@color/white" />-->
<size
android:width="20dp"
android:height="20dp" />
</shape>