正在显示
1 个修改的文件
包含
24 行增加
和
17 行删除
@@ -36,24 +36,31 @@ | @@ -36,24 +36,31 @@ | ||
36 | 36 | ||
37 | </RelativeLayout> | 37 | </RelativeLayout> |
38 | 38 | ||
39 | - <RelativeLayout | 39 | + <ScrollView |
40 | android:layout_width="match_parent" | 40 | android:layout_width="match_parent" |
41 | - android:layout_height="wrap_content" | ||
42 | - android:layout_marginLeft="@dimen/dp_20" | ||
43 | - android:layout_marginTop="@dimen/dp_20" | ||
44 | - android:layout_marginRight="@dimen/dp_20" | ||
45 | - android:background="@color/color_ffffff"> | ||
46 | - | ||
47 | - <TextView | ||
48 | - android:id="@+id/tv_content" | ||
49 | - android:layout_width="wrap_content" | 41 | + android:layout_height="match_parent" |
42 | + android:scrollbars="none"> | ||
43 | + | ||
44 | + <RelativeLayout | ||
45 | + android:layout_width="match_parent" | ||
50 | android:layout_height="wrap_content" | 46 | android:layout_height="wrap_content" |
51 | - android:gravity="start" | ||
52 | - android:lineSpacingMultiplier="1.5" | ||
53 | - android:padding="@dimen/dp_20" | ||
54 | - android:text="Hi,今天星期二,您的订单已完成 订单编号:20190923123635395 商品信息:你开学我放价-100天 订单金额:0.10元 实际扣款:【支付宝】付款0.10元 PQ币抵扣0.00元,扣除0个PQ币 如果在使用过程中遇到问题,你可以通过帮助文档自助解决,也可以拨打客服电话获得帮助,人工客服的在线时间为周一至周五9:00--18:00 Tell-010-89755166(转810)" | ||
55 | - android:textColor="#333333" | ||
56 | - android:textSize="12sp" /> | ||
57 | - </RelativeLayout> | 47 | + android:layout_marginLeft="@dimen/dp_20" |
48 | + android:layout_marginTop="@dimen/dp_20" | ||
49 | + android:layout_marginRight="@dimen/dp_20" | ||
50 | + android:background="@color/color_ffffff"> | ||
51 | + | ||
52 | + <TextView | ||
53 | + android:id="@+id/tv_content" | ||
54 | + android:layout_width="wrap_content" | ||
55 | + android:layout_height="wrap_content" | ||
56 | + android:gravity="start" | ||
57 | + android:lineSpacingMultiplier="1.5" | ||
58 | + android:padding="@dimen/dp_20" | ||
59 | + android:text="Hi,今天星期二,您的订单已完成 订单编号:20190923123635395 商品信息:你开学我放价-100天 订单金额:0.10元 实际扣款:【支付宝】付款0.10元 PQ币抵扣0.00元,扣除0个PQ币 如果在使用过程中遇到问题,你可以通过帮助文档自助解决,也可以拨打客服电话获得帮助,人工客服的在线时间为周一至周五9:00--18:00 Tell-010-89755166(转810)" | ||
60 | + android:textColor="#333333" | ||
61 | + android:textSize="12sp" /> | ||
62 | + </RelativeLayout> | ||
63 | + </ScrollView> | ||
64 | + | ||
58 | 65 | ||
59 | </LinearLayout> | 66 | </LinearLayout> |
-
请 注册 或 登录 后发表评论