From 63607d169d2f85335710ba3b8d2e676acb0366d3 Mon Sep 17 00:00:00 2001 From: Johannes Mockenhaupt Date: Tue, 21 Nov 2017 00:36:01 +0100 Subject: [PATCH] Polish dialogs. --- app/src/main/res/layout/combo_error_history_fragment.xml | 2 -- app/src/main/res/layout/combo_tdd_history_fragment.xml | 1 - 2 files changed, 3 deletions(-) diff --git a/app/src/main/res/layout/combo_error_history_fragment.xml b/app/src/main/res/layout/combo_error_history_fragment.xml index 581a317deb..f1faa9bb86 100644 --- a/app/src/main/res/layout/combo_error_history_fragment.xml +++ b/app/src/main/res/layout/combo_error_history_fragment.xml @@ -23,13 +23,11 @@ android:id="@+id/profileview_datedelimiter" android:layout_width="match_parent" android:layout_height="2dip" - android:layout_marginBottom="5dp" android:layout_marginLeft="20dp" android:layout_marginRight="20dp" android:layout_marginTop="5dp" android:background="@color/listdelimiter" /> - diff --git a/app/src/main/res/layout/combo_tdd_history_fragment.xml b/app/src/main/res/layout/combo_tdd_history_fragment.xml index 69ca8a2555..5685fd346d 100644 --- a/app/src/main/res/layout/combo_tdd_history_fragment.xml +++ b/app/src/main/res/layout/combo_tdd_history_fragment.xml @@ -23,7 +23,6 @@ android:id="@+id/profileview_datedelimiter" android:layout_width="match_parent" android:layout_height="2dip" - android:layout_marginBottom="5dp" android:layout_marginLeft="20dp" android:layout_marginRight="20dp" android:layout_marginTop="5dp"