4848 <TextView
4949 android : id =" @+id/member_name"
5050 android : layout_width =" match_parent"
51- android : layout_height =" wrap_content"
52- android : layout_marginTop =" @dimen/standard_half_margin"
53- android : layout_marginStart =" @dimen/standard_half_margin"
54- android : layout_marginEnd =" @dimen/standard_half_margin"
55- android : layout_gravity =" center_vertical"
56- android : text =" @string/placeholder_filename"
57- android : textSize =" @dimen/two_line_primary_text_size"
58- android : textColor =" @color/textColor"
59- android : textStyle =" bold"
60- android : ellipsize =" end"
61- android : maxLines =" 1" />
51+ android : layout_height =" wrap_content"
52+ android : layout_marginTop =" @dimen/standard_half_margin"
53+ android : layout_marginStart =" @dimen/standard_half_margin"
54+ android : layout_marginEnd =" @dimen/standard_half_margin"
55+ android : layout_marginBottom =" @dimen/standard_quarter_margin"
56+ android : layout_gravity =" center_vertical"
57+ android : text =" @string/placeholder_filename"
58+ android : textSize =" @dimen/two_line_primary_text_size"
59+ android : textColor =" @color/textColor"
60+ android : textStyle =" bold"
61+ android : ellipsize =" end"
62+ android : maxLines =" 1" />
6263
6364 <LinearLayout
64- android : layout_width =" wrap_content "
65+ android : layout_width =" match_parent "
6566 android : layout_height =" wrap_content"
6667 android : orientation =" horizontal" >
6768
6869 <TextView
6970 android : id =" @+id/member_role"
70- android : layout_width =" wrap_content "
71+ android : layout_width =" 0dp "
7172 android : layout_height =" wrap_content"
73+ android : layout_weight =" 1"
7274 android : layout_marginStart =" @dimen/standard_half_margin"
7375 android : layout_marginEnd =" @dimen/standard_half_margin"
7476 android : layout_marginBottom =" @dimen/standard_half_margin"
7577 android : text =" @string/placeholder_sentence"
7678 android : textSize =" 13sp"
7779 android : textColor =" @color/textColor"
78- android : ellipsize =" middle "
80+ android : ellipsize =" end "
7981 android : maxLines =" 1" />
8082
8183 <ImageView
137139 android : background =" @android:color/darker_gray"
138140 android : alpha =" 0.5" />
139141
140- </LinearLayout >
142+ </LinearLayout >
0 commit comments