layouts
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -337,18 +337,18 @@
|
||||
android:orientation="horizontal"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/cardView4">
|
||||
app:layout_constraintTop_toBottomOf="@+id/ativosCardView">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView"
|
||||
android:layout_width="82dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
app:srcCompat="@drawable/alvo" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView2"
|
||||
android:layout_width="52dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
app:srcCompat="@drawable/carteira" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
6
app/src/main/res/layout/ativos.xml
Normal file
6
app/src/main/res/layout/ativos.xml
Normal 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>
|
||||
6
app/src/main/res/layout/definicoes.xml
Normal file
6
app/src/main/res/layout/definicoes.xml
Normal 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>
|
||||
6
app/src/main/res/layout/documentos.xml
Normal file
6
app/src/main/res/layout/documentos.xml
Normal 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>
|
||||
6
app/src/main/res/layout/graficos.xml
Normal file
6
app/src/main/res/layout/graficos.xml
Normal 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>
|
||||
6
app/src/main/res/layout/meta.xml
Normal file
6
app/src/main/res/layout/meta.xml
Normal 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>
|
||||
18
app/src/main/res/layout/transacoes.xml
Normal file
18
app/src/main/res/layout/transacoes.xml
Normal 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>
|
||||
Reference in New Issue
Block a user