Page 409 - MDP2020-1
P. 409
················································································ 명장양성프로젝트 【MDP】 과제발표회 자료집 Ⅰ | 403
android:layout_height="wrap_content"
android:orientation="vertical"
tools:context=".MainActivity"
android:background="#ffffff">
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardPreventCornerOverlap="true"
app:cardUseCompatPadding="true"
app:cardCornerRadius="5dp"
app:cardElevation="5dp"
app:cardBackgroundColor="#ffffff">
<LinearLayout
android:layout_width="400dp"
android:layout_height="120dp"
android:layout_weight="1"
android:orientation="horizontal">
<ImageView
android:id="@+id/imageView_product"
android:layout_width="101dp"
android:layout_height="106dp"
app:srcCompat="@mipmap/ic_launcher"
android:layout_gravity="center"
android:layout_marginLeft="10dp"/>
<LinearLayout
android:layout_width="50dp"
android:layout_height="106dp"
android:layout_weight="1"
android:background="#ffffff"
android:gravity="center"
android:orientation="vertical">
<TextView
android:id="@+id/textView_Name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp"