This commit is contained in:
18401019693
2022-07-26 14:47:38 +08:00
parent af24e4a785
commit d3c37e4ec4
7 changed files with 201 additions and 3 deletions

View File

@@ -144,4 +144,33 @@
android:src="@mipmap/icon_main_start" />
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginBottom="50dp">
<View
android:layout_width="0dp"
android:layout_height="1dp"
android:layout_weight="2" />
<ImageView
android:id="@+id/waiting_tip"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:clickable="true"
android:layout_marginStart="57dp"
android:src="@mipmap/waiting_tip"
android:focusable="true" />
<View
android:layout_width="0dp"
android:layout_height="1dp"
android:layout_weight="1" />
</LinearLayout>
</RelativeLayout>

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB