Skip to content

Commit

Permalink
[fix/design_detail]: Empty 디자인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dogdduddy authored and Jim-swit committed Mar 18, 2024
1 parent 1cf2d6a commit 2f8bbec
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 47 deletions.
16 changes: 0 additions & 16 deletions presentation/src/main/res/drawable/jmt_logo_small.xml

This file was deleted.

16 changes: 0 additions & 16 deletions presentation/src/main/res/drawable/jmt_splash_logo.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,10 @@
android:orientation="vertical">

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/jmt_character"
android:layout_marginBottom="32dp"
android:src="@drawable/ic_jmt_logo_grey"
app:layout_constraintBottom_toTopOf="@+id/not_yet_text"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down
11 changes: 5 additions & 6 deletions presentation/src/main/res/layout/item_empty_.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
xmlns:app="http://schemas.android.com/apk/res-auto">

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/jmt_character"
android:layout_marginBottom="32dp"
android:contentDescription="@string/jmt_character_image"
android:src="@drawable/ic_jmt_logo_grey"
app:layout_constraintBottom_toTopOf="@+id/not_yet_text"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
android:contentDescription="@string/jmt_character_image"/>
app:layout_constraintStart_toStartOf="parent" />

<TextView
android:id="@+id/not_yet_text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

<org.gdsc.presentation.view.custom.FlexibleCornerImageView
android:id="@+id/user_profile_image"
android:src="@drawable/jmt_logo_small"
android:src="@drawable/ic_jmt_logo_grey"
android:layout_width="20dp"
android:layout_height="20dp"
android:scaleType="centerCrop"
Expand Down
7 changes: 3 additions & 4 deletions presentation/src/main/res/layout/not_yet_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
android:orientation="vertical">

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/jmt_character"
android:layout_marginBottom="32dp"
android:src="@drawable/ic_jmt_logo_grey"
app:layout_constraintBottom_toTopOf="@+id/not_yet_text"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 2f8bbec

Please sign in to comment.