[add] 检测入口error图片添加
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
@@ -334,6 +334,14 @@
|
|||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintRight_toRightOf="parent" />
|
app:layout_constraintRight_toRightOf="parent" />
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/error_tip_image"
|
||||||
|
android:layout_width="@dimen/dp_40"
|
||||||
|
android:layout_height="@dimen/dp_40"
|
||||||
|
android:src="@drawable/check_error_image"
|
||||||
|
app:layout_constraintRight_toRightOf="@+id/module_ext_enter_check"
|
||||||
|
app:layout_constraintTop_toTopOf="@+id/module_ext_enter_check" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/module_ext_enter_vr_mode"
|
android:id="@+id/module_ext_enter_vr_mode"
|
||||||
android:layout_width="@dimen/module_ext_operation_panel_share_width"
|
android:layout_width="@dimen/module_ext_operation_panel_share_width"
|
||||||
|
|||||||
Reference in New Issue
Block a user