diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-09-22 22:27:44 +0530 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-09-22 23:54:20 +0200 |
commit | a5031a44a0f9618e35e77121040d7ce2fd968183 (patch) | |
tree | a409f0c6ad2b8d8b66a15660b1535e8fb5d2712a /ui/src/main/res | |
parent | 44b27fe472af9f8873ad5b73d8ec2f5baad1e44f (diff) |
tv: anchor RV bottom to top of delete button
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'ui/src/main/res')
-rw-r--r-- | ui/src/main/res/layout/tv_activity.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |