|
|
|
|
@ -6,78 +6,51 @@ |
|
|
|
|
android:layout_height="56dp" |
|
|
|
|
android:background="?selectableItemBackground"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
android:id="@+id/transactionDateDay" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.SessionRow.Date" |
|
|
|
|
android:layout_width="32dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="8dp" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:textAllCaps="true" |
|
|
|
|
app:fontFamily="@font/roboto_mono_medium" |
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/transactionDateNumber" |
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/guidelineStart" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
app:layout_constraintVertical_chainStyle="packed" |
|
|
|
|
tools:text="THU" /> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
android:id="@+id/transactionDateNumber" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.SessionRow.DateNumber" |
|
|
|
|
android:layout_width="32dp" |
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/cardsLayout" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginBottom="8dp" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintEnd_toEndOf="@+id/transactionDateDay" |
|
|
|
|
app:layout_constraintHorizontal_bias="0.5" |
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/transactionDateDay" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/transactionDateDay" |
|
|
|
|
tools:text="21" /> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
android:id="@+id/transactionTitle" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.SessionRow.Title" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="24dp" |
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/transactionSubtitle" |
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/transactionAmount" |
|
|
|
|
app:layout_constraintHorizontal_bias="0.5" |
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/transactionDateDay" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
app:layout_constraintVertical_chainStyle="packed" |
|
|
|
|
tools:text="Deposit: Live" /> |
|
|
|
|
app:layout_constraintStart_toStartOf="parent" /> |
|
|
|
|
|
|
|
|
|
<!-- <androidx.appcompat.widget.AppCompatTextView--> |
|
|
|
|
<!-- android:layout_width="24dp"--> |
|
|
|
|
<!-- android:layout_height="42dp"--> |
|
|
|
|
<!-- style="@style/PokerAnalyticsTheme.CardTextView"--> |
|
|
|
|
<!-- android:textColor="@color/black"--> |
|
|
|
|
<!-- android:background="@drawable/rounded_background"--> |
|
|
|
|
<!-- android:text="5\n♣︎"--> |
|
|
|
|
<!-- android:gravity="center"--> |
|
|
|
|
<!-- android:layout_marginEnd="4dp"--> |
|
|
|
|
<!-- android:lines="2"--> |
|
|
|
|
<!-- />--> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
android:id="@+id/transactionSubtitle" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:layout_marginBottom="2dp" |
|
|
|
|
android:ellipsize="end" |
|
|
|
|
android:fontFamily="@font/roboto" |
|
|
|
|
android:maxLines="1" |
|
|
|
|
android:textColor="@color/kaki_lighter" |
|
|
|
|
android:textSize="12sp" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/transactionAmount" |
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/transactionTitle" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/transactionTitle" |
|
|
|
|
tools:text="Live" |
|
|
|
|
tools:visibility="visible" /> |
|
|
|
|
<!-- <androidx.appcompat.widget.AppCompatTextView--> |
|
|
|
|
<!-- android:layout_width="24dp"--> |
|
|
|
|
<!-- android:layout_height="42dp"--> |
|
|
|
|
<!-- style="@style/PokerAnalyticsTheme.CardTextView"--> |
|
|
|
|
<!-- android:textColor="@color/black"--> |
|
|
|
|
<!-- android:background="@drawable/rounded_background"--> |
|
|
|
|
<!-- android:text="A\n♥︎︎"--> |
|
|
|
|
<!-- android:gravity="center"--> |
|
|
|
|
<!-- android:lines="2"--> |
|
|
|
|
<!-- />--> |
|
|
|
|
|
|
|
|
|
<!-- </LinearLayout>--> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
android:id="@+id/transactionAmount" |
|
|
|
|
android:id="@+id/amount" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.SessionRow.Result" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/transactionSubtitle" |
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/nextArrow" |
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/transactionTitle" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
tools:text="$ 1000" /> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
|