[UiFix]修正UI走查问题

This commit is contained in:
renwj
2022-03-23 17:34:34 +08:00
parent fc85d3ffff
commit c0ac4beda6
8 changed files with 47758 additions and 15436 deletions

View File

@@ -97,7 +97,7 @@ internal class FeedBackView : ConstraintLayout {
transitionTo(0)
} else {
editOutRect.run {
transitionTo(-( it - top + height() + 240.PX))
transitionTo(-( it - top + height() + 300.PX))
}
}
}.also {

View File

@@ -96,7 +96,8 @@
android:layout_height="wrap_content"
android:textSize="28px"
android:layout_gravity="end"
tools:text="126/200"/>
tools:text="126/200"
android:layout_marginBottom="30px"/>
</LinearLayout>
<TextView