Skip to content

Commit 86b6eaf

Browse files
committed
Rename package
1 parent da12a58 commit 86b6eaf

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

app/src/main/kotlin/com/adesso/movee/scene/movie/MovieFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import com.adesso.movee.internal.extension.toast
88
import com.adesso.movee.internal.util.addAppBarStateChangeListener
99
import com.adesso.movee.uimodel.MovieUiModel
1010
import com.adesso.movee.uimodel.ShowUiModel
11-
import com.adesso.movee.widget.nowplayingshow.HeaderShowCallback
11+
import com.adesso.movee.widget.headershow.HeaderShowCallback
1212
import dagger.hilt.android.AndroidEntryPoint
1313

1414
@AndroidEntryPoint

app/src/main/kotlin/com/adesso/movee/scene/tvshow/TvShowFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import com.adesso.movee.internal.extension.toast
88
import com.adesso.movee.internal.util.addAppBarStateChangeListener
99
import com.adesso.movee.uimodel.ShowUiModel
1010
import com.adesso.movee.uimodel.TvShowUiModel
11-
import com.adesso.movee.widget.nowplayingshow.HeaderShowCallback
11+
import com.adesso.movee.widget.headershow.HeaderShowCallback
1212
import dagger.hilt.android.AndroidEntryPoint
1313

1414
@AndroidEntryPoint

app/src/main/kotlin/com/adesso/movee/widget/nowplayingshow/HeaderShowView.kt renamed to app/src/main/kotlin/com/adesso/movee/widget/headershow/HeaderShowView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.adesso.movee.widget.nowplayingshow
1+
package com.adesso.movee.widget.headershow
22

33
import android.content.Context
44
import android.util.AttributeSet

app/src/main/res/layout/item_header_show.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<variable
1313
name="callback"
14-
type="com.adesso.movee.widget.nowplayingshow.HeaderShowCallback" />
14+
type="com.adesso.movee.widget.headershow.HeaderShowCallback" />
1515

1616
</data>
1717

app/src/main/res/layout/layout_show_header.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<variable
1313
name="nowPlayingShowCallback"
14-
type="com.adesso.movee.widget.nowplayingshow.HeaderShowCallback" />
14+
type="com.adesso.movee.widget.headershow.HeaderShowCallback" />
1515

1616
</data>
1717

@@ -39,7 +39,7 @@
3939
android:orientation="vertical"
4040
app:layout_scrollFlags="scroll">
4141

42-
<com.adesso.movee.widget.nowplayingshow.HeaderShowView
42+
<com.adesso.movee.widget.headershow.HeaderShowView
4343
android:id="@+id/header_show_view"
4444
android:layout_width="match_parent"
4545
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)