mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-23 06:07:16 +00:00
Fix achievement icons. Fixes #1314
This commit is contained in:
parent
c269bae53c
commit
54fadb1e20
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
android:layout_height="66dp">
|
||||
<com.facebook.drawee.view.SimpleDraweeView
|
||||
android:id="@+id/achievement_icon"
|
||||
android:layout_width="52dp"
|
||||
android:layout_width="64dp"
|
||||
android:layout_height="56dp"
|
||||
app:actualImageScaleType="fitCenter"
|
||||
android:layout_gravity="center"/>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
android:layout_height="86dp">
|
||||
<com.facebook.drawee.view.SimpleDraweeView
|
||||
android:id="@+id/achievement_icon"
|
||||
android:layout_width="52dp"
|
||||
android:layout_width="64dp"
|
||||
android:layout_height="56dp"
|
||||
app:actualImageScaleType="fitCenter"
|
||||
android:layout_centerInParent="true"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue