This commit is contained in:
syi 2016-01-14 14:56:59 -05:00
parent 921b14183c
commit 96f495fa9f
2 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,9 @@
<ImageView
android:id="@+id/avatar"
android:layout_marginRight="5dp"
android:adjustViewBounds="true"
android:scaleType="fitCenter"
android:layout_width="103dp"
android:layout_height="90dp" />

View file

@ -24,7 +24,7 @@ public class UserPicture {
private static final int WIDTH = 140;
private static final int HEIGHT = 147;
private static final int COMPACT_WIDTH = 103;
private static final int COMPACT_WIDTH = 114;
private static final int COMPACT_HEIGHT = 90;
private HabitRPGUser user;