Page 458 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 458
정보통신기기 프로젝트
android:icon="@drawable/ic_delete_forever_white_48dp"
app:showAsAction="always"
/>
</menu>
라. preference (res/xml)
(1) preferences.xml
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:sample="http://schemas.android.com/apk/res-auto">
>
<PreferenceCategory android:title="통신설정">
<EditTextPreference
android:inputType="number|numberDecimal"
android:digits="0123456789."
android:title="ip설정"
android:defaultValue=""
android:maxLength="15"
android:key="ip_address"
android:summary="ip주소를 설정합니다."
/>
<SwitchPreference
android:title="실시간 통신"
android:defaultValue="false"
android:enabled="true"
정보통신기기과
- 451 -