android:textColor="@color/dark_grey" 23
+        android:hint="@string/input_origin_price"
24
+        android:paddingLeft="12dp"
25
+        android:gravity="center_vertical"
26
+        android:layout_height="44dp" />
27
+
28
+    <EditText
29
+        android:id="@+id/et_price_no_waterprint"
30
+        android:layout_width="match_parent"
31
+        android:textSize="14sp"
32
+        android:textColorHint="@color/grey"
33
+        android:background="@color/white"
34
+        android:textColor="@color/dark_grey"
35
+        android:hint="@string/input_no_water_print_price"
36
+        android:layout_marginTop="8dp"
37
+        android:paddingLeft="12dp"
38
+        android:gravity="center_vertical"
39
+        android:layout_height="44dp" />
40
+
41
+    <Button
42
+        android:id="@+id/btn_price_setting"
43
+        android:layout_width="match_parent"
44
+        android:layout_height="48dp"
45
+        android:layout_marginTop="30dp"
46
+        android:textColor="@color/white"
47
+        android:textSize="20sp"
48
+        android:enabled="false"
49
+        android:background="@drawable/send_btn_bg_selector"
50
+        android:text="@string/ok"/>
51
+
52
+
53
+</LinearLayout>

+ 5 - 0
app/src/main/res/values/strings.xml

@@ -144,4 +144,9 @@
144 144
 
145 145
     <string name="customer_bought_photo_money">用户 ¥%s 购买了高清图</string>
146 146
 
147
+    <string name="input_origin_price">请设定高清照片价格(单位 分)</string>
148
+
149
+    <string name="input_no_water_print_price">请设定去水印照片价格(单位 分)</string>
150
+
151
+
147 152
 </resources>

kodo - Gogs: Go Git Service

Geen omschrijving

Brightcells: f818f4127f Docstring simplify 9 jaren geleden
..
migrations 6199c8f7ad add api lensman_origin_wanted_api/lensman_origin_photo_upload_api 10 jaren geleden
__init__.py 7a17d0fb90 add api wxpay & add redis relative 10 jaren geleden
admin.py 6199c8f7ad add api lensman_origin_wanted_api/lensman_origin_photo_upload_api 10 jaren geleden
models.py ad69866b26 Add tour guide's name and phone in GroupInfo 9 jaren geleden
tests.py fabef63211 set line_length=200 for isort 10 jaren geleden
views.py f818f4127f Docstring simplify 9 jaren geleden