This commit is contained in:
MeuNome
2026-05-18 11:36:22 +01:00
parent 82b4b72d48
commit 01b54cd8d0
26 changed files with 1133 additions and 43 deletions

View File

@@ -31,12 +31,10 @@
android:layout_marginStart="8dp"
app:cardCornerRadius="20dp"
app:cardElevation="0dp">
<ImageView
<com.fluxup.app.AvatarView
android:id="@+id/ivRankingAvatar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:src="@drawable/ic_nav_profile" />
android:layout_height="match_parent" />
</androidx.cardview.widget.CardView>
<LinearLayout