~cmiller/ubuntuone-android-music/upstream-lint-compiles

« back to all changes in this revision

Viewing changes to res/xml/debug_settings.xml

  • Committer: sindre_mehus
  • Date: 2010-08-12 12:37:40 UTC
  • Revision ID: svn-v4:24148959-8e0e-0410-9c20-a6ce11f09cd5:branches/ubuntu-one-music:1738
U1M: Hidden server settings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
 
 
3
<PreferenceScreen xmlns:a="http://schemas.android.com/apk/res/android"
 
4
                  a:title="Debug settings">
 
5
 
 
6
    <EditTextPreference
 
7
            a:key="serverName1"
 
8
            a:title="@string/settings.server_name"
 
9
            a:defaultValue="Ubuntu One cloud"/>
 
10
 
 
11
    <EditTextPreference
 
12
            a:key="serverUrl1"
 
13
            a:title="@string/settings.server_address"
 
14
            a:defaultValue="http://ubuntu.com/"
 
15
            a:inputType="textUri"/>
 
16
 
 
17
    <EditTextPreference
 
18
            a:key="username1"
 
19
            a:title="@string/settings.server_username"
 
20
            a:defaultValue="foo"/>
 
21
 
 
22
    <EditTextPreference
 
23
            a:key="password1"
 
24
            a:title="@string/settings.server_password"
 
25
            a:password="true"
 
26
            a:defaultValue="bar"
 
27
            a:summary="****"/>
 
28
 
 
29
    <Preference
 
30
            a:key="testConnection1"
 
31
            a:title="@string/settings.test_connection_title"
 
32
            a:persistent="false"/>
 
33
 
 
34
</PreferenceScreen>