aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-09-22 22:27:44 +0530
committerJason A. Donenfeld <Jason@zx2c4.com>2020-09-22 23:54:20 +0200
commita5031a44a0f9618e35e77121040d7ce2fd968183 (patch)
treea409f0c6ad2b8d8b66a15660b1535e8fb5d2712a /ui/src/main
parenttv: remove useless attribute (diff)
downloadwireguard-android-a5031a44a0f9618e35e77121040d7ce2fd968183.tar.xz
wireguard-android-a5031a44a0f9618e35e77121040d7ce2fd968183.zip
tv: anchor RV bottom to top of delete button
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'ui/src/main')
-rw-r--r--ui/src/main/res/layout/tv_activity.xml2
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"