File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
presentation/src/main/res Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 217
217
android : layout_height =" wrap_content"
218
218
android : layout_marginStart =" 12dp"
219
219
android : layout_marginTop =" 9dp"
220
- app : layout_constraintBottom_toBottomOf = " parent "
220
+ app : layout_constraintBottom_toTopOf = " @id/text_view_register_alarm "
221
221
app : layout_constraintEnd_toEndOf =" parent"
222
222
app : layout_constraintStart_toEndOf =" @id/text_view_mission_toggle"
223
223
app : layout_constraintTop_toBottomOf =" @id/toggle_group_alarm"
239
239
240
240
</com .google.android.material.button.MaterialButtonToggleGroup>
241
241
242
+ <TextView
243
+ android : id =" @+id/text_view_register_alarm"
244
+ android : layout_width =" 0dp"
245
+ android : layout_height =" wrap_content"
246
+ android : layout_marginBottom =" 24dp"
247
+ android : background =" @drawable/background_gray_d9_8"
248
+ android : gravity =" center"
249
+ android : textSize =" 16sp"
250
+ android : paddingVertical =" 8dp"
251
+ android : text =" @string/register_alarm_text"
252
+ android : textColor =" @color/black"
253
+ android : textStyle =" bold"
254
+ app : layout_constraintBottom_toBottomOf =" parent"
255
+ app : layout_constraintEnd_toEndOf =" @id/guide_line_end"
256
+ app : layout_constraintStart_toStartOf =" @id/guide_line_start" />
257
+
242
258
</androidx .constraintlayout.widget.ConstraintLayout>
243
259
244
260
</layout >
Original file line number Diff line number Diff line change 18
18
<string name =" last_transport_arrival_time" >막차가 %1$d시 %2$d분에 도착할 예정이에요!!</string >
19
19
<string name =" last_transport_walking_time" >막차까지 도보 시간이 %1$d분 소요될것으로 예상돼요!!</string >
20
20
<string name =" alarm_time_text" >알람이 막차시간 %1$d분 전에\n울리도록 설정하시겠습니까?</string >
21
+ <string name =" register_alarm_text" >알람 등록</string >
21
22
</resources >
You can’t perform that action at this time.
0 commit comments