|
|
|
@ -13,8 +13,8 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="16dp" |
|
|
|
android:layout_marginStart="16dp" |
|
|
|
android:layout_marginTop="8dp" |
|
|
|
android:layout_marginTop="8dp" |
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
@ -25,17 +25,87 @@ |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.Top10Row" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.Top10Row" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="16dp" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginTop="4dp" |
|
|
|
android:layout_marginTop="4dp" |
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintHorizontal_bias="0.5" |
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/gameResult" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/gameResult" |
|
|
|
app:layout_constraintVertical_chainStyle="packed" |
|
|
|
app:layout_constraintVertical_chainStyle="packed" |
|
|
|
tools:text="$300 NL Hold'em" /> |
|
|
|
tools:text="$300 NL Hold'em" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
|
|
|
android:id="@+id/sessionInfoDurationIcon" |
|
|
|
|
|
|
|
android:layout_width="20dp" |
|
|
|
|
|
|
|
android:layout_height="20dp" |
|
|
|
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
|
|
|
android:src="@drawable/clock" |
|
|
|
|
|
|
|
android:tint="@color/kaki_lighter" |
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/sessionInfoDuration" |
|
|
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/sessionInfoDuration" |
|
|
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.5" |
|
|
|
|
|
|
|
app:layout_constraintHorizontal_chainStyle="packed" |
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/sessionInfoDuration" |
|
|
|
|
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
|
|
|
android:id="@+id/sessionInfoDuration" |
|
|
|
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.Top10Row" |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
|
|
|
android:ellipsize="end" |
|
|
|
|
|
|
|
android:maxLines="1" |
|
|
|
|
|
|
|
android:textColor="@color/kaki_lighter" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/top10ResultPart3" |
|
|
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/sessionInfoLocationIcon" |
|
|
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.5" |
|
|
|
|
|
|
|
app:layout_constraintHorizontal_chainStyle="packed" |
|
|
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/sessionInfoDurationIcon" |
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/top10ResultPart1" |
|
|
|
|
|
|
|
tools:text="4:21" |
|
|
|
|
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
|
|
|
android:id="@+id/sessionInfoLocationIcon" |
|
|
|
|
|
|
|
android:layout_width="20dp" |
|
|
|
|
|
|
|
android:layout_height="20dp" |
|
|
|
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
|
|
|
android:src="@drawable/pin" |
|
|
|
|
|
|
|
android:tint="@color/kaki_lighter" |
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/sessionInfoDuration" |
|
|
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/sessionInfoLocation" |
|
|
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.5" |
|
|
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/sessionInfoDuration" |
|
|
|
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/sessionInfoDuration" |
|
|
|
|
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
|
|
|
android:id="@+id/sessionInfoLocation" |
|
|
|
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.Top10Row" |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
|
|
|
android:ellipsize="end" |
|
|
|
|
|
|
|
android:maxLines="1" |
|
|
|
|
|
|
|
android:textColor="@color/kaki_lighter" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/top10ResultPart3" |
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.5" |
|
|
|
|
|
|
|
app:layout_constraintHorizontal_chainStyle="packed" |
|
|
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/sessionInfoLocationIcon" |
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/top10ResultPart1" |
|
|
|
|
|
|
|
tools:text="Rennes, France" |
|
|
|
|
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/top10ResultPart2" |
|
|
|
android:id="@+id/top10ResultPart2" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.Top10Row" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.Top10Row" |
|
|
|
@ -49,7 +119,7 @@ |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/top10ResultPart1" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/top10ResultPart1" |
|
|
|
app:layout_constraintVertical_chainStyle="packed" |
|
|
|
app:layout_constraintVertical_chainStyle="packed" |
|
|
|
tools:text="10:30 - Hollywood Park" /> |
|
|
|
tools:text="10:30 - Hollywood Park" /> --> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/top10ResultPart3" |
|
|
|
android:id="@+id/top10ResultPart3" |
|
|
|
|