优化
This commit is contained in:
@@ -17,7 +17,7 @@ import io.legado.app.utils.viewbindingdelegate.viewBinding
|
|||||||
import java.io.FileOutputStream
|
import java.io.FileOutputStream
|
||||||
|
|
||||||
class BookInfoEditActivity :
|
class BookInfoEditActivity :
|
||||||
VMBaseActivity<ActivityBookInfoEditBinding, BookInfoEditViewModel>(),
|
VMBaseActivity<ActivityBookInfoEditBinding, BookInfoEditViewModel>(fullScreen = false),
|
||||||
ChangeCoverDialog.CallBack {
|
ChangeCoverDialog.CallBack {
|
||||||
|
|
||||||
private val selectCover = registerForActivityResult(SelectImageContract()) {
|
private val selectCover = registerForActivityResult(SelectImageContract()) {
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<androidx.core.widget.NestedScrollView
|
<ScrollView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
|
|
||||||
@@ -154,6 +154,6 @@
|
|||||||
</io.legado.app.ui.widget.text.TextInputLayout>
|
</io.legado.app.ui.widget.text.TextInputLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</androidx.core.widget.NestedScrollView>
|
</ScrollView>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
Reference in New Issue
Block a user