香蕉久久久久久av综合网成人,天天躁日日躁狠狠躁av麻豆男男 ,午夜福利网国产a,偷国产乱人伦偷精品视频,午夜裸体性播放

做項(xiàng)目的遇到要自定義RadioButton的樣式,在網(wǎng)上搜索了很多例子都沒有完美解決,當(dāng)android:button="@null"的是時(shí)        候但它的位置還在,空出了很大一塊,橫向排列的時(shí)候不是很美觀。試了很多辦法終于解決了這個(gè)小問題就是把背景           也 設(shè)    為"@null"  這樣:android:background="@null" ,就可以了 它的也就沒有了 空出的很大部分也沒有                了。
全部代碼:
[mw_shl_code=xhtml,true]                     android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:gravity="center"
                    android:orientation="horizontal"
                    android:paddingBottom="15dp"
                    android:paddingTop="15dp" >

                                             android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginRight="5dp"
                        android:text="保額"
                        android:textColor="#363636"
                        android:textSize="18sp" />

                                             android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginRight="5dp"
                        android:background="@null"
                        android:button="@null"
                        android:drawableLeft="@drawable/radio_selector"
                        android:singleLine="true"
                        android:text="10萬"
                        android:textColor="#2991a5"
                        android:textSize="18sp" />

                                             android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginRight="5dp"
                        android:background="@null"
                        android:button="@null"
                        android:drawableLeft="@drawable/radio_selector"
                        android:singleLine="true"
                        android:text="20萬"
                        android:textColor="#2991a5"
                        android:textSize="18sp" />

                                             android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginRight="5dp"
                        android:background="@null"
                        android:button="@null"
                        android:drawableLeft="@drawable/radio_selector"
                        android:singleLine="true"
                        android:text="50萬"
                        android:textColor="#2991a5"
                        android:textSize="18sp" />

                                             android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginRight="5dp"
                        android:background="@null"
                        android:button="@null"
                        android:drawableLeft="@drawable/radio_selector"
                        android:singleLine="true"
                        android:text="100萬"
                        android:textColor="#2991a5"
                        android:textSize="18sp" />
                [/mw_shl_code]

 

穩(wěn)定

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

貼心

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

專業(yè)

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

快速

MVP模式小步快跑

承諾

我們選擇聲譽(yù)

堅(jiān)持

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