| | |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center_horizontal"> |
| | | android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" |
| | | android:minHeight="?android:attr/listPreferredItemHeightSmall" |
| | | android:gravity="center_vertical"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_map_name" |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="涪陵交通驾校" |
| | | android:layout_weight="3" |
| | | android:layout_weight="1" |
| | | android:drawablePadding="@dimen/ui_margin_5dp" |
| | | android:paddingStart="?android:attr/listPreferredItemPaddingStart" |
| | | android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" |
| | |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_version" |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="@string/mapversion" |
| | | android:layout_weight="1" |
| | | android:layout_weight="2" |
| | | android:textColor="@android:color/white" |
| | | /> |
| | | |
| | |
| | | android:text="更新车辆模型" |
| | | android:textColor="@android:color/white" |
| | | android:background="@drawable/bg_rgb_dlg" |
| | | android:layout_weight="2" |
| | | android:layout_weight="0" |
| | | android:visibility="gone" |
| | | android:id="@+id/btn_update_map_car" |
| | | /> |
| | | </LinearLayout> |