This commit is contained in:
ybb 2024-06-16 23:58:41 +08:00
parent 67dc53e3e7
commit 3ad62c9a37
8 changed files with 33 additions and 21 deletions

BIN
shili3 (1).jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 KiB

BIN
shili3 (2).jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 KiB

BIN
shili3 (3).jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
shili3 (4).jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
shili3 (5).jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 KiB

View File

@ -1,5 +1,5 @@
package com.hnucm.c202201020337; package com.hnucm.c202201020337;
//商品选择页面商品详情选择口味 //商品选择页面商品详情选择口味加入购物车或者直接购买
import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle; import android.os.Bundle;

View File

@ -6,23 +6,23 @@
android:layout_height="match_parent" android:layout_height="match_parent"
tools:context=".GoodsActivity"> tools:context=".GoodsActivity">
<TextView <androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/textView43" android:id="@+id/constraintLayout23"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="81dp"
android:layout_marginEnd="227dp"
android:text="TextView"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="250dp"
android:orientation="vertical"> app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<androidx.recyclerview.widget.RecyclerView </androidx.constraintlayout.widget.ConstraintLayout>
android:id="@+id/recycler_view"
android:layout_width="match_parent" <androidx.constraintlayout.widget.ConstraintLayout
android:layout_height="match_parent" /> android:layout_width="match_parent"
</LinearLayout> android:layout_height="80dp"
android:layout_marginTop="1dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/constraintLayout23">
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -9,9 +9,11 @@
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="300dp" android:layout_height="300dp"
android:layout_marginTop="20dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/constraintLayout22">
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:layout_width="match_parent" android:layout_width="match_parent"
@ -142,12 +144,22 @@
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/constraintLayout22" android:id="@+id/constraintLayout22"
android:layout_width="409dp" android:layout_width="match_parent"
android:layout_height="319dp" android:layout_height="300dp"
android:layout_marginTop="1dp" android:layout_marginTop="1dp"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/constraintLayout21"> app:layout_constraintTop_toBottomOf="@+id/constraintLayout21">
<com.baidu.mapapi.map.MapView
android:id="@+id/bmapView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>