Home | History | Annotate | Download | only in layout

Lines Matching full:style

21     <LinearLayout style="@style/info_layout">
33 <LinearLayout style="@style/entry_layout">
34 <TextView android:text="@string/wifi_state_label" style="@style/info_label" />
35 <TextView android:id="@+id/wifi_state" style="@style/info_value" />
39 <LinearLayout style="@style/entry_layout">
40 <TextView android:text="@string/network_state_label" style="@style/info_label" />
41 <TextView android:id="@+id/network_state" style="@style/info_value" />
45 <LinearLayout style="@style/entry_layout">
46 <TextView android:text="@string/supplicant_state_label" style="@style/info_label" />
47 <TextView android:id="@+id/supplicant_state" style="@style/info_value" />
51 <LinearLayout style="@style/entry_layout">
52 <TextView android:text="@string/rssi_label" style="@style/info_label" />
53 <TextView android:id="@+id/rssi" style="@style/info_value" />
57 <LinearLayout style="@style/entry_layout">
58 <TextView android:text="@string/bssid_label" style="@style/info_label" />
59 <TextView android:id="@+id/bssid" style="@style/info_value" />
63 <LinearLayout style="@style/entry_layout">
64 <TextView android:text="@string/ssid_label" style="@style/info_label" />
65 <TextView android:id="@+id/ssid" style="@style/info_value" />
70 <LinearLayout style="@style/entry_layout">
71 <TextView android:text="@string/hidden_ssid_label" style="@style/info_label" />
72 <TextView android:id="@+id/hidden_ssid" style="@style/info_value" />
76 <LinearLayout style="@style/entry_layout">
77 <TextView android:text="@string/ipaddr_label" style="@style/info_label" />
78 <TextView android:id="@+id/ipaddr" style="@style/info_value" />
82 <LinearLayout style="@style/entry_layout">
83 <TextView android:text="@string/macaddr_label" style="@style/info_label" />
84 <TextView android:id="@+id/macaddr" style="@style/info_value" />
88 <LinearLayout style="@style/entry_layout">
89 <TextView android:text="@string/networkid_label" style="@style/info_label" />
90 <TextView android:id="@+id/networkid" style="@style/info_value" />
94 <LinearLayout style="@style/entry_layout">
95 <TextView android:text="@string/link_speed_label" style="@style/info_label" />
96 <TextView android:id="@+id/link_speed" style="@style/info_value" />
99 <LinearLayout style="@style/entry_layout">
100 <TextView android:text="@string/scan_list_label" style="@style/info_label" />
101 <TextView android:id="@+id/scan_list" style="@style/info_value" />
113 <LinearLayout style="@style/entry_layout">
114 <TextView android:text="@string/radio_info_ping_ipaddr" style="@style/info_label" />
115 <TextView android:id="@+id/pingIpAddr" style="@style/info_value" />
118 <LinearLayout style="@style/entry_layout">
119 <TextView android:text="@string/radio_info_ping_hostname" style="@style/info_label" />
120 <TextView android:id="@+id/pingHostname" style="@style/info_value" />
123 <LinearLayout style="@style/entry_layout">
124 <TextView android:text="@string/radio_info_http_client_test" style="@style/info_label" />
125 <TextView android:id="@+id/httpClientTest" style="@style/info_value" />