| | |
| | | android:baselineAligned="false" |
| | | > |
| | | |
| | | <!-- <CheckBox--> |
| | | <!-- android:id="@+id/protocol_checkbox"--> |
| | | <!-- android:layout_width="20dp"--> |
| | | <!-- android:layout_height="20dp"--> |
| | | <!-- android:text=""--> |
| | | <!-- android:orientation="horizontal"--> |
| | | <!-- android:gravity="start"--> |
| | | <!-- />--> |
| | | |
| | | <CheckBox |
| | | android:id="@+id/protocol_checkbox" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:text="" |
| | | android:orientation="horizontal" |
| | | android:gravity="start" |
| | | android:button="@null" |
| | | android:background="@drawable/checkbox_round" |
| | | /> |
| | | |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |