[UiFix]修正UI走查问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user