Merge remote-tracking branch 'origin/main'

This commit is contained in:
2026-05-08 10:44:19 +01:00

View File

@@ -13,8 +13,8 @@
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/adicionarCardView" android:id="@+id/adicionarCardView"
android:layout_width="336dp" android:layout_width="336dp"
android:layout_height="889dp" android:layout_height="match_parent"
android:layout_marginTop="24dp" android:layout_marginTop="15dp"
android:background="@drawable/cardview_background" android:background="@drawable/cardview_background"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.432" app:layout_constraintHorizontal_bias="0.432"
@@ -67,12 +67,12 @@
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/rvMetas" android:id="@+id/rvMetas"
android:layout_width="327dp" android:layout_width="327dp"
android:layout_height="880dp" android:layout_height="match_parent"
android:layout_marginStart="16dp" android:layout_marginStart="16dp"
android:layout_marginTop="8dp" android:layout_marginTop="100dp"
android:layout_marginEnd="16dp" android:layout_marginEnd="16dp"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0" app:layout_constraintHorizontal_bias="0.478"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/novaTransacaoButton" /> app:layout_constraintTop_toBottomOf="@+id/novaTransacaoButton" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>