|
|
|
@ -5,41 +5,41 @@ |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"> |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
|
|
|
|
android:id="@+id/toolbar" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="44dp" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintBottom_toTopOf="@id/recyclerView"> |
|
|
|
app:layout_constraintTop_toTopOf="parent"> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
<ImageButton |
|
|
|
android:id="@+id/closeButton" |
|
|
|
android:id="@+id/closeButton" |
|
|
|
style="@style/PokerAnalyticsTheme.Button" |
|
|
|
android:src="@drawable/ic_close_green" |
|
|
|
app:icon="@drawable/ic_close" |
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
android:layout_width="44dp" |
|
|
|
android:layout_width="44dp" |
|
|
|
android:layout_height="44dp" |
|
|
|
android:layout_height="match_parent"/> |
|
|
|
android:layout_marginStart="8dp"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
android:id="@+id/clearButton" |
|
|
|
android:id="@+id/clearButton" |
|
|
|
android:text="@string/clear" |
|
|
|
android:text="@string/clear" |
|
|
|
style="@style/PokerAnalyticsTheme.Button" |
|
|
|
style="@style/PokerAnalyticsTheme.Button" |
|
|
|
android:layout_width="64dp" |
|
|
|
android:layout_width="64dp" |
|
|
|
android:layout_height="44dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_marginStart="8dp"/> |
|
|
|
android:layout_marginStart="8dp"/> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
android:id="@+id/kiloButton" |
|
|
|
android:id="@+id/kiloButton" |
|
|
|
style="@style/PokerAnalyticsTheme.Button" |
|
|
|
style="@style/PokerAnalyticsTheme.Button" |
|
|
|
android:layout_width="44dp" |
|
|
|
android:layout_width="44dp" |
|
|
|
android:layout_height="44dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_marginStart="8dp"/> |
|
|
|
android:layout_marginStart="8dp"/> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
android:id="@+id/millionButton" |
|
|
|
android:id="@+id/millionButton" |
|
|
|
style="@style/PokerAnalyticsTheme.Button" |
|
|
|
style="@style/PokerAnalyticsTheme.Button" |
|
|
|
android:layout_width="44dp" |
|
|
|
android:layout_width="44dp" |
|
|
|
android:layout_height="44dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_marginStart="8dp"/> |
|
|
|
android:layout_marginStart="8dp"/> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
@ -47,7 +47,7 @@ |
|
|
|
android:text="@string/next" |
|
|
|
android:text="@string/next" |
|
|
|
style="@style/PokerAnalyticsTheme.Button" |
|
|
|
style="@style/PokerAnalyticsTheme.Button" |
|
|
|
android:layout_width="64dp" |
|
|
|
android:layout_width="64dp" |
|
|
|
android:layout_height="44dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_marginStart="8dp"/> |
|
|
|
android:layout_marginStart="8dp"/> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
@ -56,6 +56,7 @@ |
|
|
|
android:id="@+id/recyclerView" |
|
|
|
android:id="@+id/recyclerView" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/toolbar" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|