From ac82622bf0b5f2bf9eca5e3502da96fd7b75bbdd Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Tue, 4 Oct 2016 15:09:17 +0200 Subject: [PATCH] Bug 1306609 - Activity Stream: Update padding/margin of highlights cards. r=ahunt MozReview-Commit-ID: 95YXz1IONLU --HG-- extra : rebase_source : 41b17ceec5a6f1af70e2517794e635ae4fbe65a5 --- .../layout/activity_stream_card_history_item.xml | 12 ++++++------ .../layout/activity_stream_main_toppanel.xml | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/mobile/android/base/resources/layout/activity_stream_card_history_item.xml b/mobile/android/base/resources/layout/activity_stream_card_history_item.xml index 7c4a211d8859..b8dc1d3c7eb0 100644 --- a/mobile/android/base/resources/layout/activity_stream_card_history_item.xml +++ b/mobile/android/base/resources/layout/activity_stream_card_history_item.xml @@ -6,12 +6,12 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="0dp" - android:layout_marginEnd="5dp" - android:layout_marginLeft="5dp" - android:layout_marginRight="5dp" - android:layout_marginStart="5dp" - android:layout_marginTop="10dp" + android:layout_marginBottom="10dp" + android:layout_marginEnd="12dp" + android:layout_marginLeft="12dp" + android:layout_marginRight="12dp" + android:layout_marginStart="12dp" + android:layout_marginTop="0dp" android:orientation="vertical"> + android:layout_alignParentStart="true" + android:layout_marginBottom="6dp" /> \ No newline at end of file