Ivan Yeo | 215fc2a | 2015-03-17 22:35:04 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Alexander Afanasyev | eac787c | 2015-03-21 11:44:09 -0500 | [diff] [blame] | 2 | <ScrollView |
Ivan Yeo | 215fc2a | 2015-03-17 22:35:04 -0700 | [diff] [blame] | 3 | xmlns:android="http://schemas.android.com/apk/res/android" |
Ivan Yeo | 215fc2a | 2015-03-17 22:35:04 -0700 | [diff] [blame] | 4 | android:layout_width="match_parent" |
Alexander Afanasyev | eac787c | 2015-03-21 11:44:09 -0500 | [diff] [blame] | 5 | android:layout_height="wrap_content"> |
| 6 | |
| 7 | <LinearLayout |
| 8 | style="@style/default_linear_layout_padding" |
| 9 | android:layout_width="match_parent" |
| 10 | android:layout_height="match_parent" |
| 11 | android:orientation="vertical" |
| 12 | > |
Ivan Yeo | 215fc2a | 2015-03-17 22:35:04 -0700 | [diff] [blame] | 13 | |
| 14 | <TextView |
Alexander Afanasyev | eac787c | 2015-03-21 11:44:09 -0500 | [diff] [blame] | 15 | style="?android:listSeparatorTextViewStyle" |
Ivan Yeo | 215fc2a | 2015-03-17 22:35:04 -0700 | [diff] [blame] | 16 | android:layout_width="match_parent" |
| 17 | android:layout_height="wrap_content" |
| 18 | android:text="@string/pref_category_title_general" |
Ivan Yeo | 215fc2a | 2015-03-17 22:35:04 -0700 | [diff] [blame] | 19 | /> |
| 20 | |
| 21 | <Switch |
| 22 | android:id="@+id/nfd_start_stop_switch" |
| 23 | android:layout_width="match_parent" |
| 24 | android:layout_height="wrap_content" |
| 25 | android:layout_gravity="center_horizontal" |
| 26 | android:text="@string/checking_on_nfd" |
| 27 | /> |
| 28 | |
Haitao Zhang | 129388e | 2017-03-31 16:07:36 -0700 | [diff] [blame^] | 29 | <View |
| 30 | android:layout_width="match_parent" |
| 31 | android:layout_height="5dp"/> |
| 32 | |
| 33 | <Switch |
| 34 | android:id="@+id/connect_nearest_hub_switch" |
| 35 | android:layout_width="match_parent" |
| 36 | android:layout_height="wrap_content" |
| 37 | android:layout_gravity="center_horizontal" |
| 38 | android:text="@string/connect_nearest_hub_automatically" |
| 39 | /> |
| 40 | |
Alexander Afanasyev | eac787c | 2015-03-21 11:44:09 -0500 | [diff] [blame] | 41 | <LinearLayout android:id="@+id/status_view" |
| 42 | android:layout_width="match_parent" |
| 43 | android:layout_height="wrap_content" |
| 44 | android:orientation="vertical" |
| 45 | android:visibility="gone"> |
| 46 | |
| 47 | <TextView style="?android:listSeparatorTextViewStyle" |
| 48 | android:layout_width="match_parent" |
| 49 | android:layout_height="wrap_content" |
| 50 | android:text="@string/pref_category_title_status" |
| 51 | /> |
| 52 | |
| 53 | <LinearLayout style="@style/main_fragment_linear_layout"> |
| 54 | <TextView style="@style/main_fragment_list_title" |
| 55 | android:text="@string/version" /> |
| 56 | |
| 57 | <TextView android:id="@+id/version" |
| 58 | style="@style/main_fragment_list_value" /> |
| 59 | </LinearLayout> |
| 60 | |
| 61 | <LinearLayout style="@style/main_fragment_linear_layout"> |
| 62 | <TextView style="@style/main_fragment_list_title" |
| 63 | android:text="@string/uptime" /> |
| 64 | |
| 65 | <TextView android:id="@+id/uptime" |
| 66 | style="@style/main_fragment_list_value" /> |
| 67 | </LinearLayout> |
| 68 | |
| 69 | <LinearLayout style="@style/main_fragment_linear_layout"> |
| 70 | <TextView style="@style/main_fragment_list_title" |
| 71 | android:text="@string/name_tree_entries" /> |
| 72 | |
| 73 | <TextView android:id="@+id/name_tree_entries" |
| 74 | style="@style/main_fragment_list_value" /> |
| 75 | </LinearLayout> |
| 76 | |
| 77 | <LinearLayout style="@style/main_fragment_linear_layout"> |
| 78 | <TextView style="@style/main_fragment_list_title" |
| 79 | android:text="@string/fib_entries" /> |
| 80 | |
| 81 | <TextView android:id="@+id/fib_entries" |
| 82 | style="@style/main_fragment_list_value" /> |
| 83 | </LinearLayout> |
| 84 | |
| 85 | <LinearLayout style="@style/main_fragment_linear_layout"> |
| 86 | <TextView style="@style/main_fragment_list_title" |
| 87 | android:text="@string/pit_entries" /> |
| 88 | |
| 89 | <TextView android:id="@+id/pit_entries" |
| 90 | style="@style/main_fragment_list_value" /> |
| 91 | </LinearLayout> |
| 92 | |
| 93 | <LinearLayout style="@style/main_fragment_linear_layout"> |
| 94 | <TextView style="@style/main_fragment_list_title" |
| 95 | android:text="@string/measurement_entries" /> |
| 96 | |
| 97 | <TextView android:id="@+id/measurement_entries" |
| 98 | style="@style/main_fragment_list_value" /> |
| 99 | </LinearLayout> |
| 100 | |
| 101 | <LinearLayout style="@style/main_fragment_linear_layout"> |
| 102 | <TextView style="@style/main_fragment_list_title" |
| 103 | android:text="@string/cs_entries" /> |
| 104 | |
| 105 | <TextView android:id="@+id/cs_entries" |
| 106 | style="@style/main_fragment_list_value" /> |
| 107 | </LinearLayout> |
| 108 | |
| 109 | <LinearLayout style="@style/main_fragment_linear_layout"> |
| 110 | <TextView style="@style/main_fragment_list_title" |
| 111 | android:text="@string/in_interests" /> |
| 112 | |
| 113 | <TextView android:id="@+id/in_interests" |
| 114 | style="@style/main_fragment_list_value" /> |
| 115 | </LinearLayout> |
| 116 | |
| 117 | <LinearLayout style="@style/main_fragment_linear_layout"> |
| 118 | <TextView style="@style/main_fragment_list_title" |
| 119 | android:text="@string/out_interests" /> |
| 120 | |
| 121 | <TextView android:id="@+id/out_interests" |
| 122 | style="@style/main_fragment_list_value" /> |
| 123 | </LinearLayout> |
| 124 | |
| 125 | <LinearLayout style="@style/main_fragment_linear_layout"> |
| 126 | <TextView style="@style/main_fragment_list_title" |
| 127 | android:text="@string/in_data" /> |
| 128 | |
| 129 | <TextView android:id="@+id/in_data" |
| 130 | style="@style/main_fragment_list_value" /> |
| 131 | </LinearLayout> |
| 132 | |
| 133 | <LinearLayout style="@style/main_fragment_linear_layout"> |
| 134 | <TextView style="@style/main_fragment_list_title" |
| 135 | android:text="@string/out_data" /> |
| 136 | |
| 137 | <TextView android:id="@+id/out_data" |
| 138 | style="@style/main_fragment_list_value" /> |
| 139 | </LinearLayout> |
| 140 | |
Alexander Afanasyev | 0a15b6d | 2016-01-31 12:13:28 -0800 | [diff] [blame] | 141 | <LinearLayout style="@style/main_fragment_linear_layout"> |
| 142 | <TextView style="@style/main_fragment_list_title" |
| 143 | android:text="@string/in_nacks" /> |
| 144 | |
| 145 | <TextView android:id="@+id/in_nacks" |
| 146 | style="@style/main_fragment_list_value" /> |
| 147 | </LinearLayout> |
| 148 | |
| 149 | <LinearLayout style="@style/main_fragment_linear_layout"> |
| 150 | <TextView style="@style/main_fragment_list_title" |
| 151 | android:text="@string/out_nacks" /> |
| 152 | |
| 153 | <TextView android:id="@+id/out_nacks" |
| 154 | style="@style/main_fragment_list_value" /> |
| 155 | </LinearLayout> |
Alexander Afanasyev | eac787c | 2015-03-21 11:44:09 -0500 | [diff] [blame] | 156 | </LinearLayout> |
| 157 | </LinearLayout> |
| 158 | </ScrollView> |