|
|
|
@ -17,8 +17,8 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/title_pro_pending"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Large"
|
|
|
|
|
android:textColor="?attr/colorWarning"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
|
@ -27,8 +27,7 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/title_pro_activated"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Large"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvPending" />
|
|
|
|
|
|
|
|
|
@ -84,17 +83,6 @@
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvList" />
|
|
|
|
|
|
|
|
|
|
<eu.faircode.email.FixedTextView
|
|
|
|
|
android:id="@+id/tvPrice"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
|
android:text="5 euro"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/btnPurchase"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/btnPurchase"
|
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/btnPurchase" />
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/ivExternal"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
@ -102,17 +90,17 @@
|
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
|
android:contentDescription="@string/title_pro_purchase"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/btnPurchase"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/tvPrice"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/btnPurchase"
|
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/btnPurchase"
|
|
|
|
|
app:srcCompat="@drawable/twotone_open_in_new_24" />
|
|
|
|
|
|
|
|
|
|
<eu.faircode.email.FixedTextView
|
|
|
|
|
android:id="@+id/tvOnce"
|
|
|
|
|
android:id="@+id/tvPrice"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="24dp"
|
|
|
|
|
android:text="@string/title_pro_once"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:text="5 euro (once only)"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/btnPurchase" />
|
|
|
|
|
|
|
|
|
@ -120,11 +108,11 @@
|
|
|
|
|
android:id="@+id/tvHint"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:layout_marginTop="24dp"
|
|
|
|
|
android:text="@string/title_pro_hint"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvOnce" />
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvPrice" />
|
|
|
|
|
|
|
|
|
|
<eu.faircode.email.FixedTextView
|
|
|
|
|
android:id="@+id/tvPriceHint"
|
|
|
|
|