Merge "Maintain alignment of subtitle in mgmt screen" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-24 20:53:54 +00:00
committed by Android (Google) Code Review

View File

@@ -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"