From a5031a44a0f9618e35e77121040d7ce2fd968183 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 22 Sep 2020 22:27:44 +0530 Subject: tv: anchor RV bottom to top of delete button Signed-off-by: Harsh Shandilya --- ui/src/main/res/layout/tv_activity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src') diff --git a/ui/src/main/res/layout/tv_activity.xml b/ui/src/main/res/layout/tv_activity.xml index 376f6e1d..1fd708be 100644 --- a/ui/src/main/res/layout/tv_activity.xml +++ b/ui/src/main/res/layout/tv_activity.xml @@ -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" -- cgit v1.2.3