Home | History | Annotate | Download | only in layout

Lines Matching full:style

21 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/info_layout">        
24 <LinearLayout style="@style/entry_layout">
25 <TextView android:text="@string/battery_info_status_label" style="@style/info_label" />
26 <TextView android:id="@+id/status" style="@style/info_value" />
30 <LinearLayout style="@style/entry_layout">
31 <TextView android:text="@string/battery_info_power_label" style="@style/info_label" />
32 <TextView android:id="@+id/power" style="@style/info_value" />
36 <LinearLayout style="@style/entry_layout">
37 <TextView android:text="@string/battery_info_level_label" style="@style/info_label" />
38 <TextView android:id="@+id/level" style="@style/info_value" />
42 <LinearLayout style="@style/entry_layout">
43 <TextView android:text="@string/battery_info_scale_label" style="@style/info_label" />
44 <TextView android:id="@+id/scale" style="@style/info_value" />
48 <LinearLayout style="@style/entry_layout">
49 <TextView android:text="@string/battery_info_health_label" style="@style/info_label" />
50 <TextView android:id="@+id/health" style="@style/info_value" />
54 <LinearLayout style="@style/entry_layout">
55 <TextView android:text="@string/battery_info_voltage_label" style="@style/info_label" />
56 <TextView android:id="@+id/voltage" style="@style/info_value" />
60 <LinearLayout style="@style/entry_layout">
61 <TextView android:text="@string/battery_info_temperature_label" style="@style/info_label" />
62 <TextView android:id="@+id/temperature" style="@style/info_value" />
66 <LinearLayout style="@style/entry_layout">
67 <TextView android:text="@string/battery_info_technology_label" style="@style/info_label" />
68 <TextView android:id="@+id/technology" style="@style/info_value" />
72 <LinearLayout style="@style/entry_layout">
73 <TextView android:text="@string/battery_info_uptime" style="@style/info_label" />
74 <TextView android:id="@+id/uptime" style="@style/info_value" />