Skip to content

Commit

Permalink
[UI] #14-change image size
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyun127 committed May 25, 2023
1 parent 6886652 commit 8630b40
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/src/main/res/layout/item_home_full_job.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@

<TextView
android:id="@+id/tv_item_home_full_job_title"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:textAppearance="@style/TextAppearance.Carrot.title1_bold"
android:layout_marginEnd="55dp"
android:textAppearance="@style/TextAppearance.Carrot.sub_title_bold"
android:textColor="@color/color_sub_gray1"
app:layout_constraintEnd_toStartOf="@id/iv_item_home_full_job_img"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:text="데이즈호텔 프론트" />
Expand Down Expand Up @@ -90,7 +92,7 @@

<ImageView
android:id="@+id/iv_item_home_full_job_img"
android:layout_width="0dp"
android:layout_width="90dp"
android:layout_height="0dp"
android:layout_marginEnd="17dp"
android:layout_marginBottom="17dp"
Expand Down

0 comments on commit 8630b40

Please sign in to comment.