| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="80dp" |
| | | android:paddingLeft="16dp" |
| | | android:paddingRight="16dp" |
| | | android:layout_height="52dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | android:orientation="vertical"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_flag" |
| | | android:layout_width="40dp" |
| | | android:layout_height="40dp" /> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="52dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:paddingLeft="16dp" |
| | | android:paddingRight="16dp"> |
| | | |
| | | <Space |
| | | android:layout_width="12dp" |
| | | android:layout_height="wrap_content" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_name" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:minWidth="320dp" |
| | | android:singleLine="true" |
| | | android:textColor="#888" |
| | | android:textSize="32sp"/> |
| | | <ImageView |
| | | android:id="@+id/iv_flag" |
| | | android:layout_width="50dp" |
| | | android:layout_height="33dp" /> |
| | | |
| | | <Space |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1"/> |
| | | <Space |
| | | android:layout_width="16dp" |
| | | android:layout_height="wrap_content" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_code" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="#888" |
| | | android:textSize="32sp"/> |
| | | <TextView |
| | | android:id="@+id/tv_name" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:minWidth="320dp" |
| | | android:singleLine="true" |
| | | android:textColor="#E6FFFFFF" |
| | | android:textSize="14sp" /> |
| | | |
| | | <Space |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_code" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="#E6FFFFFF" |
| | | android:textSize="14sp" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:id="@+id/line1_v" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.5dp" |
| | | android:background="#1AFFFFFF" /> |
| | | |
| | | </LinearLayout> |