Merge "Fixed battery percentage textView not resizing to fit estimate" into udc-dev am: 31802ef71e
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23730460 Change-Id: I9703bab0bcad04c9f920c54c57cd63694df47ee0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -16,12 +16,14 @@
|
||||
-->
|
||||
<MotionScene
|
||||
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
|
||||
android:id="@+id/header_transition"
|
||||
app:constraintSetEnd="@id/qs_header_constraint"
|
||||
app:constraintSetStart="@id/qqs_header_constraint">
|
||||
app:constraintSetStart="@id/qqs_header_constraint"
|
||||
motion:layoutDuringTransition="honorRequest">
|
||||
<KeyFrameSet>
|
||||
<!-- These positions are to prevent visual movement of @id/date -->
|
||||
<KeyPosition
|
||||
|
||||
Reference in New Issue
Block a user