<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >

    <PreferenceCategory
        android:key="account_set"
        android:title="@string/account"
        android:layout="@layout/custom_preference_category">
        <PreferenceScreen
            android:key="accountPath"
            android:summary="--"
            android:title="@string/contractor"
            android:layout="@layout/custom_preference_screen"></PreferenceScreen>
        <PreferenceScreen
            android:key="loginid"
            android:summary="--"
            android:title="@string/logid"
            android:layout="@layout/custom_preference_screen"></PreferenceScreen>
        <PreferenceScreen
            android:key="lastLogin"
            android:summary="--"
            android:title="@string/last_login"
            android:layout="@layout/custom_preference_screen"></PreferenceScreen>
        <PreferenceScreen
            android:key="passwordChange"
            android:summary="@string/password_change_summary"
            android:title="@string/pwd_change"
            android:layout="@layout/custom_preference_screen"></PreferenceScreen>
        <PreferenceScreen
            android:key="logout"
            android:summary="@string/logout_summary"
            android:title="@string/logout"
            android:layout="@layout/custom_preference_screen"></PreferenceScreen>
    </PreferenceCategory>
    <PreferenceCategory android:title="@string/log_info" android:key="log_info" android:layout="@layout/custom_preference_category">
        <CheckBoxPreference
            android:defaultValue="true"
            android:key="errorSendEnable"
            android:summary="@string/send_error"
            android:title="@string/send_error_title"
            android:layout="@layout/custom_preference_screen"
            android:widgetLayout="@layout/custom_preference_checkbox"/>
        <PreferenceScreen
            android:key="export"
            android:summary="@string/export"
            android:title="@string/export_title"
            android:layout="@layout/custom_preference_screen">
        </PreferenceScreen>
    </PreferenceCategory>
    <PreferenceCategory android:title="@string/app_info" android:key="app_info" android:layout="@layout/custom_preference_category">
        <PreferenceScreen
            android:key="aboutABook"
            android:title="@string/about_app"
            android:layout="@layout/custom_preference_screen">
        </PreferenceScreen>
        <PreferenceScreen
            android:key="licenseInfo"
            android:title="@string/licence_info"
            android:layout="@layout/custom_preference_screen">
        </PreferenceScreen>
        <PreferenceScreen
            android:key="checkAppUpdate"
            android:title="@string/check_app_update"
            android:layout="@layout/custom_preference_screen">
        </PreferenceScreen>
        <PreferenceScreen
            android:key="abookCheckManual"
            android:title="@string/operation_manual"
            android:layout="@layout/custom_preference_screen">
        </PreferenceScreen>
    </PreferenceCategory>
</PreferenceScreen>