Files
solon/mobile/app/src/main/res/layout/activity_no_marks.xml
T
2024-02-11 20:13:24 +01:00

13 lines
553 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/no_mark_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:foregroundGravity="center"
android:gravity="center"
android:orientation="vertical" />
</androidx.constraintlayout.widget.ConstraintLayout>