8888 android : paddingBottom =" 5dp"
8989 android : src =" @android:drawable/ic_menu_mylocation"
9090 android : layout_width =" wrap_content"
91- android : layout_height =" wrap_content" />
92-
93- <!-- <Button
94- android:id="@+id/addressChange"
95- android:layout_width="0dp"
96- android:layout_height="wrap_content"
97- android:visibility="gone"
98- android:text="@string/change"
99- android:layout_weight=".2"/>-->
91+ android : layout_height =" wrap_content" />
10092 </LinearLayout >
10193
10294 <android .support.design.widget.TextInputLayout android : layout_width =" match_parent"
204196 </LinearLayout >
205197 </ScrollView >
206198
207- <!-- <LinearLayout
208- android:id="@+id/reqInfoButtonContainer"
209- android:layout_width="fill_parent"
210- android:layout_height="wrap_content"
211- android:minHeight="90dp"
212- android:orientation="horizontal"
213- android:layout_margin="10dp"
214- android:gravity="center_vertical">
215-
216- <TextView
217- android:layout_width="0dp"
218- android:layout_height="wrap_content"
219- android:layout_weight=".3"/>
199+ <LinearLayout android : layout_width =" match_parent"
200+ android : layout_height =" wrap_content"
201+ android : orientation =" horizontal"
202+ android : gravity =" center_vertical"
203+ style =" ?android:buttonBarStyle"
204+ android : divider =" ?android:dividerVertical"
205+ android : showDividers =" middle" >
220206
221207 <Button
222- android:id="@+id/requestSend "
208+ android : id =" @+id/history "
223209 android : layout_width =" 0dp"
210+ android : layout_weight =" .5"
224211 android : layout_height =" wrap_content"
225- android:text="@string/request_taxi"
226- android:layout_weight=".3"/>
227-
228- <TextView
229- android:layout_width="0dp"
230- android:layout_height="wrap_content"
231- android:layout_weight=".3"/>
232- </LinearLayout>-->
233-
234- <LinearLayout
235- android : layout_width =" match_parent"
236- android : layout_height =" wrap_content"
237- android : orientation =" horizontal"
238- android : gravity =" center_vertical"
239- style =" ?android:buttonBarStyle" >
212+ android : text =" @string/history"
213+ android : textSize =" @dimen/main_button"
214+ style =" ?android:attr/buttonBarButtonStyle"
215+ android : textStyle =" bold" />
240216
241217 <Button
242218 android : id =" @+id/requestSend"
243- android : layout_width =" match_parent"
219+ android : layout_width =" 0dp"
220+ android : layout_weight =" .5"
244221 android : layout_height =" wrap_content"
245222 android : text =" @string/request_taxi"
246223 android : textSize =" @dimen/main_button"
247- style =" ?android:attr/buttonBarButtonStyle" />
224+ style =" ?android:attr/buttonBarButtonStyle"
225+ android : textStyle =" bold" />
248226
249227 </LinearLayout >
250228</LinearLayout >
0 commit comments