pref_general.xml
733 Bytes
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<EditTextPreference
android:defaultValue="@string/pref_default_hostname"
android:key="hostname"
android:selectAllOnFocus="true"
android:singleLine="true"
android:title="@string/pref_title_hostname" />
<EditTextPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:defaultValue="@string/pref_default_port"
android:key="port"
android:selectAllOnFocus="true"
android:singleLine="true"
android:title="@string/pref_title_port"
android:numeric="integer"
android:maxLength="5" />
</PreferenceScreen>