round_textview.xml 216 Bytes
Newer Older
1
<shape xmlns:android="http://schemas.android.com/apk/res/android"
2
    android:shape="oval">
3

4
  <solid android:color="@color/colorAccent" />
5

6
  <size
7 8
      android:width="24dp"
      android:height="24dp" />
9

10
</shape>