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

This commit is contained in:
2026-05-11 17:19:20 +01:00
parent e480abd98e
commit 1a8ddf4b79
20 changed files with 850 additions and 829 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#80D0C7"
android:centerColor="#A4E5E0"
android:endColor="#E2F6FA"
android:angle="135"
android:type="linear" />
</shape>