+ <include layout="@layout/title_bar_with_back_and_option" />
|
|
14
|
+ </RelativeLayout>
|
|
|
15
|
+
|
|
|
16
|
+ <EditText
|
|
|
17
|
+ android:id="@+id/et_price_origin"
|
|
|
18
|
+ android:layout_width="match_parent"
|
|
|
19
|
+ android:textSize="14sp"
|
|
|
20
|
+ android:textColorHint="@color/grey"
|
|
|
21
|
+ android:background="@color/white"
|
|
|
22
|
+ 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>
|
|
|
|
@@ -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>
|