Logo incluido en la pantalla compra.

This commit is contained in:
luis.reyes 2024-03-13 17:19:55 -06:00
parent 926e19d44d
commit f153d9e2a3
1 changed files with 15 additions and 1 deletions

View File

@ -15,8 +15,8 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="#08404F" android:background="#08404F"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:layout_constraintWidth_default="percent" app:layout_constraintWidth_default="percent"
app:layout_constraintWidth_percent="0.9"> app:layout_constraintWidth_percent="0.9">
@ -34,6 +34,19 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.5" /> app:layout_constraintVertical_bias="0.5" />
<ImageView
android:id="@+id/imageView2"
android:layout_width="29dp"
android:layout_height="27dp"
android:layout_marginStart="4dp"
android:layout_marginTop="3dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.0"
app:srcCompat="@drawable/logo_empresa_log_stica_y_transporte_profesional_rojo_photoroom_png_photoroom" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<!-- Segundo ConstraintLayout --> <!-- Segundo ConstraintLayout -->
@ -214,6 +227,7 @@
app:layout_constraintEnd_toEndOf="@id/editTextTelefono" app:layout_constraintEnd_toEndOf="@id/editTextTelefono"
app:layout_constraintStart_toEndOf="@id/buttonComprar" app:layout_constraintStart_toEndOf="@id/buttonComprar"
app:layout_constraintTop_toBottomOf="@id/editTextTelefono" /> app:layout_constraintTop_toBottomOf="@id/editTextTelefono" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>