forked from zenmoney/ZenPlugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreferences.xml
More file actions
executable file
·35 lines (35 loc) · 1.47 KB
/
preferences.xml
File metadata and controls
executable file
·35 lines (35 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen>
<EditTextPreference
key="login"
obligatory="true"
title="Логин"
dialogTitle="Логин"
positiveButtonText="ОК"
negativeButtonText="Отмена"
summary="|ID пользователя или логин|{@s}"
/>
<EditTextPreference
key="password"
obligatory="true"
inputType="textPassword"
title="Пароль от интернет-банка"
dialogTitle="Пароль от интернет-банка"
dialogMessage="Пароль от интернет-банка и пин-код от приложения — это разные пароли. Если вы не помните пароль от интернет-банка, восстановите его на сайте банка."
positiveButtonText="ОК"
negativeButtonText="Отмена"
summary="||***********"
/>
<EditTextPreference
key="startDate"
obligatory="true"
inputType="date"
title="С какой даты загружать операции"
defaultValue="2018-01-01T00:00:00.000Z"
dialogTitle="Дата начала загрузки"
dialogMessage="Введите дату, с которой загружать операции"
positiveButtonText="ОК"
negativeButtonText="Отмена"
summary="|startDate|{@s}"
/>
</PreferenceScreen>