diff options
author | 2022-01-16 14:11:52 +0100 | |
---|---|---|
committer | 2022-01-17 11:51:27 +0530 | |
commit | d626e232101cd8b27526b50a5b0bbf26e570ae65 (patch) | |
tree | 30d921687d75e7edf3d67737bfe5bd44695cdea4 /ui/src/main/res/layout/tunnel_list_fragment.xml | |
parent | ui: make when statements exhaustive everywhere (diff) | |
download | wireguard-android-d626e232101cd8b27526b50a5b0bbf26e570ae65.tar.xz wireguard-android-d626e232101cd8b27526b50a5b0bbf26e570ae65.zip |
ui: add margin on empty list text
Signed-off-by: Marcel Joss <marceljoss@hotmail.ch>
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'ui/src/main/res/layout/tunnel_list_fragment.xml')
-rw-r--r-- | ui/src/main/res/layout/tunnel_list_fragment.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/src/main/res/layout/tunnel_list_fragment.xml b/ui/src/main/res/layout/tunnel_list_fragment.xml index 436b63da..42a6ced7 100644 --- a/ui/src/main/res/layout/tunnel_list_fragment.xml +++ b/ui/src/main/res/layout/tunnel_list_fragment.xml @@ -60,6 +60,8 @@ android:src="@mipmap/ic_launcher" /> <TextView + android:layout_marginStart="@dimen/tunnel_list_placeholder_margin" + android:layout_marginEnd="@dimen/tunnel_list_placeholder_margin" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" |