File tree Expand file tree Collapse file tree 6 files changed +10
-19
lines changed Expand file tree Collapse file tree 6 files changed +10
-19
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <lint >
3+ <issue id =" IconLocation" >
4+ <ignore path =" src/main/res/drawable/hourglass.webp" />
5+ </issue >
6+ </lint >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737 app : layout_constraintLeft_toLeftOf =" parent"
3838 app : layout_constraintRight_toRightOf =" parent"
3939 app : layout_constraintTop_toTopOf =" parent"
40- tools : layout_height =" @dimen/image_size_tools"
41- tools : layout_width =" @dimen/image_size_tools"
42- tools : src =" @drawable/ic_placeholder" />
40+ tools : src =" @drawable/hourglass" />
4341
4442 <TextView
4543 android : id =" @+id/article_title_item_text_view"
Original file line number Diff line number Diff line change 3939 app : layout_constraintLeft_toLeftOf =" parent"
4040 app : layout_constraintRight_toRightOf =" parent"
4141 app : layout_constraintTop_toTopOf =" parent"
42- tools : layout_height =" @dimen/image_size_tools"
43- tools : layout_width =" @dimen/image_size_tools"
44- tools : src =" @drawable/ic_placeholder" />
42+ tools : scaleType =" centerCrop"
43+ tools : src =" @drawable/hourglass" />
4544
4645 <TextView
4746 android : id =" @+id/favorite_article_title_item_text_view"
Original file line number Diff line number Diff line change 3636 app : layout_constraintLeft_toLeftOf =" parent"
3737 app : layout_constraintRight_toRightOf =" parent"
3838 app : layout_constraintTop_toTopOf =" parent"
39- tools : layout_height =" @dimen/image_size_tools"
40- tools : layout_width =" @dimen/image_size_tools"
4139 tools : scaleType =" centerCrop"
42- tools : src =" @drawable/ic_placeholder " />
40+ tools : src =" @drawable/hourglass " />
4341
4442 <TextView
4543 android : id =" @+id/article_title_item_text_view"
You can’t perform that action at this time.
0 commit comments