<?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">
<CheckBox
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/checkBox"
android:id="@+id/editingCheckedBox"
android:checked="false"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/labelText"
android:id="@+id/editingNameView"/>
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/editingValueEdit"
android:inputType="number"
android:layout_weight="1"/>
</LinearLayout>
Dosyayı İndir