This commit is contained in:
Phillip Thelen 2022-06-02 10:24:25 +02:00
parent ac51cc7c05
commit 2f2682495b
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
<FrameLayout
android:layout_width="76dp"
android:layout_height="76dp">
<com.habitrpg.android.habitica.ui.views.PixelArtView
<com.habitrpg.common.habitica.views.PixelArtView
android:id="@+id/imageView"
android:layout_width="68dp"
android:layout_height="68dp"

View file

@ -5,7 +5,7 @@
android:layout_height="match_parent"
android:background="?attr/colorContentBackground">
<com.habitrpg.android.habitica.ui.AvatarView
<com.habitrpg.common.habitica.views.AvatarView
android:id="@+id/avatar_view"
android:layout_centerHorizontal="true"
android:layout_width="@dimen/avatar_width"