|
@@ -27,7 +27,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginEnd="@dimen/common_padding"
|
|
|
android:layout_toStartOf="@id/delete"
|
|
|
- android:text="沙姆沙伊赫湾国际机场"
|
|
|
android:textColor="@color/text_color_blue"
|
|
|
android:textSize="@dimen/text_size_medium"
|
|
|
android:textStyle="bold" />
|
|
@@ -38,7 +37,8 @@
|
|
|
android:layout_height="@dimen/common_padding_heavy"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_marginEnd="@dimen/common_padding"
|
|
|
- android:src="@mipmap/icon_delete" />
|
|
|
+ android:src="@mipmap/icon_delete"
|
|
|
+ tools:ignore="ContentDescription" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
@@ -49,7 +49,7 @@
|
|
|
android:layout_marginBottom="@dimen/common_padding"
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
@@ -59,21 +59,21 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
- android:text="国家"
|
|
|
+ android:text="@string/country"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/airplane_country"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
+ android:layout_marginStart="@dimen/common_padding"
|
|
|
+ android:layout_weight="1"
|
|
|
android:background="@color/white"
|
|
|
android:gravity="end"
|
|
|
android:singleLine="true"
|
|
|
- android:text="埃及"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
@@ -82,7 +82,7 @@
|
|
|
android:layout_marginBottom="@dimen/common_padding"
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
@@ -92,21 +92,21 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
- android:text="城市"
|
|
|
+ android:text="@string/city"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/airplane_city"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
+ android:layout_marginStart="@dimen/common_padding"
|
|
|
+ android:layout_weight="1"
|
|
|
android:background="@color/white"
|
|
|
android:gravity="end"
|
|
|
android:singleLine="true"
|
|
|
- android:text="沙姆沙伊赫湾"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
@@ -115,7 +115,7 @@
|
|
|
android:layout_marginBottom="@dimen/common_padding"
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
@@ -125,21 +125,21 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
- android:text="三字码"
|
|
|
+ android:text="@string/three_code"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/airplane_three_code"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
+ android:layout_marginStart="@dimen/common_padding"
|
|
|
+ android:layout_weight="1"
|
|
|
android:background="@color/white"
|
|
|
android:gravity="end"
|
|
|
android:singleLine="true"
|
|
|
- android:text="SSH"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
@@ -148,7 +148,7 @@
|
|
|
android:layout_marginBottom="@dimen/common_padding"
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
@@ -159,21 +159,21 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
- android:text="创建时间"
|
|
|
+ android:text="@string/create_time"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/create_time"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
+ android:layout_marginStart="@dimen/common_padding"
|
|
|
+ android:layout_weight="1"
|
|
|
android:background="@color/white"
|
|
|
android:gravity="end"
|
|
|
android:singleLine="true"
|
|
|
- android:text="2023/07/18 17:03:55"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|