參考微信胳赌,簡單封裝了一個item控件,github地址:https://github.com/SolveBugs
并且昨天折騰了下將庫上傳到了JCenter遠程倉庫巢音,方便以后的使用擎椰,效果圖如下:
添加依賴
在build文件添加依賴:
dependencies {
compile 'com.zq.commonitemlib:commonitemmoudle:1.0.1'
}
在xml中引用:
<demo.zq.com.commonitemmoudle.CommonItem1
app:arrow_item="@drawable/right" //右邊指示圖片
app:background_item="@color/RGB_FFFFFF"http://條目背景顏色
app:img_item="@drawable/setting_blue" //右邊圖片icon
app:text_item="@string/setting" //右邊文字
app:textcolor_item="@color/RGB_000000" //文字顏色
app:textsize_item="@dimen/normalsize" //文字大小
android:layout_width="match_parent"
android:layout_height="wrap_content"></demo.zq.com.commonitemmoudle.CommonItem1>