summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences_network.xml
blob: d44284e6abe9244d8fba519c615f655957ead33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
    <PreferenceCategory android:title="@string/http_authentication" >
        <EditTextPreference
            android:key="http_login"
            android:singleLine="true"
            android:summary="@string/http_login_summary"
            android:title="@string/login" >
        </EditTextPreference>
        <EditTextPreference
            android:key="http_password"
            android:password="true"
            android:singleLine="true"
            android:title="@string/password" >
        </EditTextPreference>
    </PreferenceCategory>
</PreferenceScreen>