Page 630 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 630
정보통신기기 프로젝트
android:layout_width="0dp"
android:layout_gravity="center"
android:layout_weight="4"
android:text="시간"
android:textStyle="bold" />
</TableRow>
</TableLayout>
<ScrollView
android:layout_below="@id/tbLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_toLeftOf="@id/lightBtn"
android:layout_marginLeft="50dp">
<TableLayout
android:id="@+id/data"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</TableLayout>
</ScrollView>
</RelativeLayout>
activity_main.xml
<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ffeeee" >
<ImageButton
android:id="@+id/lightBtn"
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_alignParentRight="true"
android:background="@drawable/light"/>
- 623 - 정보통신기기과