Commit 52a0d836 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update message_avatar.xml

parent 96f503ea
<?xml version="1.0" encoding="utf-8"?>
<com.facebook.drawee.view.SimpleDraweeView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:fresco="http://schemas.android.com/apk/res-auto"
android:id="@+id/drawee_avatar"
android:layout_width="match_parent"
android:layout_height="match_parent"
fresco:actualImageScaleType="fitCenter"
fresco:roundedCornerRadius="5dp" />
\ No newline at end of file
xmlns:fresco="http://schemas.android.com/apk/res-auto"
android:id="@+id/drawee_avatar"
android:layout_width="match_parent"
android:layout_height="match_parent"
fresco:actualImageScaleType="fitXY"
fresco:roundedCornerRadius="5dp" />
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment