Fix profile achievement sizes. Fixes #1314

This commit is contained in:
Phillip Thelen 2020-10-27 15:53:22 +01:00
parent 0b7db35699
commit fbee711fb5

View file

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:fresco="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
xmlns:fresco="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:orientation="vertical">
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:orientation="vertical">
<FrameLayout
android:layout_width="wrap_content"
@ -14,9 +14,9 @@
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/achievement_drawee"
android:layout_width="36dp"
android:layout_height="39dp"
android:layout_width="64dp"
android:layout_height="56dp"
fresco:actualImageScaleType="center"
android:layout_marginEnd="3dp" />
<TextView