|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<TableRow xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 | + android:id="@+id/row_metro" |
| 4 | + android:layout_margin="2dip" |
| 5 | + android:layout_width="fill_parent" |
| 6 | + android:layout_height="wrap_content" |
| 7 | + android:layout_weight="1" |
| 8 | + > |
| 9 | + <LinearLayout |
| 10 | + android:id="@+id/left_sett_ll" |
| 11 | + android:layout_width="0dip" |
| 12 | + android:layout_height="fill_parent" |
| 13 | + android:gravity="center_vertical|center_horizontal" |
| 14 | + android:layout_weight="2" |
| 15 | + android:orientation="vertical"> |
| 16 | + <Button |
| 17 | + android:id="@+id/btn_geo_sett" |
| 18 | + style="@style/TextAppearance.Small" |
| 19 | + android:singleLine="false" |
| 20 | + android:maxLines="15" |
| 21 | + android:layout_marginRight="5dip" |
| 22 | + android:layout_width="fill_parent" |
| 23 | + android:layout_height="wrap_content" |
| 24 | + android:textColor="?attr/colorIcon" |
| 25 | + android:text="sett" |
| 26 | + /> |
| 27 | + </LinearLayout> |
| 28 | + <LinearLayout |
| 29 | + android:id="@+id/center_sett_ll" |
| 30 | + android:layout_width="0dip" |
| 31 | + android:layout_height="fill_parent" |
| 32 | + android:gravity="center_vertical|center_horizontal" |
| 33 | + android:layout_weight="5" |
| 34 | + android:orientation="horizontal"> |
| 35 | + <Button |
| 36 | + android:id="@+id/btn_geo_off" |
| 37 | + style="@style/TextAppearance.Small" |
| 38 | + android:singleLine="false" |
| 39 | + android:maxLines="15" |
| 40 | + android:layout_marginRight="5dip" |
| 41 | + android:layout_width="fill_parent" |
| 42 | + android:layout_height="wrap_content" |
| 43 | + android:textColor="?attr/colorIcon" |
| 44 | + android:text="off" |
| 45 | + /> |
| 46 | + </LinearLayout> |
| 47 | + <LinearLayout |
| 48 | + android:id="@+id/right_stop_ll" |
| 49 | + android:layout_width="0dip" |
| 50 | + android:layout_height="fill_parent" |
| 51 | + android:gravity="center_vertical|center_horizontal" |
| 52 | + android:layout_weight="2" |
| 53 | + android:orientation="horizontal"> |
| 54 | + <Button |
| 55 | + android:id="@+id/btn_geo_mode" |
| 56 | + style="@style/TextAppearance.Small" |
| 57 | + android:singleLine="false" |
| 58 | + android:maxLines="15" |
| 59 | + android:layout_marginRight="5dip" |
| 60 | + android:layout_width="fill_parent" |
| 61 | + android:layout_height="wrap_content" |
| 62 | + android:textColor="?attr/colorIcon" |
| 63 | + android:text="metro" |
| 64 | + /> |
| 65 | + </LinearLayout> |
| 66 | +</TableRow> |
0 commit comments