diff --git a/app/src/main/java/eu/faircode/email/FragmentPro.java b/app/src/main/java/eu/faircode/email/FragmentPro.java
index 9714e26b..6f532190 100644
--- a/app/src/main/java/eu/faircode/email/FragmentPro.java
+++ b/app/src/main/java/eu/faircode/email/FragmentPro.java
@@ -39,6 +39,7 @@ public class FragmentPro extends FragmentEx implements SharedPreferences.OnShare
private TextView tvActivated;
private TextView tvList;
private Button btnPurchase;
+ private TextView tvPrice;
@Override
@Nullable
@@ -50,6 +51,7 @@ public class FragmentPro extends FragmentEx implements SharedPreferences.OnShare
tvActivated = view.findViewById(R.id.tvActivated);
tvList = view.findViewById(R.id.tvList);
btnPurchase = view.findViewById(R.id.btnPurchase);
+ tvPrice = view.findViewById(R.id.tvPrice);
tvList.setText(Html.fromHtml("" + Html.escapeHtml(getString(R.string.title_pro_list)) + ""));
tvList.setMovementMethod(LinkMovementMethod.getInstance());
@@ -65,6 +67,8 @@ public class FragmentPro extends FragmentEx implements SharedPreferences.OnShare
}
});
+ tvPrice.setMovementMethod(LinkMovementMethod.getInstance());
+
return view;
}
diff --git a/app/src/main/res/layout/fragment_pro.xml b/app/src/main/res/layout/fragment_pro.xml
index 1db430da..b08a0144 100644
--- a/app/src/main/res/layout/fragment_pro.xml
+++ b/app/src/main/res/layout/fragment_pro.xml
@@ -46,5 +46,15 @@
android:textAppearance="@style/TextAppearance.AppCompat.Small"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/btnPurchase" />
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 056c10e6..1e297841 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -227,6 +227,7 @@
List of pro features
Buy
Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported
+ Please see this FAQ about the price of the pro features
All pro features are activated
All pro features activated
Invalid response