diff options
| author | 2020-04-24 20:53:54 +0000 | |
|---|---|---|
| committer | 2020-04-24 20:53:54 +0000 | |
| commit | 3ccae84e2fd018a112ca9f30cccacd6cb79e2332 (patch) | |
| tree | 0cc9d500d4c2447aa844b7f8a7c53b9c0c5baad3 | |
| parent | eea03ac1be20954e229e665c6c37d572ad9c0335 (diff) | |
| parent | bac4388d2b60166585e35491bf307c2ccff4f995 (diff) | |
Merge "Maintain alignment of subtitle in mgmt screen" into rvc-dev
| -rw-r--r-- | packages/SystemUI/res/layout/controls_base_item.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/controls_base_item.xml b/packages/SystemUI/res/layout/controls_base_item.xml index fd75d91f0994..e7bb3afc25af 100644 --- a/packages/SystemUI/res/layout/controls_base_item.xml +++ b/packages/SystemUI/res/layout/controls_base_item.xml @@ -92,12 +92,12 @@ android:ellipsize="end" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toStartOf="@id/favorite" - app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintTop_toTopOf="@id/favorite" /> <CheckBox android:id="@+id/favorite" - android:visibility="gone" + android:visibility="invisible" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|end" |