diff options
| author | 2023-06-16 21:22:01 +0000 | |
|---|---|---|
| committer | 2023-06-16 21:22:01 +0000 | |
| commit | 31802ef71ee9a206c6741a7fa3fd97f233efe25c (patch) | |
| tree | 1bdb566a20cc874927f67a039f3b075007e84c4b | |
| parent | f338ffa8f70bbd545d87516cda710ba930f69068 (diff) | |
| parent | 4394dcfb3060bd1fb0b28a3df4cee21116f815a6 (diff) | |
Merge "Fixed battery percentage textView not resizing to fit estimate" into udc-dev
| -rw-r--r-- | packages/SystemUI/res/xml/combined_qs_header_scene.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/SystemUI/res/xml/combined_qs_header_scene.xml b/packages/SystemUI/res/xml/combined_qs_header_scene.xml index 38c164023315..8512f6fada43 100644 --- a/packages/SystemUI/res/xml/combined_qs_header_scene.xml +++ b/packages/SystemUI/res/xml/combined_qs_header_scene.xml @@ -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 |