shape and linear layout
This commit is contained in:
@@ -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>-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user