mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 04:39:04 +00:00
fix
This commit is contained in:
parent
ac51cc7c05
commit
2f2682495b
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue