Skip to content

Commit

Permalink
[feat]: 로딩 프로그레스바 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyuri1114 committed Jul 26, 2024
1 parent df79faf commit b171494
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions feature/projects/src/main/res/layout/fragment_branding.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
android:fontFamily="@font/pretendardregular"
android:gravity="start"
android:padding="15dp"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginBottom="10dp"
android:textColor="@color/olive_black"
android:textSize="13sp"
app:layout_constraintEnd_toEndOf="parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@

<ImageView
android:id="@+id/iv_ai_designer_image_result"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginHorizontal="15dp"
android:layout_marginVertical="15dp"
android:layout_marginStart="15dp"
app:layout_constraintBottom_toTopOf="@+id/tv_file_download"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/ai_designer_image_result_title"
Expand Down

0 comments on commit b171494

Please sign in to comment.