Page 861 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 861
공중망을 이용한 애완동물 사료 공급기
android:icon="@drawable/ic_db"
app:showAsAction="always" />
<item
android:id="@+id/recreate"
android:title="Recreate"
android:icon="@drawable/recreate"
app:showAsAction="always" />
<item
android:id="@+id/Status_Delete"
android:title="Status Delete"
android:icon="@drawable/delete_real"
app:showAsAction="always"/>
</menu>
엑션바에 들어갈 버튼을 만들어 주는 페이지로 이 페이지는 재시작, 상태 초기화, 모든 데이터 베이스
초기화, ip설정 페이지 호출 등의 기능을 가진다.
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:title="ip설정"
android:defaultValue="192.168.0.1"
android:maxLength="15"
android:key="ip_address"
android:summary="ip주소를 설정합니다."
/>
인천전자마이스터고등학교
- 854 -