<xyz.yutoo.fluorescenceview.FluorescenceView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/bg_conversation"
tools:context="xyz.yutoo.fluorescenceview.MainActivity">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello world"
android:layout_gravity="center"
android:textColor="@android:color/white"/>
</xyz.yutoo.fluorescenceview.FluorescenceView>
1. 本控件继承自FrameLayout,因此使用方式和FrameLayout一致