mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Review once
This commit is contained in:
parent
0b59e388cd
commit
2edf92368f
2 changed files with 12 additions and 0 deletions
|
@ -30,5 +30,16 @@
|
||||||
android:textColor="?android:attr/textColorPrimary"
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/tvMessage" />
|
app:layout_constraintTop_toBottomOf="@id/tvMessage" />
|
||||||
|
|
||||||
|
<eu.faircode.email.FixedTextView
|
||||||
|
android:id="@+id/tvOnce"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="12dp"
|
||||||
|
android:text="@string/title_ask_once"
|
||||||
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||||
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
app:layout_constraintTop_toBottomOf="@id/tvExplanation" />
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
</eu.faircode.email.ScrollViewEx>
|
</eu.faircode.email.ScrollViewEx>
|
|
@ -866,6 +866,7 @@
|
||||||
It would be appreciated if you could rate FairEmail in the Play Store.
|
It would be appreciated if you could rate FairEmail in the Play Store.
|
||||||
This will help to maintain a balance between unfavorable and favorable reviews.
|
This will help to maintain a balance between unfavorable and favorable reviews.
|
||||||
</string>
|
</string>
|
||||||
|
<string name="title_ask_once">This message will only appear once, unless you select \'Later\'</string>
|
||||||
|
|
||||||
<string name="title_third_party">You are using a version of a third party</string>
|
<string name="title_third_party">You are using a version of a third party</string>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue