|
106 | 106 |
|
107 | 107 | <Button
|
108 | 108 | android:id="@+id/number1"
|
| 109 | + android:layout_height="100dp" |
109 | 110 | android:layout_columnWeight="1"
|
110 | 111 | android:layout_margin="3dp"
|
111 | 112 | android:background="#FFF"
|
|
116 | 117 |
|
117 | 118 | <Button
|
118 | 119 | android:id="@+id/number2"
|
| 120 | + android:layout_height="100dp" |
119 | 121 | android:layout_columnWeight="1"
|
120 | 122 | android:layout_margin="3dp"
|
121 | 123 | android:background="#FFF"
|
|
126 | 128 |
|
127 | 129 | <Button
|
128 | 130 | android:id="@+id/number3"
|
| 131 | + android:layout_height="100dp" |
129 | 132 | android:layout_columnWeight="1"
|
130 | 133 | android:layout_margin="3dp"
|
131 | 134 | android:background="#FFF"
|
|
136 | 139 |
|
137 | 140 | <Button
|
138 | 141 | android:id="@+id/number4"
|
| 142 | + android:layout_height="100dp" |
139 | 143 | android:layout_columnWeight="1"
|
140 | 144 | android:layout_margin="3dp"
|
141 | 145 | android:background="#FFF"
|
|
146 | 150 |
|
147 | 151 | <Button
|
148 | 152 | android:id="@+id/number5"
|
| 153 | + android:layout_height="100dp" |
149 | 154 | android:layout_columnWeight="1"
|
150 | 155 | android:layout_margin="3dp"
|
151 | 156 | android:background="#FFF"
|
|
156 | 161 |
|
157 | 162 | <Button
|
158 | 163 | android:id="@+id/number6"
|
| 164 | + android:layout_height="100dp" |
159 | 165 | android:layout_columnWeight="1"
|
160 | 166 | android:layout_margin="3dp"
|
161 | 167 | android:background="#FFF"
|
|
166 | 172 |
|
167 | 173 | <Button
|
168 | 174 | android:id="@+id/number7"
|
| 175 | + android:layout_height="100dp" |
169 | 176 | android:layout_columnWeight="1"
|
170 | 177 | android:layout_margin="3dp"
|
171 | 178 | android:background="#FFF"
|
|
177 | 184 |
|
178 | 185 | <Button
|
179 | 186 | android:id="@+id/number8"
|
| 187 | + android:layout_height="100dp" |
180 | 188 | android:layout_columnWeight="1"
|
181 | 189 | android:layout_margin="3dp"
|
182 | 190 | android:background="#FFF"
|
|
188 | 196 |
|
189 | 197 | <Button
|
190 | 198 | android:id="@+id/number9"
|
| 199 | + android:layout_height="100dp" |
191 | 200 | android:layout_columnWeight="1"
|
192 | 201 | android:layout_margin="3dp"
|
193 | 202 | android:background="#FFF"
|
|
199 | 208 |
|
200 | 209 | <Button
|
201 | 210 | android:id="@+id/number0"
|
| 211 | + android:layout_height="100dp" |
202 | 212 | android:layout_column="1"
|
203 | 213 | android:layout_columnWeight="1"
|
204 | 214 | android:layout_margin="3dp"
|
|
211 | 221 |
|
212 | 222 | <Button
|
213 | 223 | android:id="@+id/clear"
|
214 |
| - android:layout_width="wrap_content" |
215 |
| - android:layout_height="wrap_content" |
| 224 | + android:layout_height="100dp" |
216 | 225 | android:layout_columnWeight="1"
|
217 | 226 | android:layout_margin="3dp"
|
218 | 227 | android:background="#FFF"
|
|
0 commit comments