From 7ab4498771d141def3064377981b9adfca898a8e Mon Sep 17 00:00:00 2001 From: bloslo Date: Tue, 30 Jul 2019 19:25:44 +0200 Subject: [PATCH] For #3548 - Fix close tab button visibility. (#3801) * For #3548 - Fix close tab button visibility. * Switch to 'wrap_content' instead of fixed values. * Align close tab button with settings button. * Change margin top --- app/src/main/res/layout/tab_list_row.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/tab_list_row.xml b/app/src/main/res/layout/tab_list_row.xml index 171369345..fbf3de911 100644 --- a/app/src/main/res/layout/tab_list_row.xml +++ b/app/src/main/res/layout/tab_list_row.xml @@ -66,9 +66,10 @@