corrige o erro da camera e da ia não funcionar e mudar o layout futuramente

This commit is contained in:
2026-05-06 12:48:08 +01:00
parent a5ee481b39
commit e480abd98e
30 changed files with 1807 additions and 1039 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#4CAF50" />
<size android:width="12dp" android:height="12dp" />
</shape>