Search This Blog

Tuesday, October 18, 2016

CheckBox - Thay áo checkbox

 <CheckBox
            android:id="@+id/chkUserID_frmSetting_User"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginLeft="10dp"
            android:button="@drawable/custom_checkbox_design"
            android:paddingLeft="5dp"
            android:text="@string/lblChangeAcc_frmsetting_tabaccount"
            android:textColor="@color/all_text_color"
           
             >
        </CheckBox>

No comments:

Post a Comment