|
|
|
@ -21,121 +21,109 @@ |
|
|
|
tools:text="$ 1000" /> |
|
|
|
tools:text="$ 1000" /> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/top10ResultPart1" |
|
|
|
android:id="@+id/sessionDate" |
|
|
|
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_marginEnd="16dp" |
|
|
|
|
|
|
|
android:layout_marginBottom="8dp" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/gameResult" |
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
|
|
tools:text="July 22th, 2019" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
|
|
|
android:id="@+id/sessionGameType" |
|
|
|
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.Top10Row" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginTop="4dp" |
|
|
|
android:layout_marginTop="4dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/sessionDate" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/gameResult" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintVertical_chainStyle="packed" |
|
|
|
|
|
|
|
tools:text="$300 NL Hold'em" /> |
|
|
|
tools:text="$300 NL Hold'em" /> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/sessionInfoDurationIcon" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="20dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="20dp" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/sessionGameType" |
|
|
|
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_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="@+id/sessionInfoDuration" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
tools:visibility="visible" /> |
|
|
|
android:gravity="center"> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
android:id="@+id/sessionInfoDuration" |
|
|
|
android:id="@+id/sessionInfoDurationIcon" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.Top10Row" |
|
|
|
android:layout_width="20dp" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="20dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:src="@drawable/clock" |
|
|
|
android:ellipsize="end" |
|
|
|
android:tint="@color/kaki_lighter" |
|
|
|
android:maxLines="1" |
|
|
|
android:visibility="gone" |
|
|
|
android:textColor="@color/kaki_lighter" |
|
|
|
tools:visibility="visible" /> |
|
|
|
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 |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/sessionInfoLocationIcon" |
|
|
|
android:id="@+id/sessionInfoDuration" |
|
|
|
android:layout_width="20dp" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.Top10Row" |
|
|
|
android:layout_height="20dp" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:src="@drawable/pin" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:tint="@color/kaki_lighter" |
|
|
|
android:ellipsize="end" |
|
|
|
android:visibility="gone" |
|
|
|
android:maxLines="1" |
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/sessionInfoDuration" |
|
|
|
android:textColor="@color/kaki_lighter" |
|
|
|
app:layout_constraintEnd_toStartOf="@+id/sessionInfoLocation" |
|
|
|
tools:text="4:21" |
|
|
|
app:layout_constraintHorizontal_bias="0.5" |
|
|
|
tools:visibility="visible" /> |
|
|
|
app:layout_constraintStart_toEndOf="@+id/sessionInfoDuration" |
|
|
|
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/sessionInfoDuration" |
|
|
|
|
|
|
|
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" |
|
|
|
|
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/sessionInfoLocation" |
|
|
|
android:id="@+id/sessionInfoLocation" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.Top10Row" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.Top10Row" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:ellipsize="end" |
|
|
|
android:ellipsize="end" |
|
|
|
android:maxLines="1" |
|
|
|
android:maxLines="1" |
|
|
|
android:textColor="@color/kaki_lighter" |
|
|
|
android:textColor="@color/kaki_lighter" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/top10ResultPart3" |
|
|
|
tools:text="Rennes, France" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
tools:visibility="visible" /> |
|
|
|
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.AppCompatImageView |
|
|
|
|
|
|
|
android:id="@+id/sessionInfoTableSizeIcon" |
|
|
|
|
|
|
|
android:layout_width="20dp" |
|
|
|
|
|
|
|
android:layout_height="20dp" |
|
|
|
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
|
|
|
android:src="@drawable/info" |
|
|
|
|
|
|
|
android:tint="@color/kaki_lighter" |
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/sessionInfoTableSize" |
|
|
|
android:id="@+id/top10ResultPart2" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.Top10Row" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.Top10Row" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginStart="16dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
android:ellipsize="end" |
|
|
|
android:gravity="center" |
|
|
|
android:maxLines="1" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
android:textColor="@color/kaki_lighter" |
|
|
|
app:layout_constraintHorizontal_bias="0.5" |
|
|
|
tools:text="Rennes, France" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
tools:visibility="visible" /> |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/top10ResultPart1" |
|
|
|
|
|
|
|
app:layout_constraintVertical_chainStyle="packed" |
|
|
|
|
|
|
|
tools:text="10:30 - Hollywood Park" /> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
</LinearLayout> |
|
|
|
android:id="@+id/top10ResultPart3" |
|
|
|
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.Top10Row" |
|
|
|
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
|
|
|
android:layout_marginBottom="8dp" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.5" |
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/top10ResultPart2" |
|
|
|
|
|
|
|
app:layout_constraintVertical_chainStyle="packed" |
|
|
|
|
|
|
|
tools:text="July 22th, 2019" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |