| | |
| | | android:text="@string/device_set"/>
|
| | | <include
|
| | | android:id="@+id/device_wifi"
|
| | | layout="@layout/item_device_left"
|
| | | layout="@layout/fragment_device_left_row"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="match_parent"/>
|
| | | <include
|
| | | android:id="@+id/device_landline"
|
| | | layout="@layout/item_device_left"
|
| | | layout="@layout/fragment_device_left_row"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="match_parent"/>
|
| | | <include
|
| | | android:id="@+id/device_school"
|
| | | layout="@layout/item_device_left"
|
| | | layout="@layout/fragment_device_left_row"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="match_parent"/>
|
| | |
|
| | |
| | | android:text="@string/device_camera"/>
|
| | | <include
|
| | | android:id="@+id/device_camera1"
|
| | | layout="@layout/item_device_left"
|
| | | layout="@layout/fragment_device_left_row"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="match_parent"/>
|
| | | <include
|
| | | android:id="@+id/device_camera2"
|
| | | layout="@layout/item_device_left"
|
| | | layout="@layout/fragment_device_left_row"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="match_parent"/>
|
| | | </LinearLayout>
|