aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-20 16:41:53 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-20 16:41:53 +0200
commit680cf130c96f024bf67d65a5b9f33dfbe152afe3 (patch)
tree2d072ab0adddef322c1e1ae00e65854d42bf6caa /app/src/main/res
parentVersion bump (diff)
downloadwireguard-android-680cf130c96f024bf67d65a5b9f33dfbe152afe3.tar.xz
wireguard-android-680cf130c96f024bf67d65a5b9f33dfbe152afe3.zip
fab: move in direct ratio to scroll
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/tunnel_list_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/tunnel_list_fragment.xml b/app/src/main/res/layout/tunnel_list_fragment.xml
index 9de4e4d1..34c6592c 100644
--- a/app/src/main/res/layout/tunnel_list_fragment.xml
+++ b/app/src/main/res/layout/tunnel_list_fragment.xml
@@ -30,7 +30,7 @@
android:id="@+id/tunnel_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:paddingBottom="@dimen/design_fab_size_normal"
+ android:paddingBottom="@{@dimen/design_fab_size_normal * 1.1f}"
android:clipToPadding="false"
android:choiceMode="multipleChoiceModal"
app:items="@{tunnels}"