|
@@ -93,95 +93,13 @@
|
|
app:layout_constraintRight_toRightOf="@id/et_frontCoverEditor_projectName"
|
|
app:layout_constraintRight_toRightOf="@id/et_frontCoverEditor_projectName"
|
|
app:layout_constraintTop_toBottomOf="@id/et_frontCoverEditor_author" />
|
|
app:layout_constraintTop_toBottomOf="@id/et_frontCoverEditor_author" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:id="@+id/viewGroup_frontCoverEditor_colorGroup1"
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="16dp"
|
|
|
|
|
|
+ <com.bomostory.sceneeditmodule.cover.CoverColorSelectorView
|
|
|
|
+ android:id="@+id/coverColorSelectorView_frontCoverEditor"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
app:layout_constraintLeft_toLeftOf="@id/et_frontCoverEditor_projectName"
|
|
app:layout_constraintLeft_toLeftOf="@id/et_frontCoverEditor_projectName"
|
|
app:layout_constraintRight_toRightOf="@id/et_frontCoverEditor_projectName"
|
|
app:layout_constraintRight_toRightOf="@id/et_frontCoverEditor_projectName"
|
|
- app:layout_constraintTop_toBottomOf="@id/spinner_frontCoverEditor_category">
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/iv_frontCoverEditor_color1"
|
|
|
|
- android:layout_width="48dp"
|
|
|
|
- android:layout_height="48dp"
|
|
|
|
- android:layout_margin="8dp"
|
|
|
|
- android:src="#f5a623"
|
|
|
|
- tools:padding="8dp" />
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/iv_frontCoverEditor_color2"
|
|
|
|
- android:layout_width="48dp"
|
|
|
|
- android:layout_height="48dp"
|
|
|
|
- android:layout_margin="8dp"
|
|
|
|
- android:src="#c82185" />
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/iv_frontCoverEditor_color3"
|
|
|
|
- android:layout_width="48dp"
|
|
|
|
- android:layout_height="48dp"
|
|
|
|
- android:layout_margin="8dp"
|
|
|
|
- android:src="#de0007" />
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/iv_frontCoverEditor_color4"
|
|
|
|
- android:layout_width="48dp"
|
|
|
|
- android:layout_height="48dp"
|
|
|
|
- android:layout_margin="8dp"
|
|
|
|
- android:src="#008cbf" />
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/iv_frontCoverEditor_color5"
|
|
|
|
- android:layout_width="48dp"
|
|
|
|
- android:layout_height="48dp"
|
|
|
|
- android:layout_margin="8dp"
|
|
|
|
- android:src="#33691e" />
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- android:id="@+id/viewGroup_frontCoverEditor_colorGroup2"
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- app:layout_constraintLeft_toLeftOf="@id/viewGroup_frontCoverEditor_colorGroup1"
|
|
|
|
- app:layout_constraintRight_toRightOf="@id/viewGroup_frontCoverEditor_colorGroup1"
|
|
|
|
- app:layout_constraintTop_toBottomOf="@id/viewGroup_frontCoverEditor_colorGroup1">
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/iv_frontCoverEditor_color6"
|
|
|
|
- android:layout_width="48dp"
|
|
|
|
- android:layout_height="48dp"
|
|
|
|
- android:layout_margin="8dp"
|
|
|
|
- android:src="#827717" />
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/iv_frontCoverEditor_color7"
|
|
|
|
- android:layout_width="48dp"
|
|
|
|
- android:layout_height="48dp"
|
|
|
|
- android:layout_margin="8dp"
|
|
|
|
- android:src="#ba5f43" />
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/iv_frontCoverEditor_color8"
|
|
|
|
- android:layout_width="48dp"
|
|
|
|
- android:layout_height="48dp"
|
|
|
|
- android:layout_margin="8dp"
|
|
|
|
- android:src="#4e342e" />
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/iv_frontCoverEditor_color9"
|
|
|
|
- android:layout_width="48dp"
|
|
|
|
- android:layout_height="48dp"
|
|
|
|
- android:layout_margin="8dp"
|
|
|
|
- android:src="#424242" />
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/iv_frontCoverEditor_color10"
|
|
|
|
- android:layout_width="48dp"
|
|
|
|
- android:layout_height="48dp"
|
|
|
|
- android:layout_margin="8dp"
|
|
|
|
- android:src="#37474f" />
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/spinner_frontCoverEditor_category" />
|
|
|
|
|
|
<Button
|
|
<Button
|
|
android:id="@+id/btn_frontCoverEditor_save"
|
|
android:id="@+id/btn_frontCoverEditor_save"
|
|
@@ -194,7 +112,7 @@
|
|
android:textColor="@color/cocoa"
|
|
android:textColor="@color/cocoa"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
- app:layout_constraintTop_toBottomOf="@id/viewGroup_frontCoverEditor_colorGroup2" />
|
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/coverColorSelectorView_frontCoverEditor" />
|
|
|
|
|
|
<Button
|
|
<Button
|
|
android:id="@+id/btn_frontCoverEditor_chooseScene"
|
|
android:id="@+id/btn_frontCoverEditor_chooseScene"
|