This commit is contained in:
2026-02-25 12:48:09 +00:00
parent d3288c3529
commit 89a453b1f1
7 changed files with 60 additions and 12 deletions

View File

@@ -19,7 +19,7 @@
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/cardView" android:id="@+id/receitasCardView"
android:layout_width="379dp" android:layout_width="379dp"
android:layout_height="175dp" android:layout_height="175dp"
android:layout_margin="16dp" android:layout_margin="16dp"
@@ -116,7 +116,7 @@
app:layout_constraintTop_toBottomOf="@+id/textView10" /> app:layout_constraintTop_toBottomOf="@+id/textView10" />
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/cardView2" android:id="@+id/despesasCardView"
android:layout_width="379dp" android:layout_width="379dp"
android:layout_height="175dp" android:layout_height="175dp"
android:layout_margin="16dp" android:layout_margin="16dp"
@@ -124,7 +124,7 @@
android:padding="16dp" android:padding="16dp"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/cardView"> app:layout_constraintTop_toBottomOf="@+id/receitasCardView">
<!-- TRANSAÇÕES --> <!-- TRANSAÇÕES -->
@@ -187,7 +187,7 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/cardView3" android:id="@+id/saldoCardView"
android:layout_width="379dp" android:layout_width="379dp"
android:layout_height="175dp" android:layout_height="175dp"
android:layout_margin="16dp" android:layout_margin="16dp"
@@ -195,7 +195,7 @@
android:padding="16dp" android:padding="16dp"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/cardView2"> app:layout_constraintTop_toBottomOf="@+id/despesasCardView">
<!-- TRANSAÇÕES --> <!-- TRANSAÇÕES -->
@@ -258,7 +258,7 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/cardView4" android:id="@+id/ativosCardView"
android:layout_width="379dp" android:layout_width="379dp"
android:layout_height="175dp" android:layout_height="175dp"
android:layout_margin="16dp" android:layout_margin="16dp"
@@ -266,7 +266,7 @@
android:padding="16dp" android:padding="16dp"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/cardView3"> app:layout_constraintTop_toBottomOf="@+id/saldoCardView">
<!-- TRANSAÇÕES --> <!-- TRANSAÇÕES -->
@@ -337,18 +337,18 @@
android:orientation="horizontal" android:orientation="horizontal"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/cardView4"> app:layout_constraintTop_toBottomOf="@+id/ativosCardView">
<ImageView <ImageView
android:id="@+id/imageView" android:id="@+id/imageView"
android:layout_width="82dp" android:layout_width="20dp"
android:layout_height="match_parent" android:layout_height="20dp"
app:srcCompat="@drawable/alvo" /> app:srcCompat="@drawable/alvo" />
<ImageView <ImageView
android:id="@+id/imageView2" android:id="@+id/imageView2"
android:layout_width="52dp" android:layout_width="20dp"
android:layout_height="match_parent" android:layout_height="20dp"
app:srcCompat="@drawable/carteira" /> app:srcCompat="@drawable/carteira" />
</LinearLayout> </LinearLayout>

View File

@@ -0,0 +1,6 @@
<?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">
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -0,0 +1,6 @@
<?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">
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -0,0 +1,6 @@
<?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">
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -0,0 +1,6 @@
<?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">
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -0,0 +1,6 @@
<?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">
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.cardview.widget.CardView
android:id="@+id/transacoesCardView"
android:layout_width="379dp"
android:layout_height="200dp"
android:layout_marginBottom="80dp"
android:background="@drawable/cardview_background"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>