diff options
-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" |