Browse Source

修改确认订单页的提示将半小时,改为15分钟

hy 3 years ago
parent
commit
191ba2c785
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/src/main/res/layout/activity_submit_orders.xml

+ 2 - 2
app/src/main/res/layout/activity_submit_orders.xml

163
                android:layout_height="wrap_content"
163
                android:layout_height="wrap_content"
164
                android:layout_alignParentRight="true"
164
                android:layout_alignParentRight="true"
165
                android:layout_marginRight="15dp"
165
                android:layout_marginRight="15dp"
166
                android:text="--123"
166
                android:text="--"
167
                android:textColor="@color/juhuang"
167
                android:textColor="@color/juhuang"
168
                android:textSize="14sp" />
168
                android:textSize="14sp" />
169
169
289
        android:layout_above="@+id/tv_gocomment"
289
        android:layout_above="@+id/tv_gocomment"
290
        android:layout_width="wrap_content"
290
        android:layout_width="wrap_content"
291
        android:layout_height="wrap_content"
291
        android:layout_height="wrap_content"
292
        android:text="注:结束充电半小时没有提交结算订单系统默认按最大折扣结算"
292
        android:text="注:结束充电15分钟没有提交结算订单系统默认按最大折扣结算"
293
        android:textColor="#ff707070"
293
        android:textColor="#ff707070"
294
        android:textSize="12sp"
294
        android:textSize="12sp"
295
        />
295
        />