<?xml version="1.0" encoding="utf-8"?>
<CheckBox xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/cb_scene"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="scene"
    android:button="@drawable/cb_feed_back"
    android:maxLines="1"
    android:textStyle="bold"
    android:layout_marginRight="5dp"
    android:checked="true"
    android:clickable="false"
    android:paddingLeft="5dp"
    android:layout_marginTop="5dp"
    />