正在显示
1 个修改的文件
包含
7 行增加
和
0 行删除
@@ -36,6 +36,11 @@ | @@ -36,6 +36,11 @@ | ||
36 | 36 | ||
37 | </RelativeLayout> | 37 | </RelativeLayout> |
38 | 38 | ||
39 | + <ScrollView | ||
40 | + android:layout_width="match_parent" | ||
41 | + android:layout_height="match_parent" | ||
42 | + android:scrollbars="none"> | ||
43 | + | ||
39 | <RelativeLayout | 44 | <RelativeLayout |
40 | android:layout_width="match_parent" | 45 | android:layout_width="match_parent" |
41 | android:layout_height="wrap_content" | 46 | android:layout_height="wrap_content" |
@@ -55,5 +60,7 @@ | @@ -55,5 +60,7 @@ | ||
55 | android:textColor="#333333" | 60 | android:textColor="#333333" |
56 | android:textSize="12sp" /> | 61 | android:textSize="12sp" /> |
57 | </RelativeLayout> | 62 | </RelativeLayout> |
63 | + </ScrollView> | ||
64 | + | ||
58 | 65 | ||
59 | </LinearLayout> | 66 | </LinearLayout> |
-
请 注册 或 登录 后发表评论