We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18627f commit a1323d5Copy full SHA for a1323d5
1 file changed
SimpleLogin/app/src/main/res/layout/fragment_premium.xml
@@ -210,7 +210,7 @@
210
android:layout_width="match_parent"
211
android:layout_height="wrap_content"
212
android:paddingTop="20dp"
213
- android:text="Yearly subscription $29.99/year"
+ android:text="Yearly subscription $30/year"
214
android:textAppearance="?attr/textAppearanceSubtitle1"
215
android:textColor="@color/colorPrimary"
216
tools:ignore="HardcodedText" />
@@ -227,7 +227,7 @@
227
228
229
android:paddingTop="10dp"
230
- android:text="Monthly subscription $3.99/month"
+ android:text="Monthly subscription $4/month"
231
232
233
0 commit comments