From d4d5b960c476d730e3aa8c36799702a420b8acf1 Mon Sep 17 00:00:00 2001 From: Dmitry Donskoy Date: Thu, 30 Apr 2020 14:30:28 +0300 Subject: [PATCH] [android] Fixed review notes --- android/res/layout/bought_content.xml | 5 +++-- android/res/layout/guides_discovery_item.xml | 3 ++- android/res/layout/guides_gallery_bottom_sheet.xml | 2 +- android/res/values/dimens.xml | 1 - 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/android/res/layout/bought_content.xml b/android/res/layout/bought_content.xml index a30ad320c5..2e77767615 100644 --- a/android/res/layout/bought_content.xml +++ b/android/res/layout/bought_content.xml @@ -4,14 +4,15 @@ xmlns:tools="http://schemas.android.com/tools" android:background="?bgBoughtContent" android:layout_width="match_parent" - android:layout_height="match_parent" + android:layout_height="wrap_content" android:layout_marginTop="@dimen/margin_half_plus_eight" android:orientation="horizontal"> + android:layout_height="wrap_content" /> diff --git a/android/res/values/dimens.xml b/android/res/values/dimens.xml index 263776c793..a0e1ccd16c 100644 --- a/android/res/values/dimens.xml +++ b/android/res/values/dimens.xml @@ -300,5 +300,4 @@ 328dp 176dp 40dp - 120dp