Skip to content

Commit

Permalink
Merge pull request #297 from boostcampwm2023/AOS-fix/user_image
Browse files Browse the repository at this point in the history
μ‚¬μ΄λ“œλ°” μœ μ €λͺ©λ‘ λ””μžμΈ μˆ˜μ •
  • Loading branch information
yang1318 authored Dec 13, 2023
2 parents 642160f + 847868e commit c085404
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions AOS/app/src/main/res/layout/item_users.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dp">
android:padding="10dp"
>

<androidx.cardview.widget.CardView
android:id="@+id/cv_side_bar_user_profile"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_width="40dp"
android:layout_height="40dp"
android:backgroundTint="@color/gray4"
app:cardCornerRadius="20dp"
app:layout_constraintEnd_toEndOf="parent"
Expand All @@ -41,7 +42,7 @@
android:layout_height="wrap_content"
android:ellipsize="end"
android:fontFamily="@font/pretendard_bold"
android:singleLine="true"
android:maxLines="2"
android:text="@{user.nickname}"
android:textAlignment="center"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit c085404

Please sign in to comment.