13 lines
474 B
XML
13 lines
474 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<carbon.widget.CheckBox
|
|
android:layout_gravity="center_vertical"
|
|
android:id="@+id/go"
|
|
android:padding="@dimen/cu"
|
|
android:layout_width="@dimen/d5"
|
|
android:layout_height="@dimen/d5"/>
|
|
</LinearLayout>
|