diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-09-22 19:46:36 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-09-22 23:54:36 +0200 |
commit | 10bb413187cb205e3e294f3e0b27fe0d31a959f6 (patch) | |
tree | c577552fc8ff588aa469ad3cd822ce0bd57fc23f /ui/src/main/res | |
parent | 1c814310b937a944719e555e6e49dc8e927e26f0 (diff) |
tv: make cards slightly smaller
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res')
-rw-r--r-- | ui/src/main/res/layout/tv_tunnel_list_item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/main/res/layout/tv_tunnel_list_item.xml b/ui/src/main/res/layout/tv_tunnel_list_item.xml index 16dc6f7d..0eedd87c 100644 --- a/ui/src/main/res/layout/tv_tunnel_list_item.xml +++ b/ui/src/main/res/layout/tv_tunnel_list_item.xml @@ -26,7 +26,7 @@ <!-- Rather than changing the background tint to red for deleting mode, it should instead just change the selection color --> <com.google.android.material.card.MaterialCardView - android:layout_width="260dp" + android:layout_width="225dp" android:layout_height="110dp" android:layout_margin="8dp" android:layout_marginTop="4dp" |