Add RoundedImageView for avatars (#739)

* Add RoundedImageView for avatars

* RoundedImageView: Remove unused things, fix touchable area
This commit is contained in:
Ivan Kupalov 2018-07-30 15:36:22 +02:00 committed by Konrad Pozniak
commit 133808891d
26 changed files with 367 additions and 49 deletions

View file

@ -53,7 +53,7 @@
android:layout_marginStart="16dp"
android:layout_marginTop="-40dp">
<com.pkmmte.view.CircularImageView
<com.keylesspalace.tusky.view.RoundedImageView
android:id="@+id/avatarPreview"
android:layout_width="80dp"
android:layout_height="80dp"