- 날짜 선택 추가
This commit is contained in:
2024-08-12 16:58:23 +09:00
parent b56a0d58bf
commit 6431577bf1
6 changed files with 154 additions and 45 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 B

View File

@@ -43,9 +43,36 @@
android:paddingHorizontal="13.3dp"
android:paddingVertical="16dp">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/tv_days_or_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
android:layout_marginEnd="16dp"
android:layout_toStartOf="@id/iv_calendar"
android:fontFamily="@font/gmarket_sans_medium"
android:textColor="@color/white"
android:textSize="12sp" />
<ImageView
android:id="@+id/iv_calendar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:contentDescription="@null"
android:padding="5dp"
android:src="@drawable/ic_calendar" />
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:orientation="horizontal">
<CheckBox
@@ -127,6 +154,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_medium"
android:text="콘텐츠"
android:textColor="@color/color_eeeeee"
android:textSize="14.7sp" />
@@ -136,6 +164,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:fontFamily="@font/gmarket_sans_medium"
android:text="콘텐츠를 선택해주세요"
android:textColor="@color/color_3bb9f1"
android:textSize="12sp" />
@@ -154,6 +183,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="21dp"
android:fontFamily="@font/gmarket_sans_medium"
android:text="볼륨"
android:textColor="@color/color_eeeeee"
android:textSize="14.7sp" />

View File

@@ -45,7 +45,7 @@
android:fontFamily="@font/gmarket_sans_medium"
android:gravity="center"
android:textColor="@color/color_eeeeee"
android:textSize="33.3sp"
android:textSize="28sp"
tools:text="10:00" />
</LinearLayout>

View File

@@ -68,6 +68,7 @@
<item name="android:layout_weight">1</item>
<item name="android:padding">8dp</item>
<item name="android:textSize">15sp</item>
<item name="android:fontFamily">@font/gmarket_sans_medium</item>
<item name="android:gravity">center</item>
<item name="android:textColor">@color/alarm_day_checkbox_text_selector</item>
</style>