tv: anchor RV bottom to top of delete button
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
44b27fe472
commit
a5031a44a0
@ -45,7 +45,7 @@
|
|||||||
app:configurationHandler="@{rowConfigurationHandler}"
|
app:configurationHandler="@{rowConfigurationHandler}"
|
||||||
app:items="@{tunnels}"
|
app:items="@{tunnels}"
|
||||||
app:layout="@{@layout/tv_tunnel_list_item}"
|
app:layout="@{@layout/tv_tunnel_list_item}"
|
||||||
app:layout_constraintBottom_toTopOf="@id/import_button"
|
app:layout_constraintBottom_toTopOf="@id/delete_button"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/banner_logo"
|
app:layout_constraintTop_toBottomOf="@id/banner_logo"
|
||||||
tools:itemCount="10"
|
tools:itemCount="10"
|
||||||
|
Loading…
Reference in New Issue
Block a user