AI intigration

This commit is contained in:
Astatin3
2024-09-18 19:44:30 -06:00
parent 0a9f846e77
commit 9f5ebd4215
12 changed files with 385 additions and 6 deletions
@@ -8,7 +8,7 @@
<TableLayout
android:id="@+id/teamMatchesTable"
android:layout_width="409dp"
android:layout_height="729dp"
android:layout_height="wrap_content"
android:layout_marginStart="1dp"
android:layout_marginEnd="1dp"
app:layout_constraintEnd_toEndOf="parent"
@@ -20,6 +20,17 @@
android:layout_height="match_parent" />
</TableLayout>
<TextView
android:id="@+id/AyEyeBox"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=""
android:textSize="16sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/teamMatchesTable"/>
<TextView
android:id="@+id/textView4"
android:layout_width="wrap_content"
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true">
<trust-anchors>
<certificates src="system" />
</trust-anchors>
</base-config>
</network-security-config>