Page 852 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 852
Ⅳ. CodeVision Source Code
<TextView android:text="no"
android:layout_marginRight="25dp"/>
<TextView android:text="위치"
android:layout_marginRight="15dp"/>
<TextView android:text="상태"
android:layout_marginRight="15dp"/>
<TextView android:text="아이디"
android:layout_marginRight="20dp"/>
<TextView android:text="요금"
android:layout_marginRight="20dp"/>
<TextView android:text="날짜"/>
</TableRow>
</TableLayout>
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TableLayout
android:id="@+id/table_layout"
android:layout_width="match_parent" android:layout_height="wrap_content"
android:stretchColumns="*"
android:orientation="vertical">
</TableLayout>
</ScrollView>
</LinearLayout>
데이터 베이스의 로그를 띄우기 위한 레이아웃을 만드는 소스이다.
activity_main.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
정보통신기기과
- 845 -