begin render

This commit is contained in:
pengfei.zhou
2019-07-22 15:38:30 +08:00
parent ed8b221288
commit 3bb2bae50c
15 changed files with 91 additions and 34 deletions

View File

@@ -15,4 +15,8 @@
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<FrameLayout
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent"></FrameLayout>
</android.support.constraint.ConstraintLayout>