From 38f41c2ced94f181d4527583dca113828b48ac26 Mon Sep 17 00:00:00 2001 From: Dmitry Donskoy Date: Mon, 2 Sep 2019 12:57:49 +0300 Subject: [PATCH] [android] Added the network dialogs --- .../layout/bookmark_subscription_fragment.xml | 1 + .../mapswithme/maps/dialog/AlertDialog.java | 2 +- .../ResolveFragmentManagerStrategy.java | 2 +- .../BookmarkSubscriptionFragment.java | 58 +++++++++++++++++-- .../BookmarkSubscriptionPaymentState.java | 28 ++++++++- 5 files changed, 84 insertions(+), 7 deletions(-) diff --git a/android/res/layout/bookmark_subscription_fragment.xml b/android/res/layout/bookmark_subscription_fragment.xml index cf10ed2c2c..6671774897 100644 --- a/android/res/layout/bookmark_subscription_fragment.xml +++ b/android/res/layout/bookmark_subscription_fragment.xml @@ -18,6 +18,7 @@ android:id="@+id/content_view" android:layout_height="match_parent" android:layout_width="match_parent" + android:visibility="gone" android:fillViewport="true">