File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 224
224
225
225
<ImageView
226
226
android : id =" @+id/unreadComments"
227
- android : layout_width =" 48dp "
227
+ android : layout_width =" wrap_content "
228
228
android : layout_height =" match_parent"
229
229
android : clickable =" true"
230
230
android : contentDescription =" @string/unread_comments"
237
237
238
238
<ImageView
239
239
android : id =" @+id/sharedIcon"
240
- android : layout_width =" 48dp "
240
+ android : layout_width =" wrap_content "
241
241
android : layout_height =" wrap_content"
242
242
android : layout_gravity =" top"
243
243
android : clickable =" true"
244
244
android : contentDescription =" @string/shared_icon_share"
245
245
android : focusable =" true"
246
246
android : minHeight =" @dimen/min_list_item_size"
247
247
android : paddingStart =" @dimen/list_item_share_right_margin"
248
- android : paddingEnd =" @dimen/list_item_share_right_margin "
248
+ android : paddingEnd =" 4dp "
249
249
android : src =" @drawable/ic_unshared"
250
250
tools : visibility =" visible" />
251
251
280
280
android : contentDescription =" @string/overflow_menu"
281
281
android : focusable =" true"
282
282
android : minHeight =" @dimen/min_list_item_size"
283
- android : paddingStart =" 12dp "
284
- android : paddingEnd =" 12dp "
283
+ android : paddingStart =" @dimen/list_item_share_right_margin "
284
+ android : paddingEnd =" @dimen/list_item_share_right_margin "
285
285
android : src =" @drawable/ic_dots_vertical" />
286
286
287
287
</LinearLayout >
You can’t perform that action at this time.
0 commit comments