Merge "Maintain alignment of subtitle in mgmt screen" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3ccae84e2f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user