|
|
|
|
@ -22,88 +22,88 @@ |
|
|
|
|
tools:visibility="visible"> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/newCashGame" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
android:layout_marginTop="8dp" |
|
|
|
|
android:background="?selectableItemBackground" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingStart="16dp" |
|
|
|
|
android:paddingEnd="16dp"> |
|
|
|
|
android:id="@+id/newTransaction" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
android:layout_marginBottom="8dp" |
|
|
|
|
android:background="?selectableItemBackground" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingStart="16dp" |
|
|
|
|
android:paddingEnd="16dp"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
android:layout_width="32dp" |
|
|
|
|
android:layout_height="32dp" |
|
|
|
|
android:tint="@color/green" |
|
|
|
|
app:srcCompat="@drawable/add_cash_game" /> |
|
|
|
|
android:layout_width="32dp" |
|
|
|
|
android:layout_height="32dp" |
|
|
|
|
android:tint="@color/green" |
|
|
|
|
app:srcCompat="@drawable/add_transaction" /> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:text="@string/new_cash_game" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" /> |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
|
android:layout_width="160dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:text="@string/new_operation" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/newTournament" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
android:background="?selectableItemBackground" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingStart="16dp" |
|
|
|
|
android:paddingEnd="16dp"> |
|
|
|
|
android:id="@+id/new_hand_history" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
android:background="?selectableItemBackground" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingStart="16dp" |
|
|
|
|
android:paddingEnd="16dp"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
android:layout_width="32dp" |
|
|
|
|
android:layout_height="32dp" |
|
|
|
|
android:tint="@color/green" |
|
|
|
|
app:srcCompat="@drawable/add_tournament" /> |
|
|
|
|
android:layout_width="32dp" |
|
|
|
|
android:layout_height="32dp" |
|
|
|
|
android:tint="@color/green" |
|
|
|
|
app:srcCompat="@drawable/add_hand" /> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
|
android:layout_width="160dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:text="@string/new_tournament" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" /> |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
|
android:layout_width="160dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:text="@string/new_hand" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/new_hand_history" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
android:background="?selectableItemBackground" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingStart="16dp" |
|
|
|
|
android:paddingEnd="16dp"> |
|
|
|
|
android:id="@+id/newTournament" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
android:background="?selectableItemBackground" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingStart="16dp" |
|
|
|
|
android:paddingEnd="16dp"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
android:layout_width="32dp" |
|
|
|
|
android:layout_height="32dp" |
|
|
|
|
android:tint="@color/green" |
|
|
|
|
app:srcCompat="@drawable/add_hand" /> |
|
|
|
|
android:layout_width="32dp" |
|
|
|
|
android:layout_height="32dp" |
|
|
|
|
android:tint="@color/green" |
|
|
|
|
app:srcCompat="@drawable/add_tournament" /> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
|
android:layout_width="160dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:text="@string/new_hand" /> |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
|
android:layout_width="160dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:text="@string/new_tournament" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/newTransaction" |
|
|
|
|
android:id="@+id/newCashGame" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
android:layout_marginBottom="8dp" |
|
|
|
|
android:layout_marginTop="8dp" |
|
|
|
|
android:background="?selectableItemBackground" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
@ -114,14 +114,14 @@ |
|
|
|
|
android:layout_width="32dp" |
|
|
|
|
android:layout_height="32dp" |
|
|
|
|
android:tint="@color/green" |
|
|
|
|
app:srcCompat="@drawable/add_transaction" /> |
|
|
|
|
app:srcCompat="@drawable/add_cash_game" /> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
|
android:layout_width="160dp" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:text="@string/new_operation" |
|
|
|
|
android:text="@string/new_cash_game" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|