1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-03 01:29:17 +02:00
GfxTablet/res/xml/network_preferences.xml
Richard Hirner 410516a7da * Added "About" action bar item
* 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
2013-01-18 03:29:34 +01:00

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>