File tree Expand file tree Collapse file tree
owncloudApp/src/main/res/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747
4848 <TextView
4949 android : id =" @+id/member_name"
50- android : layout_width =" wrap_content"
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_gravity =" center_vertical"
55- android : text =" @string/placeholder_filename"
56- android : textSize =" @dimen/two_line_primary_text_size"
57- android : textColor =" @color/textColor"
58- android : textStyle =" bold"
59- android : ellipsize =" middle"
60- android : maxLines =" 1" />
50+ 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" />
6162
6263 <LinearLayout
6364 android : layout_width =" wrap_content"
You can’t perform that action at this time.
0 commit comments