Home | History | Annotate | Download | only in layout

Lines Matching full:style

24     <LinearLayout style="@style/info_layout">
27 <LinearLayout style="@style/entry_layout">
28 <TextView android:text="@string/radio_info_imei_label" style="@style/info_label" />
29 <TextView android:id="@+id/imei" style="@style/info_value" />
33 <LinearLayout style="@style/entry_layout">
34 <TextView android:text="@string/radio_info_phone_number_label" style="@style/info_label" />
35 <TextView android:id="@+id/number" style="@style/info_value" />
39 <LinearLayout style="@style/entry_layout">
40 <TextView android:text="@string/radio_info_current_network_label" style="@style/info_label" />
41 <TextView android:id="@+id/operator" style="@style/info_value" />
53 <LinearLayout style="@style/entry_layout">
54 <TextView android:text="@string/radio_info_ping_ipaddr" style="@style/info_label" />
55 <TextView android:id="@+id/pingIpAddr" style="@style/info_value" />
58 <LinearLayout style="@style/entry_layout">
59 <TextView android:text="@string/radio_info_ping_hostname" style="@style/info_label" />
60 <TextView android:id="@+id/pingHostname" style="@style/info_value" />
63 <LinearLayout style="@style/entry_layout">
64 <TextView android:text="@string/radio_info_http_client_test" style="@style/info_label" />
65 <TextView android:id="@+id/httpClientTest" style="@style/info_value" />
69 <LinearLayout style="@style/entry_layout">
70 <TextView android:text="@string/radio_info_signal_strength_label" style="@style/info_label" />
71 <TextView android:id="@+id/dbm" style="@style/info_value" />
75 <LinearLayout style="@style/entry_layout">
76 <TextView android:text="@string/radio_info_signal_location_label" style="@style/info_label" />
77 <TextView android:id="@+id/location" style="@style/info_value" />
81 <LinearLayout style="@style/entry_layout">
83 style="@style/info_label" />
84 <TextView android:id="@+id/neighboring" style="@style/info_value" />
88 <LinearLayout style="@style/entry_layout">
90 style="@style/info_label" />
91 <TextView android:id="@+id/cellinfo" style="@style/info_value" />
95 <LinearLayout style="@style/entry_layout">
96 <TextView android:text="@string/radio_info_roaming_label" style="@style/info_label" />
97 <TextView android:id="@+id/roaming" style="@style/info_value" />
101 <LinearLayout style="@style/entry_layout">
102 <TextView android:text="@string/radio_info_gsm_service_label" style="@style/info_label" />
103 <TextView android:id="@+id/gsm" style="@style/info_value" />
107 <LinearLayout style="@style/entry_layout">
108 <TextView android:text="@string/radio_info_gprs_service_label" style="@style/info_label" />
109 <TextView android:id="@+id/gprs" style="@style/info_value" />
113 <LinearLayout style="@style/entry_layout">
114 <TextView android:text="@string/radio_info_network_type_label" style="@style/info_label" />
115 <TextView android:id="@+id/network" style="@style/info_value" />
119 <LinearLayout style="@style/entry_layout">
120 <TextView android:text="@string/radio_info_message_waiting_label" style="@style/info_label" />
121 <TextView android:id="@+id/mwi" style="@style/info_value" />
125 <LinearLayout style="@style/entry_layout">
126 <TextView android:text="@string/radio_info_call_redirect_label" style="@style/info_label" />
127 <TextView android:id="@+id/cfi" style="@style/info_value" />
131 <LinearLayout style="@style/entry_layout">
132 <TextView android:text="@string/radio_info_call_status_label" style="@style/info_label" />
133 <TextView android:id="@+id/call" style="@style/info_value" />
138 <LinearLayout style="@style/entry_layout">
139 <TextView android:text="@string/radio_info_radio_resets_label" style="@style/info_label" />
140 <TextView android:id="@+id/resets" style="@style/info_value" />
144 <LinearLayout style="@style/entry_layout">
146 style="@style/info_label" />
147 <TextView android:id="@+id/attempts" style="@style/info_value" />
151 <LinearLayout style="@style/entry_layout">
153 style="@style/info_label" />
154 <TextView android:id="@+id/successes" style="@style/info_value" />
158 <LinearLayout style="@style/entry_layout">
160 style="@style/info_label" />
161 <TextView android:id="@+id/disconnects" style="@style/info_value" />
165 <LinearLayout style="@style/entry_layout">
167 style="@style/info_label" />
168 <TextView android:id="@+id/sent" style="@style/info_value" />
172 <LinearLayout style="@style/entry_layout">
174 style="@style/info_label" />
175 <TextView android:id="@+id/received" style="@style/info_value" />
179 <LinearLayout style="@style/entry_layout">
181 style="@style/info_label" />
182 <TextView android:id="@+id/sentSinceReceived" style="@style/info_value" />
190 style="@style/info_label"
244 style="@style/info_label" />
263 style="@style/form_value"
270 <LinearLayout style="@style/entry_layout">
278 <TextView android:id="@+id/dnsCheckState" style="@style/info_value" />