1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-06 02:39:56 +02:00
GfxTablet/app-android/res/xml/network_preferences.xml
Richard Hirner cef17da6d2 * app refactoring
* uinput driver
2013-01-26 21:24:36 +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>