Page 408 - MDP2020-1
P. 408
| 인천전자마이스터고등학교 ·············································································································
402
tools:context=".CaculateActivity" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFFFFF"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="500dp" />
<Button
android:id="@+id/button_caculate"
android:layout_width="174dp"
android:layout_height="58dp"
android:layout_gravity="center"
android:layout_marginTop="30dp"
android:background="@drawable/btn_payment"
android:text="결제하기"
android:textColor="#ffffff"
android:textSize="15dp"
android:textStyle="bold"
android:onClick="onClickedCaculate"/>
</LinearLayout>
</LinearLayout>
item_layout //계산화면 구성하는 아이템 레이아웃
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
xmlns:card_view = "http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"