Skip to content
Snippets Groups Projects
Commit 49977506 authored by victor's avatar victor
Browse files

Feature:

Arreglar tienda
parent 685e04be
No related branches found
No related tags found
2 merge requests!65Feature:,!57Feature:
......@@ -8,16 +8,21 @@
tools:context=".exploradoresDePintia.ExploradoresDePintia"
tools:ignore="HardcodedText, UseCompoundDrawables,ButtonStyle">
<LinearLayout
android:id="@+id/mainArea"
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical"
android:fillViewport="true"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<LinearLayout
android:id="@+id/mainArea"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="vertical">
<TextView
android:id="@+id/nombreObjeto"
android:layout_width="wrap_content"
......@@ -59,7 +64,6 @@
android:src="@drawable/asi_objeto_casco"/>
</androidx.cardview.widget.CardView>
<TextView
android:id="@+id/textoDescripcion"
android:layout_width="wrap_content"
......@@ -94,7 +98,7 @@
android:textColor="@color/pintiaButtonText"
android:textStyle="bold" />
</LinearLayout>
</ScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment