Skip to content

Commit

Permalink
Feat: 홈 프로필 클릭시 변환 구현 중... #5
Browse files Browse the repository at this point in the history
  • Loading branch information
dkyuuum committed Feb 21, 2024
1 parent aa806f0 commit 1235fe1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/ic_two_circle_arrows.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="155.72dp"
android:height="155.72dp"
android:viewportWidth="155.72"
android:viewportHeight="155.72">
<path
android:fillColor="#FF000000"
android:pathData="M42.74,121.52c-12.77,-10.27 -20.94,-26.02 -20.94,-43.69c0,-26.11 17.88,-47.99 42.05,-54.23V9.15C31.85,15.65 7.78,43.93 7.78,77.83c0,20.95 9.2,39.74 23.77,52.58C42.82,140.91 49.83,126.89 42.74,121.52zM123.59,24.75c-7.18,-6.49 -17.69,4.03 -10.8,9.24c12.89,10.27 21.14,26.1 21.14,43.85c0,26.12 -17.89,48 -42.05,54.23v14.45c31.99,-6.5 56.07,-34.78 56.07,-68.68C147.95,56.6 138.5,37.6 123.59,24.75zM70.04,35.71l22.81,-13.66c3.32,-1.99 3.33,-5.23 0.02,-7.23L69.84,0.88c-3.31,-2 -5.99,-0.49 -5.97,3.38l0.12,28.03C64.01,36.17 66.71,37.69 70.04,35.71zM85.88,120.03l-23.03,13.94c-3.31,2 -3.3,5.24 0.02,7.23l22.81,13.66c3.32,1.98 6.03,0.46 6.05,-3.41l0.12,-28.03C91.86,119.54 89.19,118.03 85.88,120.03z"/>
</vector>
14 changes: 14 additions & 0 deletions app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,21 @@
android:src="@{vm.userProfile}" />

</androidx.cardview.widget.CardView>
<!--
<androidx.appcompat.widget.AppCompatImageButton
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginTop="10dp"
android:background="@android:color/transparent"
android:scaleType="fitEnd"
android:src="@drawable/ic_two_circle_arrows"
app:layout_constraintBottom_toBottomOf="@+id/cv_home_profile"
app:layout_constraintEnd_toEndOf="@+id/cv_home_profile"
app:layout_constraintStart_toStartOf="@+id/cv_home_profile"
app:layout_constraintTop_toBottomOf="@+id/tv_home_name" />
-->
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/tv_name_stdId"
style="@style/BoldFont.16"
Expand Down

0 comments on commit 1235fe1

Please sign in to comment.