|
|
|
@ -9,12 +9,18 @@ |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/title" |
|
|
|
android:id="@+id/title" |
|
|
|
android:layout_marginTop="24dp" |
|
|
|
android:layout_marginTop="24dp" |
|
|
|
|
|
|
|
android:layout_marginLeft="16dp" |
|
|
|
|
|
|
|
android:layout_marginRight="16dp" |
|
|
|
android:text="@string/pro_upgrade" |
|
|
|
android:text="@string/pro_upgrade" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.SubscriptionTitle" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.SubscriptionTitle" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
app:autoSizeTextType="uniform" |
|
|
|
|
|
|
|
app:autoSizeMinTextSize="24sp" |
|
|
|
|
|
|
|
app:autoSizeMaxTextSize="36sp" |
|
|
|
|
|
|
|
app:autoSizeStepGranularity="2sp" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
|
|
|
|
|