mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-30 02:30:38 +00:00
fixed #216
This commit is contained in:
parent
921b14183c
commit
96f495fa9f
2 changed files with 4 additions and 1 deletions
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue