|
@@ -5,20 +5,20 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="#60000000">
|
|
android:background="#60000000">
|
|
|
|
|
|
- <com.bomostory.sceneeditmodule.view.MovieSeekView
|
|
|
|
|
|
+ <com.bomostory.sceneeditmodule.screen.view.MovieSeekView
|
|
android:id="@+id/movieSeekView"
|
|
android:id="@+id/movieSeekView"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginTop="8dp"
|
|
app:layout_constraintBottom_toTopOf="@+id/movieSelectView" />
|
|
app:layout_constraintBottom_toTopOf="@+id/movieSelectView" />
|
|
|
|
|
|
- <com.bomostory.sceneeditmodule.view.MovieSelectView
|
|
|
|
|
|
+ <com.bomostory.sceneeditmodule.screen.view.MovieSelectView
|
|
android:id="@+id/movieSelectView"
|
|
android:id="@+id/movieSelectView"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
app:layout_constraintBottom_toTopOf="@+id/audioTrackGroupView" />
|
|
app:layout_constraintBottom_toTopOf="@+id/audioTrackGroupView" />
|
|
|
|
|
|
- <com.bomostory.sceneeditmodule.view.AudioTrackGroupView
|
|
|
|
|
|
+ <com.bomostory.sceneeditmodule.screen.view.AudioTrackGroupView
|
|
android:id="@+id/audioTrackGroupView"
|
|
android:id="@+id/audioTrackGroupView"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -26,7 +26,7 @@
|
|
android:visibility="gone"
|
|
android:visibility="gone"
|
|
app:layout_constraintBottom_toTopOf="@+id/movieEditBtnPanel" />
|
|
app:layout_constraintBottom_toTopOf="@+id/movieEditBtnPanel" />
|
|
|
|
|
|
- <com.bomostory.sceneeditmodule.view.MovieEditBtnPanelView
|
|
|
|
|
|
+ <com.bomostory.sceneeditmodule.screen.view.MovieEditBtnPanelView
|
|
android:id="@+id/movieEditBtnPanel"
|
|
android:id="@+id/movieEditBtnPanel"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|