캔 충전페이지

- 인 앱 결제 페이지 추가
This commit is contained in:
2024-03-21 04:14:52 +09:00
parent 79cb4b995a
commit 6e3a4e1125
16 changed files with 477 additions and 49 deletions

View File

@@ -21,31 +21,15 @@
app:layout_constraintTop_toTopOf="parent"
tools:text="5000 캔 + 1000 캔" />
<LinearLayout
android:id="@+id/ll_price"
<TextView
android:id="@+id/tv_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:fontFamily="@font/gmarket_sans_bold"
android:textColor="@color/color_eeeeee"
android:textSize="15.3sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent">
<TextView
android:id="@+id/tv_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:textColor="@color/color_eeeeee"
android:textSize="15.3sp"
tools:text="3,300" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_medium"
android:text=" 원"
android:textColor="@color/color_eeeeee"
android:textSize="15.3sp" />
</LinearLayout>
app:layout_constraintTop_toTopOf="parent"
tools:text="₩3,300" />
</androidx.constraintlayout.widget.ConstraintLayout>