2010-08-23 22:45:04 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<EditTextPreference android:key="password" android:title="VNC password"></EditTextPreference>
|
|
|
|
<ListPreference android:key="rotation" android:title="Rotation" android:entries="@array/rotation_values" android:entryValues="@array/rotation_values"></ListPreference>
|
2010-08-25 07:16:17 -04:00
|
|
|
<ListPreference android:key="scale" android:title="Scale Screen" android:entries="@array/scale_strings" android:entryValues="@array/scale_values"></ListPreference>
|
2010-08-23 22:45:04 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</PreferenceScreen>
|