This commit is contained in:
zhongchao
2021-04-15 13:09:07 +08:00
parent 93b5b09c4a
commit 4dff8cca3e

View File

@@ -12,4 +12,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<ImageView
android:id="@+id/liveVideoClose"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_20"
android:clickable="true"
android:focusable="true"
android:src="@drawable/module_v2x_vr_close" />
</RelativeLayout>