fragment_guidedefault.xml
1.4 KB
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- 动态开始 -->
<!-- <ImageView-->
<!-- android:id="@+id/ivMessage"-->
<!-- android:layout_width="@dimen/rmrb_dp168"-->
<!-- android:layout_height="@dimen/btmlogo_dimen"-->
<!-- android:scaleType="center"-->
<!-- android:src="@drawable/startbg_3"-->
<!-- android:layout_gravity="center_horizontal|bottom"-->
<!-- app:layout_constraintStart_toStartOf="parent"-->
<!-- app:layout_constraintEnd_toEndOf="parent"-->
<!-- app:layout_constraintBottom_toBottomOf="parent"-->
<!-- />-->
<ImageView
android:id="@+id/ivstatic"
android:layout_width="@dimen/rmrb_dp168"
android:layout_height="@dimen/btmlogo_dimen"
android:scaleType="center"
android:src="@drawable/icon_splash_tra_bottom_logo"
android:layout_gravity="center_horizontal|bottom"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>