From 169a9e6b95b8022e47e7e32df3c184126d84e7d5 Mon Sep 17 00:00:00 2001
From: androiddevkotlin <64539346+androiddevkotlin@users.noreply.github.com>
Date: Wed, 3 Feb 2021 16:43:43 +0200
Subject: [PATCH] Fix title text
---
OsmAnd/res/layout/subscription_fragment.xml | 64 +++++++++++++++------
1 file changed, 46 insertions(+), 18 deletions(-)
diff --git a/OsmAnd/res/layout/subscription_fragment.xml b/OsmAnd/res/layout/subscription_fragment.xml
index 2ab9967918..b529d4ec87 100644
--- a/OsmAnd/res/layout/subscription_fragment.xml
+++ b/OsmAnd/res/layout/subscription_fragment.xml
@@ -105,24 +105,51 @@
android:id="@+id/donationCheckbox"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="16dp"
- android:layout_marginLeft="16dp"
- android:paddingStart="34dp"
- android:paddingLeft="34dp"
+ android:layout_marginTop="@dimen/context_menu_second_line_top_margin"
+ android:layout_marginStart="@dimen/list_content_padding"
+ android:layout_marginLeft="@dimen/list_content_padding"
+ android:paddingStart="@dimen/local_size_height"
+ android:paddingLeft="@dimen/local_size_height"
+ android:paddingEnd="@dimen/local_size_height"
+ android:paddingRight="@dimen/local_size_height"
android:text="@string/donation_to_osm" />
-
+ android:minHeight="56dp"
+ android:orientation="vertical">
+
+
+
+
+
+
@@ -169,8 +196,10 @@
@@ -178,7 +207,6 @@
android:id="@+id/selectCountryEdit"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:editable="false"
android:paddingStart="2dp"
android:paddingLeft="2dp"
android:paddingEnd="0dp"