Page 235 - 3-3
P. 235

android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        app:scale_base_width="110"
                        app:scale_base_height="100"
                        android:layout_alignParentTop="true"
                        android:layout_alignParentBottom="true"
                        android:splitMotionEvents="false">




                        <TextView
                            android:id="@+id/day"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            app:scale_left="35"
                            app:scale_top="14"
                            app:scale_width="55"
                            app:scale_height="15"
                            app:scale_textsize="10"
                            android:textStyle="bold"
                            android:text=" 스마트 스쿨 "
                            android:textColor="#000000"/>


                        <ImageView
                            android:id="@+id/imageView4"
                            android:layout_width="169dp"
                            android:layout_height="187dp"
                            app:srcCompat="@drawable/school"
                            app:scale_height="20"
                            app:scale_left="5"
                            app:scale_top="12"
                            app:scale_width="25"/>


                        <!-- 리스트뷰에서 각 작품의 제목 띄우기 위함-->
                        <ListView
                            android:id="@+id/listview1"
                            android:layout_width="match_parent"
                            android:layout_height="match_parent"
                            app:scale_left="0"
                            app:scale_top="40"
                            app:scale_width="110"
                            app:scale_height="133"
                            android:dividerHeight="50dp"
                            android:divider="#00000000"/>






                                                          - 235 -
   230   231   232   233   234   235   236   237   238   239   240