|
|
|
@ -33,13 +33,11 @@ |
|
|
|
app:tabMode="fixed"> |
|
|
|
app:tabMode="fixed"> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.tabs.TabItem |
|
|
|
<com.google.android.material.tabs.TabItem |
|
|
|
android:id="@+id/filterSessions" |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="@string/cash_games" /> |
|
|
|
android:text="@string/cash_games" /> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.tabs.TabItem |
|
|
|
<com.google.android.material.tabs.TabItem |
|
|
|
android:id="@+id/filterTransactions" |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="@string/tournaments" /> |
|
|
|
android:text="@string/tournaments" /> |
|
|
|
|