This commit is contained in:
Odweta
2024-02-10 02:42:23 +01:00
parent d8e52335cb
commit 58f75c87fd
40 changed files with 274 additions and 262 deletions
@@ -0,0 +1,17 @@
<?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"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
android:id="@+id/no_mark_root">
<LinearLayout
android:id="@+id/no_mark_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center"
android:foregroundGravity="center" />
</androidx.constraintlayout.widget.ConstraintLayout>