Compare commits

...

2 Commits

Author SHA1 Message Date
89a453b1f1 layouts 2026-02-25 12:48:09 +00:00
d3288c3529 shape and linear layout 2026-02-24 17:16:17 +00:00
13 changed files with 89 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="@color/cinzaescuro"/>
<corners android:radius="15dp"/>
</shape>
</item>
</selector>

View File

@@ -19,7 +19,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/cardView"
android:id="@+id/receitasCardView"
android:layout_width="379dp"
android:layout_height="175dp"
android:layout_margin="16dp"
@@ -116,7 +116,7 @@
app:layout_constraintTop_toBottomOf="@+id/textView10" />
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/cardView2"
android:id="@+id/despesasCardView"
android:layout_width="379dp"
android:layout_height="175dp"
android:layout_margin="16dp"
@@ -124,7 +124,7 @@
android:padding="16dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/cardView">
app:layout_constraintTop_toBottomOf="@+id/receitasCardView">
<!-- TRANSAÇÕES -->
@@ -187,7 +187,7 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/cardView3"
android:id="@+id/saldoCardView"
android:layout_width="379dp"
android:layout_height="175dp"
android:layout_margin="16dp"
@@ -195,7 +195,7 @@
android:padding="16dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/cardView2">
app:layout_constraintTop_toBottomOf="@+id/despesasCardView">
<!-- TRANSAÇÕES -->
@@ -258,7 +258,7 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/cardView4"
android:id="@+id/ativosCardView"
android:layout_width="379dp"
android:layout_height="175dp"
android:layout_margin="16dp"
@@ -266,7 +266,7 @@
android:padding="16dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/cardView3">
app:layout_constraintTop_toBottomOf="@+id/saldoCardView">
<!-- TRANSAÇÕES -->
@@ -328,6 +328,30 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<LinearLayout
android:id="@+id/shapeLinearLayout"
android:layout_width="422dp"
android:layout_height="40dp"
android:layout_marginTop="32dp"
android:background="@drawable/linear_backgound"
android:orientation="horizontal"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/ativosCardView">
<ImageView
android:id="@+id/imageView"
android:layout_width="20dp"
android:layout_height="20dp"
app:srcCompat="@drawable/alvo" />
<ImageView
android:id="@+id/imageView2"
android:layout_width="20dp"
android:layout_height="20dp"
app:srcCompat="@drawable/carteira" />
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<!-- </ScrollView>-->

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>

View File

@@ -4,4 +4,5 @@
<color name="branco">#FFFFFFFF</color>
<color name="cinza">#F8F8F8</color>
<color name="cinzabordas">#EDEDED</color>
<color name="cinzaescuro">#CCC9C9</color>
</resources>