From 26127c627148d4be88155739a5b7e76a2a2c0d34 Mon Sep 17 00:00:00 2001 From: Yi-Ling Chuang Date: Wed, 9 Jan 2019 11:54:16 +0800 Subject: [PATCH] Update the layout of half width suggestion cards. When switching to the dismissal view, the background color of suggestion cards that were built as half cards with only 1 line text in it won't fully cover the whole card. The alignments are not consistent as well. Make layout_height of ViewFlipper and the main content to be match_parent. Change-Id: If345d00d21150e184614029a34e79b3210ec52ff Fixes: 122559038 Test: visual --- res/layout/homepage_slice_half_tile.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/homepage_slice_half_tile.xml b/res/layout/homepage_slice_half_tile.xml index 7de9eb6e006..46f3cdaf8e0 100644 --- a/res/layout/homepage_slice_half_tile.xml +++ b/res/layout/homepage_slice_half_tile.xml @@ -24,12 +24,12 @@ + android:layout_height="match_parent">