new#Vr模式极端路况事件特效展示
This commit is contained in:
BIN
modules/mogo-module-main/src/main/res/drawable-xhdpi/wu1.png
Normal file
BIN
modules/mogo-module-main/src/main/res/drawable-xhdpi/wu1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 729 KiB |
BIN
modules/mogo-module-main/src/main/res/drawable-xhdpi/wu2.png
Normal file
BIN
modules/mogo-module-main/src/main/res/drawable-xhdpi/wu2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 518 KiB |
@@ -3,6 +3,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:background="@color/module_main_window_background_color"
|
||||
android:orientation="vertical">
|
||||
|
||||
@@ -12,6 +13,30 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/cl_special_effect"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:visibility="gone">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_wu1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:src="@drawable/wu1"
|
||||
android:alpha="0"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_wu2"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:src="@drawable/wu2"
|
||||
android:alpha="0"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/warning_top"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user