search

Home  >  Q&A  >  body text

求助一个Android控件名称

最左边的圆形控件是什么?
怎么实现?

巴扎黑巴扎黑2772 days ago487

reply all(3)I'll reply

  • PHP中文网

    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>

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 17:32:14

    ListView with Icons

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 17:32:14

    It should be made by myself using shape. Fill it in directly

    reply
    0
  • Cancelreply