Compare commits
2 Commits
b8cf93a7cb
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 89a453b1f1 | |||
| d3288c3529 |
BIN
app/src/main/res/drawable/alvo.png
Normal file
BIN
app/src/main/res/drawable/alvo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
BIN
app/src/main/res/drawable/documento.png
Normal file
BIN
app/src/main/res/drawable/documento.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
BIN
app/src/main/res/drawable/engrenaje.png
Normal file
BIN
app/src/main/res/drawable/engrenaje.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
app/src/main/res/drawable/grafico.png
Normal file
BIN
app/src/main/res/drawable/grafico.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
9
app/src/main/res/drawable/linear_backgound.xml
Normal file
9
app/src/main/res/drawable/linear_backgound.xml
Normal 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>
|
||||
@@ -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>-->
|
||||
|
||||
|
||||
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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user