Skip to content

Commit

Permalink
design: 닉네임 뷰 배경 이미지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunji1203 committed Nov 16, 2023
1 parent c2536c2 commit 5ce2e95
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions android/app/src/main/res/layout/activity_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/gl_profile" />

<ImageView
android:layout_width="0dp"
android:layout_height="0dp"
android:scaleType="fitXY"
android:src="@drawable/ic_building"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintDimensionRatio="1.7:1"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />

</androidx.constraintlayout.widget.ConstraintLayout>
</layout>

0 comments on commit 5ce2e95

Please sign in to comment.