blob: 9fa4afaeda78ecf5cc2de2235d766e103bd3f0fa [file] [log] [blame]
Ivan Yeo215fc2a2015-03-17 22:35:04 -07001<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout
3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:orientation="vertical"
5 android:layout_width="match_parent"
6 android:layout_height="match_parent"
7 style="@style/default_linear_layout_padding"
8 >
9
10 <TextView
11 android:layout_width="match_parent"
12 android:layout_height="wrap_content"
13 android:text="@string/pref_category_title_general"
14 style="?android:listSeparatorTextViewStyle"
15 />
16
17 <Switch
18 android:id="@+id/nfd_start_stop_switch"
19 android:layout_width="match_parent"
20 android:layout_height="wrap_content"
21 android:layout_gravity="center_horizontal"
22 android:text="@string/checking_on_nfd"
23 />
24
25</LinearLayout>