Merge "Fixed battery percentage textView not resizing to fit estimate" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
31802ef71e
@@ -16,12 +16,14 @@
|
|||||||
-->
|
-->
|
||||||
<MotionScene
|
<MotionScene
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
|
xmlns:motion="http://schemas.android.com/apk/res-auto">
|
||||||
|
|
||||||
<Transition
|
<Transition
|
||||||
android:id="@+id/header_transition"
|
android:id="@+id/header_transition"
|
||||||
app:constraintSetEnd="@id/qs_header_constraint"
|
app:constraintSetEnd="@id/qs_header_constraint"
|
||||||
app:constraintSetStart="@id/qqs_header_constraint">
|
app:constraintSetStart="@id/qqs_header_constraint"
|
||||||
|
motion:layoutDuringTransition="honorRequest">
|
||||||
<KeyFrameSet>
|
<KeyFrameSet>
|
||||||
<!-- These positions are to prevent visual movement of @id/date -->
|
<!-- These positions are to prevent visual movement of @id/date -->
|
||||||
<KeyPosition
|
<KeyPosition
|
||||||
|
|||||||
Reference in New Issue
Block a user