From 8daaa6378db35bff0d02414fdf18e3feac6a1bdc Mon Sep 17 00:00:00 2001 From: Emily Kager Date: Tue, 16 Jul 2019 13:38:56 -0700 Subject: [PATCH] Closes #4038 - Adds margin before close icon in tab item --- app/src/main/res/layout/tab_list_row.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/tab_list_row.xml b/app/src/main/res/layout/tab_list_row.xml index e994c85ad..171369345 100644 --- a/app/src/main/res/layout/tab_list_row.xml +++ b/app/src/main/res/layout/tab_list_row.xml @@ -40,6 +40,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="8dp" + android:layout_marginEnd="8dp" android:ellipsize="none" android:singleLine="true" android:textAppearance="@style/Header12TextStyle"