mirror of
https://github.com/rfc2822/GfxTablet
synced 2025-10-03 01:29:17 +02:00

* Default hostname is invalid so that widget will be disabled with a warning by default until a host is set * Bug fix when sending resolution to X server
4 lines
313 B
XML
4 lines
313 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<EditTextPreference android:title="@string/preferences_host_title" android:key="host_preference" android:defaultValue="please-replace.invalid" android:singleLine="true"/>
|
|
</PreferenceScreen>
|