Added remark

pull/206/head
M66B 3 years ago
parent 16b55f9f2e
commit 5871699033

@ -79,6 +79,16 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/cbHide" /> app:layout_constraintTop_toBottomOf="@id/cbHide" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvWhichever"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/title_pro_whichever"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvList" />
<Button <Button
android:id="@+id/btnPurchase" android:id="@+id/btnPurchase"
android:layout_width="wrap_content" android:layout_width="wrap_content"
@ -88,7 +98,7 @@
android:drawablePadding="6dp" android:drawablePadding="6dp"
android:text="@string/title_pro_purchase" android:text="@string/title_pro_purchase"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvList" /> app:layout_constraintTop_toBottomOf="@id/tvWhichever" />
<ImageView <ImageView
android:id="@+id/ivExternal" android:id="@+id/ivExternal"

@ -1685,6 +1685,7 @@
To maintain and support FairEmail in the long run, some convenience and advanced features are not free to use. To maintain and support FairEmail in the long run, some convenience and advanced features are not free to use.
FairEmail shows a small message to remind you of this, which will be removed if you purchase the pro features. FairEmail shows a small message to remind you of this, which will be removed if you purchase the pro features.
</string> </string>
<string name="title_pro_whichever">Whichever features are chosen as pro features, there is always someone who complains that a feature should be free. Please don\'t be that person.</string>
<string name="title_pro_hide">Hide small message for %1$d weeks</string> <string name="title_pro_hide">Hide small message for %1$d weeks</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported.</string> <string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported.</string>
<string name="title_pro_price">Why are the pro features so expensive?</string> <string name="title_pro_price">Why are the pro features so expensive?</string>

Loading…
Cancel
Save