33 android : layout_width =" match_parent"
44 android : layout_height =" match_parent"
55 android : paddingLeft =" 16sp"
6- android : paddingRight =" 16sp"
76 android : paddingTop =" 16sp"
87 android : id =" @+id/whatever" >
98
10- <ToggleButton
9+ <android .support.design.widget.FloatingActionButton
1110 android : id =" @+id/inspectToggleButton"
1211 android : layout_width =" wrap_content"
1312 android : layout_height =" wrap_content"
14- android : text =" @string/toggle_button"
15- android : textOff =" Start"
16- android : textOn =" Stop"
17- android : paddingLeft =" 24dp"
18- android : paddingRight =" 24dp"
19- android : textAllCaps =" true"
20- android : fontFamily =" sans-serif-condensed" />
13+ android : padding =" 20dp"
14+ android : src =" @drawable/ic_play_arrow_24dp"
15+ android : checked =" false"
16+ android : translationZ =" 8dp"
17+ android : layout_alignParentBottom =" true"
18+ android : layout_alignParentRight =" true"
19+ android : layout_margin =" 20dp"
20+ android : focusableInTouchMode =" true" />
2121
2222 <ProgressBar
2323 android : id =" @+id/inspectActivity"
2424 android : layout_width =" wrap_content"
2525 android : layout_height =" wrap_content"
2626 android : layout_alignParentRight =" true"
27- android : layout_alignTop =" @+id/inspectToggleButton"
28- android : visibility =" invisible" />
29-
30- <View
31- android : id =" @+id/separator"
32- android : layout_width =" fill_parent"
33- android : layout_height =" 1dp"
34- android : layout_below =" @+id/inspectToggleButton"
35- android : layout_marginTop =" 8dp"
36- android : layout_marginBottom =" 8dp"
37- android : background =" @android:color/darker_gray" />
27+ android : layout_alignParentTop =" false"
28+ android : visibility =" invisible"
29+ android : layout_margin =" 20dp" />
3830
3931 <TextView
4032 android : id =" @+id/deviceTypeLabel"
7870 android : layout_above =" @+id/textView2"
7971 android : layout_alignRight =" @+id/inspectActivity"
8072 android : layout_alignTop =" @+id/deviceTypeLabel"
81- android : layout_toRightOf =" @+id/deviceTypeLabel" >
73+ android : layout_toRightOf =" @+id/deviceTypeLabel"
74+ android : layout_marginRight =" 16dp" >
8275
8376 <TextView
8477 android : id =" @+id/deviceType"
9790 android : layout_alignBottom =" @+id/textView2"
9891 android : layout_alignLeft =" @+id/ScrollView03"
9992 android : layout_alignRight =" @+id/ScrollView03"
100- android : layout_below =" @+id/ScrollView03" >
93+ android : layout_below =" @+id/ScrollView03"
94+ android : layout_marginRight =" 16dp" >
10195
10296 <TextView
10397 android : id =" @+id/deviceOS"
110104 </ScrollView >
111105
112106 <ScrollView
107+ android : descendantFocusability =" afterDescendants"
108+ android : focusableInTouchMode =" false"
113109 android : id =" @+id/ScrollView01"
114110 android : layout_width =" fill_parent"
115111 android : layout_height =" fill_parent"
116112 android : layout_alignLeft =" @+id/textView3"
117113 android : layout_alignParentBottom =" true"
118- android : layout_below =" @+id/textView3" >
114+ android : layout_below =" @+id/textView3"
115+ android : layout_marginRight =" 16dp" >
119116
120117 <TextView
118+ android : fillViewport =" true"
119+ android : focusableInTouchMode =" true"
121120 android : id =" @+id/deviceServices"
122121 android : layout_width =" fill_parent"
123122 android : layout_height =" wrap_content"
131130 android : layout_width =" wrap_content"
132131 android : layout_height =" wrap_content"
133132 android : layout_alignLeft =" @+id/deviceTypeLabel"
134- android : layout_toLeftOf =" @+id/deviceName "
133+ android : layout_toLeftOf =" @+id/scrollview4 "
135134 android : fontFamily =" sans-serif-condensed"
136135 android : text =" @string/target"
137136 android : textColor =" @color/app_color"
138- android : textAppearance =" ?android:attr/textAppearanceMedium"
139- android : layout_below =" @+id/separator" />
137+ android : textAppearance =" ?android:attr/textAppearanceMedium" />
140138
141- <TextView
142- android : id =" @+id/deviceName"
143- android : layout_width =" wrap_content"
139+ <ScrollView
140+ android : layout_width =" match_parent"
144141 android : layout_height =" wrap_content"
145142 android : layout_above =" @+id/ScrollView03"
146143 android : layout_alignLeft =" @+id/ScrollView03"
147144 android : layout_alignRight =" @+id/ScrollView03"
148145 android : layout_alignTop =" @+id/textView1"
149146 android : paddingLeft =" 16dp"
147+ android : id =" @+id/scrollview4"
148+ android : layout_marginRight =" 16dp" >
149+ <TextView
150+ android : id =" @+id/deviceName"
151+ android : layout_width =" wrap_content"
152+ android : layout_height =" wrap_content"
153+
150154 android : text =" @string/target"
151155 android : textAppearance =" ?android:attr/textAppearanceSmall"
152- android : layout_below = " @+id/separator "
153- android : gravity = " center_vertical " />
154-
156+ android : gravity = " center_vertical "
157+ />
158+ </ ScrollView >
155159</RelativeLayout >
0 commit comments