This commit is contained in:
eric
2026-04-05 01:00:07 -05:00
parent b94c00fe56
commit 4bd5a33d3a
2607 changed files with 137903 additions and 92 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:gravity="center_horizontal"
android:orientation="vertical"
android:id="@+id/vy"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/el"/>
<androidx.fragment.app.FragmentContainerView
android:id="@+id/vo"
android:paddingLeft="@dimen/sz"
android:paddingRight="@dimen/sz"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="@dimen/sz"
android:paddingEnd="@dimen/sz"/>
</LinearLayout>