Skip to content

Commit

Permalink
build : 데이트 피커 핸들
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwoo-jo committed Sep 4, 2024
1 parent 03c974c commit ea5394b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/ic_dialog_handle.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="48dp"
android:height="5dp"
android:viewportWidth="48"
android:viewportHeight="5">
<path
android:pathData="M0,2.035C0,0.911 0.911,0 2.035,0H45.965C47.089,0 48,0.911 48,2.035V2.035C48,3.159 47.089,4.07 45.965,4.07H2.035C0.911,4.07 0,3.159 0,2.035V2.035Z"
android:fillColor="#7F8295"/>
</vector>
9 changes: 9 additions & 0 deletions app/src/main/res/layout/dialog_datepicker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
android:layout_height="wrap_content"
android:layout_margin="20dp">

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_dialog_handle"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:layout_marginTop="10dp"/>

<NumberPicker
android:id="@+id/numberpicker_dialog_datepicker_year"
style="@style/PretendardMedium24"
Expand Down

0 comments on commit ea5394b

Please sign in to comment.