add cover up layout

This commit is contained in:
unknown
2020-02-12 11:47:18 +08:00
parent b9ed3074eb
commit c11db9b449
4 changed files with 10 additions and 1 deletions

View File

@@ -89,4 +89,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
<FrameLayout
android:id="@+id/module_main_id_cover_up"
android:layout_width="match_parent"
android:background="@color/color_1C1C1C"
android:layout_height="match_parent"/>
</FrameLayout>