|
|
|
|
@ -9,6 +9,7 @@ |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="44dp" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent"> |
|
|
|
|
@ -42,7 +43,7 @@ |
|
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
|
android:id="@+id/nextButton" |
|
|
|
|
style="@style/PokerAnalyticsTheme.Button" |
|
|
|
|
android:text="@string/done" |
|
|
|
|
android:text="@string/next" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:layout_width="44dp" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
|