| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal" |
| | | android:gravity="center_vertical"> |
| | | android:layout_marginBottom="12dp"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_back" |
| | | android:layout_width="24dp" |
| | | android:layout_height="24dp" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:layout_gravity="center_vertical" |
| | | android:src="@drawable/location"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_station_name" |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="16dp" |
| | | android:layout_weight="1" |
| | | android:layout_marginStart="8dp" |
| | | android:textSize="18sp" |
| | | android:textColor="#333333"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_package_count" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="24dp" |
| | | android:layout_marginStart="8dp" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="#666666" |
| | | android:textSize="14sp" /> |
| | | </LinearLayout> |