Skip to content

Commit

Permalink
[ui] #104 목표설정 바텀시트 마진 값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook123 committed Aug 10, 2023
1 parent 5cd41e5 commit e5737b3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions app/src/main/res/layout/fragment_target_amount_bottom_sheet.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">
xmlns:app="http://schemas.android.com/apk/res-auto">

<data>

Expand Down Expand Up @@ -43,7 +42,7 @@
android:id="@+id/tv_target_amount_set_amount"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginStart="20dp"
android:layout_marginTop="18dp"
android:text="@string/target_amount_set_amount"
android:textAppearance="@style/TextAppearance.WINEY.Headline_b_18_xl"
Expand All @@ -56,7 +55,7 @@
style="?textInputOutlinedStyle"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginHorizontal="16dp"
android:layout_marginHorizontal="20dp"
android:layout_marginTop="8dp"
app:boxStrokeColor="@drawable/sel_target_amount_til_stroke_color"
app:boxStrokeErrorColor="@color/red_500"
Expand Down Expand Up @@ -113,7 +112,7 @@
android:id="@+id/tv_target_amount_set_day"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginStart="20dp"
android:layout_marginTop="34dp"
android:text="@string/target_amount_set_day"
android:textAppearance="@style/TextAppearance.WINEY.Headline_b_18_xl"
Expand All @@ -126,7 +125,7 @@
style="?textInputOutlinedStyle"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginHorizontal="16dp"
android:layout_marginHorizontal="20dp"
android:layout_marginTop="8dp"
app:boxStrokeColor="@drawable/sel_target_amount_til_stroke_color"
app:boxStrokeErrorColor="@color/red_500"
Expand Down

0 comments on commit e5737b3

Please sign in to comment.