55 android : background =" #FFFFC107"
66 android : gravity =" center"
77 android : orientation =" vertical"
8- android : paddingStart =" 10dp "
8+ android : paddingStart =" 6dp "
99 android : paddingTop =" 2dp"
10- android : paddingEnd =" 10dp "
10+ android : paddingEnd =" 6dp "
1111 android : paddingBottom =" 2dp" >
1212
1313 <TableLayout
9797 android : id =" @+id/button_show_outline"
9898 android : layout_width =" wrap_content"
9999 android : layout_height =" wrap_content"
100- android : layout_margin =" 2dp "
100+ android : layout_margin =" 1dp "
101101 android : layout_weight =" 1"
102102 android : padding =" 0dp"
103103 android : text =" 显示布局"
104104 android : textColor =" @color/textColor"
105- android : textSize =" 12sp " />
105+ android : textSize =" 10sp " />
106106
107107 <Button
108108 android : id =" @+id/button_add_widget"
109109 android : layout_width =" wrap_content"
110110 android : layout_height =" wrap_content"
111- android : layout_margin =" 2dp "
111+ android : layout_margin =" 1dp "
112112 android : layout_weight =" 1"
113113 android : enabled =" false"
114114 android : padding =" 0dp"
115115 android : text =" 添加控件"
116116 android : textColor =" @color/textColor"
117- android : textSize =" 12sp " />
117+ android : textSize =" 10sp " />
118118
119119 <Button
120120 android : id =" @+id/button_show_target"
121121 android : layout_width =" wrap_content"
122122 android : layout_height =" wrap_content"
123- android : layout_margin =" 2dp "
123+ android : layout_margin =" 1dp "
124124 android : layout_weight =" 1"
125125 android : padding =" 0dp"
126126 android : text =" 显示准心"
127127 android : textColor =" @color/textColor"
128- android : textSize =" 12sp " />
128+ android : textSize =" 10sp " />
129129
130130 <Button
131131 android : id =" @+id/button_add_position"
132132 android : layout_width =" wrap_content"
133133 android : layout_height =" wrap_content"
134- android : layout_margin =" 2dp "
134+ android : layout_margin =" 1dp "
135135 android : layout_weight =" 1"
136136 android : enabled =" false"
137137 android : padding =" 0dp"
138138 android : text =" 添加坐标"
139139 android : textColor =" @color/textColor"
140- android : textSize =" 12sp" />
140+ android : textSize =" 10sp" />
141+
142+ <Button
143+ android : id =" @+id/button_dump_screen"
144+ android : layout_width =" wrap_content"
145+ android : layout_height =" wrap_content"
146+ android : layout_margin =" 1dp"
147+ android : layout_weight =" 1"
148+ android : padding =" 0dp"
149+ android : text =" 检查窗口"
150+ android : textColor =" @color/textColor"
151+ android : textSize =" 10sp" />
141152
142153 <Button
143154 android : id =" @+id/button_quit"
144155 android : layout_width =" wrap_content"
145156 android : layout_height =" wrap_content"
146- android : layout_margin =" 2dp "
157+ android : layout_margin =" 1dp "
147158 android : layout_weight =" 1"
148159 android : padding =" 0dp"
149160 android : text =" 退出"
150161 android : textColor =" @color/textColor"
151- android : textSize =" 12sp" />
152-
162+ android : textSize =" 10sp" />
153163
154164 </LinearLayout >
155165</LinearLayout >
0 commit comments