10 lines
311 B
XML
10 lines
311 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<CheckBox xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
layout_gravity="center_vertical"
|
||
|
id="@+id/checkbox"
|
||
|
focusable="false"
|
||
|
clickable="false"
|
||
|
duplicateParentState="true"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"/>
|