' />

日本在线免费播放,国产精品合集一区二区三区,亚洲国产欧美精品,久久青青草原精品国产不卡

實(shí)現(xiàn)效果:

實(shí)現(xiàn)很簡(jiǎn)單,把TextView的android:background屬性設(shè)置成自定義的一個(gè)xml樣式文件。

 

android:background="@drawable/textview_style"


textview_style.xml文件里的內(nèi)容:

 

 

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
  <solid android:color="#00FFFF" />
    <corners android:radius="15dp" />
      <padding 
          	android:left="5dp" 
          	android:top="5dp"
          	android:right="5dp" 
          	android:bottom="5dp" />
</shape>


corner android:radius屬性就是圓角的設(shè)置。

穩(wěn)定

產(chǎn)品高可用性高并發(fā)

貼心

項(xiàng)目群及時(shí)溝通

專(zhuān)業(yè)

產(chǎn)品經(jīng)理1v1支持

快速

MVP模式小步快跑

承諾

我們選擇聲譽(yù)

堅(jiān)持

10年專(zhuān)注高端品質(zhì)開(kāi)發(fā)
  • 返回頂部