Blame view

app/src/main/res/xml/pref_payment.xml 1.35 KB
f905cc410   赵康   SDK has update to...
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
  <?xml version="1.0" encoding="utf-8"?>
  <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
  
      <EditTextPreference
          android:defaultValue="100"
          android:key="key_server_id"
          android:summary="@string/pref_description_server_id"
          android:title="@string/pref_title_server_id"/>
      <EditTextPreference
          android:defaultValue="41080"
          android:key="key_role_id"
          android:summary="@string/pref_description_role_id"
          android:title="@string/pref_title_role_id"/>
      <EditTextPreference
          android:defaultValue="180010"
          android:key="key_product"
          android:summary="@string/pref_description_product"
          android:title="@string/pref_title_product"/>
      <EditTextPreference
          android:defaultValue="0.1"
          android:key="key_amount"
          android:summary="@string/pref_description_amount"
          android:title="@string/pref_title_amount"/>
      <EditTextPreference
          android:defaultValue="THB"
          android:key="key_currency"
          android:summary="@string/pref_description_currency"
          android:title="@string/pref_title_currency"/>
      <EditTextPreference
          android:defaultValue="test"
          android:key="key_extra_info"
          android:summary="@string/pref_description_extra"
          android:title="@string/pref_title_extra"/>
  </PreferenceScreen>