10 lines
404 B
XML
10 lines
404 B
XML
|
<?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>
|
||
|
|
||
|
|
||
|
|
||
|
</PreferenceScreen>
|