Page 856 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 856
Ⅳ. CodeVision Source Code
android:layout_marginRight="30dp"
/>
<ImageButton
android:background="@drawable/wait"
android:layout_width="120dp"
android:layout_height="100dp"
android:text="White 1th"
android:id="@+id/R1"
/>
</LinearLayout>
</LinearLayout>
메인 화면의 레이아웃을 만드는 소스로써 스크롤 뷰를 활용하여 페이지보다 넓은 공간을 사용한 배치를
하였다.
activity_setting.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_setting"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.user.parkstation.SettingActivity">
</RelativeLayout>
ip를 설정하기 위해 사용한 페이지의 레이아웃이다.
custom_dialog.xml
정보통신기기과
- 849 -