File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 139139 android : src =" @android:drawable/checkbox_off_background"
140140 app : layout_constraintStart_toStartOf =" parent"
141141 app : layout_constraintTop_toTopOf =" parent"
142+ app : tint =" @color/text_color"
142143 tools : visibility =" visible" />
143144
144145 <LinearLayout
193194 android : contentDescription =" @string/overflow_menu"
194195 android : translationZ =" 2dp"
195196 app : srcCompat =" @drawable/ic_dots_vertical"
197+ app : tint =" @color/text_color"
196198 tools : ignore =" TouchTargetSizeCheck" />
197199 </LinearLayout >
198200
229231 app : layout_constraintTop_toBottomOf =" @id/thumbnail"
230232 app : srcCompat =" @drawable/ic_dots_vertical"
231233 tools : ignore =" TouchTargetSizeCheck"
234+ app : tint =" @color/text_color"
232235 tools : visibility =" visible" />
233236
234237
Original file line number Diff line number Diff line change 246246 android : paddingEnd =" @dimen/list_item_share_right_margin"
247247 android : src =" @drawable/ic_comment"
248248 android : visibility =" gone"
249+ app : tint =" @color/text_color"
249250 tools : visibility =" visible" />
250251
251252 <ImageView
260261 android : paddingStart =" @dimen/list_item_share_right_margin"
261262 android : paddingEnd =" 4dp"
262263 android : src =" @drawable/ic_unshared"
264+ app : tint =" @color/text_color"
263265 tools : visibility =" visible" />
264266
265267 <com .owncloud.android.ui.AvatarGroupLayout
282284 android : minHeight =" @dimen/min_list_item_size"
283285 android : paddingStart =" @dimen/standard_half_padding"
284286 android : paddingEnd =" @dimen/alternate_padding"
287+ app : tint =" @color/text_color"
285288 android : src =" @drawable/ic_checkbox_blank_outline" />
286289
287290 <ImageView
295298 android : minHeight =" @dimen/min_list_item_size"
296299 android : paddingStart =" @dimen/list_item_share_right_margin"
297300 android : paddingEnd =" @dimen/list_item_share_right_margin"
301+ app : tint =" @color/text_color"
298302 android : src =" @drawable/ic_dots_vertical" />
299303
300304 </LinearLayout >
Original file line number Diff line number Diff line change 199199 android : id =" @+id/more"
200200 android : layout_width =" @dimen/grid_bottom_view_height"
201201 android : layout_height =" @dimen/grid_bottom_view_height"
202+ app : tint =" @color/text_color"
202203 android : layout_marginHorizontal =" @dimen/standard_half_margin"
203204 android : contentDescription =" @string/overflow_menu"
204205 app : layout_constraintStart_toEndOf =" @+id/filename_and_reason_layout"
You can’t perform that action at this time.
0 commit comments