|
|
|
@ -6,7 +6,6 @@ |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:orientation="vertical"> |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
android:id="@+id/container" |
|
|
|
android:id="@+id/container" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
@ -15,7 +14,7 @@ |
|
|
|
<View |
|
|
|
<View |
|
|
|
android:id="@+id/rectangle" |
|
|
|
android:id="@+id/rectangle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="130dp" |
|
|
|
android:layout_height="110dp" |
|
|
|
android:background="@drawable/rectangle" |
|
|
|
android:background="@drawable/rectangle" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
@ -56,8 +55,9 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
android:autoSizeTextType="uniform" |
|
|
|
android:minLines="1" |
|
|
|
android:minLines="1" |
|
|
|
android:maxLines="5" |
|
|
|
android:maxLines="3" |
|
|
|
android:layout_margin="16dp" |
|
|
|
android:layout_margin="16dp" |
|
|
|
app:layout_constraintTop_toBottomOf="@id/rectangle" |
|
|
|
app:layout_constraintTop_toBottomOf="@id/rectangle" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
@ -92,7 +92,7 @@ |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.SubscriptionPrice" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.SubscriptionPrice" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginBottom="8dp" |
|
|
|
android:layout_marginBottom="4dp" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
app:layout_constraintBottom_toTopOf="@id/purchase" |
|
|
|
app:layout_constraintBottom_toTopOf="@id/purchase" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
@ -115,7 +115,7 @@ |
|
|
|
<ScrollView |
|
|
|
<ScrollView |
|
|
|
android:id="@+id/conditions_scrollview" |
|
|
|
android:id="@+id/conditions_scrollview" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="120dp" |
|
|
|
android:layout_height="110dp" |
|
|
|
android:layout_marginLeft="16dp" |
|
|
|
android:layout_marginLeft="16dp" |
|
|
|
android:layout_marginRight="16dp" |
|
|
|
android:layout_marginRight="16dp" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|