tv: anchor RV bottom to top of delete button

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-22 22:27:44 +05:30 committed by Jason A. Donenfeld
parent 44b27fe472
commit a5031a44a0

View File

@ -45,7 +45,7 @@
app:configurationHandler="@{rowConfigurationHandler}"
app:items="@{tunnels}"
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_constraintTop_toBottomOf="@id/banner_logo"
tools:itemCount="10"