Page MenuHomec4science

item_child_test_selection.xml
No OneTemporary

File Metadata

Created
Fri, Jan 17, 07:45

item_child_test_selection.xml

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<TextView
android:id="@+id/label_item_test_selection"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true" />
<CheckBox
android:id="@+id/checkbox_item_test_selection"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@id/label_item_test_selection" />
</RelativeLayout>

Event Timeline