Closed hacket closed 1 year ago
由于无法确认具体问题,这边先将 issue 关闭。谢谢。
就是在 Activity 的布局中,用到了 Fragment 如下:
<?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">
<fragment
android:id="@+id/fragment_content"
android:layout_marginTop="6dp"
class="com.eusoft.ting.ui.fragment.all_channelgroup.ChannelGroupHomeFragment"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@id/btn_back"
android:layout_width="match_parent"
android:layout_height="0dp"/>
</androidx.constraintlayout.widget.ConstraintLayout>
请详细描述你的问题或者需求哈。