Skip to content

Commit

Permalink
Update CircleImage
Browse files Browse the repository at this point in the history
  • Loading branch information
popovvitaly committed Aug 30, 2019
1 parent 5266a55 commit e92d262
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion xabber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ dependencies {
implementation 'ru.egslava:MaskedEditText:1.0.5'
implementation 'eu.davidea:flexible-adapter:5.0.0-rc4'
implementation 'com.soundcloud.android:android-crop:1.0.1@aar'
implementation 'de.hdodenhof:circleimageview:2.2.0'
implementation 'de.hdodenhof:circleimageview:3.0.1'
implementation 'com.melnykov:floatingactionbutton:1.3.0'

// crashlytics
Expand Down
2 changes: 1 addition & 1 deletion xabber/src/main/res/layout/avatar_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:id="@+id/ivAvatar"
android:layout_width="48dp"
android:layout_height="48dp"
app:civ_fill_color="@color/white"
app:civ_circle_background_color="@color/white"
tools:src="@tools:sample/avatars"
/>

Expand Down
2 changes: 1 addition & 1 deletion xabber/src/main/res/layout/avatar_view_in_chat_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
android:id="@+id/ivAvatar"
android:layout_width="40dp"
android:layout_height="40dp"
app:civ_fill_color="@color/white"
app:civ_circle_background_color="@color/white"
tools:src="@tools:sample/avatars"
/>

Expand Down
2 changes: 1 addition & 1 deletion xabber/src/main/res/layout/avatar_view_large.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
android:id="@+id/ivAvatar"
android:layout_width="72dp"
android:layout_height="72dp"
app:civ_fill_color="@color/white"
app:civ_circle_background_color="@color/white"
tools:src="@tools:sample/avatars"
/>

Expand Down
2 changes: 1 addition & 1 deletion xabber/src/main/res/layout/avatar_view_small.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginRight="2dp"
app:civ_fill_color="@color/white"
app:civ_circle_background_color="@color/white"
tools:src="@tools:sample/avatars"
/>

Expand Down
2 changes: 1 addition & 1 deletion xabber/src/main/res/layout/avatar_view_without_status.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
app:civ_fill_color="@color/white"
app:civ_circle_background_color="@color/white"
tools:src="@tools:sample/avatars"
/>

Expand Down
2 changes: 1 addition & 1 deletion xabber/src/main/res/layout/avatar_view_xsmall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:id="@+id/ivAvatar"
android:layout_width="40dp"
android:layout_height="40dp"
app:civ_fill_color="@color/white"
app:civ_circle_background_color="@color/white"
tools:src="@tools:sample/avatars"
/>

Expand Down

0 comments on commit e92d262

Please sign in to comment.