From 18421f4b99a174155365b29cd31a6f23d55d2fdf Mon Sep 17 00:00:00 2001 From: androiddevkotlin <64539346+androiddevkotlin@users.noreply.github.com> Date: Wed, 3 Feb 2021 17:13:12 +0200 Subject: [PATCH] Min height, default visibility --- OsmAnd/res/layout/subscription_fragment.xml | 1 + OsmAnd/res/layout/two_line_with_images_list_item.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/OsmAnd/res/layout/subscription_fragment.xml b/OsmAnd/res/layout/subscription_fragment.xml index b529d4ec87..ad308e6be1 100644 --- a/OsmAnd/res/layout/subscription_fragment.xml +++ b/OsmAnd/res/layout/subscription_fragment.xml @@ -8,6 +8,7 @@ diff --git a/OsmAnd/res/layout/two_line_with_images_list_item.xml b/OsmAnd/res/layout/two_line_with_images_list_item.xml index e2ae827e71..4ef2c29631 100644 --- a/OsmAnd/res/layout/two_line_with_images_list_item.xml +++ b/OsmAnd/res/layout/two_line_with_images_list_item.xml @@ -100,7 +100,7 @@ android:paddingRight="@dimen/context_menu_progress_padding_left" android:text="@string/buy" android:textColor="@color/text_color_tab_active_light" - android:visibility="visible" /> + android:visibility="gone" />