shape and linear layout
This commit is contained in:
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>
|
||||
@@ -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/cardView4">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView"
|
||||
android:layout_width="82dp"
|
||||
android:layout_height="match_parent"
|
||||
app:srcCompat="@drawable/alvo" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView2"
|
||||
android:layout_width="52dp"
|
||||
android:layout_height="match_parent"
|
||||
app:srcCompat="@drawable/carteira" />
|
||||
</LinearLayout>
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
<!-- </ScrollView>-->
|
||||
|
||||
|
||||
@@ -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