File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ dependencies {
190190 implementation ' ru.egslava:MaskedEditText:1.0.5'
191191 implementation ' eu.davidea:flexible-adapter:5.0.0-rc4'
192192 implementation ' com.soundcloud.android:android-crop:1.0.1@aar'
193- implementation ' de.hdodenhof:circleimageview:2.2.0 '
193+ implementation ' de.hdodenhof:circleimageview:3.0.1 '
194194 implementation ' com.melnykov:floatingactionbutton:1.3.0'
195195
196196 // crashlytics
Original file line number Diff line number Diff line change 1515 android : id =" @+id/ivAvatar"
1616 android : layout_width =" 48dp"
1717 android : layout_height =" 48dp"
18- app : civ_fill_color =" @color/white"
18+ app : civ_circle_background_color =" @color/white"
1919 tools : src =" @tools:sample/avatars"
2020 />
2121
Original file line number Diff line number Diff line change 1212 android : id =" @+id/ivAvatar"
1313 android : layout_width =" 40dp"
1414 android : layout_height =" 40dp"
15- app : civ_fill_color =" @color/white"
15+ app : civ_circle_background_color =" @color/white"
1616 tools : src =" @tools:sample/avatars"
1717 />
1818
Original file line number Diff line number Diff line change 1212 android : id =" @+id/ivAvatar"
1313 android : layout_width =" 72dp"
1414 android : layout_height =" 72dp"
15- app : civ_fill_color =" @color/white"
15+ app : civ_circle_background_color =" @color/white"
1616 tools : src =" @tools:sample/avatars"
1717 />
1818
Original file line number Diff line number Diff line change 1616 android : layout_width =" 40dp"
1717 android : layout_height =" 40dp"
1818 android : layout_marginRight =" 2dp"
19- app : civ_fill_color =" @color/white"
19+ app : civ_circle_background_color =" @color/white"
2020 tools : src =" @tools:sample/avatars"
2121 />
2222
Original file line number Diff line number Diff line change 1313 android : layout_width =" match_parent"
1414 android : layout_height =" match_parent"
1515 android : scaleType =" centerCrop"
16- app : civ_fill_color =" @color/white"
16+ app : civ_circle_background_color =" @color/white"
1717 tools : src =" @tools:sample/avatars"
1818 />
1919
Original file line number Diff line number Diff line change 1919 android : id =" @+id/ivAvatar"
2020 android : layout_width =" 40dp"
2121 android : layout_height =" 40dp"
22- app : civ_fill_color =" @color/white"
22+ app : civ_circle_background_color =" @color/white"
2323 tools : src =" @tools:sample/avatars"
2424 />
2525
You can’t perform that action at this time.
0 commit comments