File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
APIJSON(Android)/APIJSON(ADT)/APIJSONApp/APIJSONApp/res/layout Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
android : id =" @+id/tvmomentViewCommentItemContent"
4
4
style =" @style/text_small_black"
5
5
android : layout_width =" match_parent"
6
+ android : autoLink =" all"
6
7
android : background =" @drawable/bg_item_to_alpha"
7
8
android : gravity =" left|center_vertical"
8
9
android : paddingBottom =" 2dp"
9
10
android : paddingTop =" 2dp"
10
- android : text =" This is a comment..." />
11
+ android : text =" This is a comment..." />
Original file line number Diff line number Diff line change 58
58
android : id =" @+id/tvCommentContent"
59
59
style =" @style/text_small_black"
60
60
android : layout_width =" match_parent"
61
+ android : autoLink =" all"
61
62
android : background =" @drawable/bg_item_to_alpha"
62
63
android : gravity =" top|left"
63
64
android : paddingBottom =" 4dp" />
Original file line number Diff line number Diff line change 17
17
android : paddingRight =" @dimen/moment_view_head_padding_right" >
18
18
19
19
<ImageView
20
- android : background =" @color/alpha_3"
21
20
android : id =" @+id/ivMomentViewHead"
22
21
android : layout_width =" match_parent"
23
22
android : layout_height =" match_parent"
23
+ android : background =" @color/alpha_3"
24
24
android : scaleType =" centerCrop" />
25
25
</RelativeLayout >
26
26
55
55
style =" @style/text_small_black"
56
56
android : layout_width =" match_parent"
57
57
android : layout_marginTop =" 5dp"
58
+ android : autoLink =" all"
58
59
android : background =" @drawable/bg_item_to_alpha"
59
60
android : gravity =" left|top"
60
61
android : maxLines =" 8"
You can’t perform that action at this time.
0 commit comments