...
|
...
|
@@ -36,24 +36,31 @@ |
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
<ScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="@dimen/dp_20"
|
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
|
android:layout_marginRight="@dimen/dp_20"
|
|
|
android:background="@color/color_ffffff">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_content"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
android:scrollbars="none">
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="start"
|
|
|
android:lineSpacingMultiplier="1.5"
|
|
|
android:padding="@dimen/dp_20"
|
|
|
android:text="Hi,今天星期二,您的订单已完成 订单编号:20190923123635395 商品信息:你开学我放价-100天 订单金额:0.10元 实际扣款:【支付宝】付款0.10元 PQ币抵扣0.00元,扣除0个PQ币 如果在使用过程中遇到问题,你可以通过帮助文档自助解决,也可以拨打客服电话获得帮助,人工客服的在线时间为周一至周五9:00--18:00 Tell-010-89755166(转810)"
|
|
|
android:textColor="#333333"
|
|
|
android:textSize="12sp" />
|
|
|
</RelativeLayout>
|
|
|
android:layout_marginLeft="@dimen/dp_20"
|
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
|
android:layout_marginRight="@dimen/dp_20"
|
|
|
android:background="@color/color_ffffff">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_content"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="start"
|
|
|
android:lineSpacingMultiplier="1.5"
|
|
|
android:padding="@dimen/dp_20"
|
|
|
android:text="Hi,今天星期二,您的订单已完成 订单编号:20190923123635395 商品信息:你开学我放价-100天 订单金额:0.10元 实际扣款:【支付宝】付款0.10元 PQ币抵扣0.00元,扣除0个PQ币 如果在使用过程中遇到问题,你可以通过帮助文档自助解决,也可以拨打客服电话获得帮助,人工客服的在线时间为周一至周五9:00--18:00 Tell-010-89755166(转810)"
|
|
|
android:textColor="#333333"
|
|
|
android:textSize="12sp" />
|
|
|
</RelativeLayout>
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
\ No newline at end of file |
...
|
...
|
|