|
|
|
@ -1,19 +1,14 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:id="@+id/rowStatsTitleValue.container" |
|
|
|
android:id="@+id/container" |
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="?selectableItemBackground"> |
|
|
|
android:background="?selectableItemBackground"> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/rowStatsTitleValue.title" |
|
|
|
android:id="@+id/title" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowStatsTitle" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowStatsTitle" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
@ -25,7 +20,7 @@ |
|
|
|
tools:text="Title" /> |
|
|
|
tools:text="Title" /> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/rowStatsTitleValue.value" |
|
|
|
android:id="@+id/value" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowStatsValue" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowStatsValue" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
@ -34,10 +29,10 @@ |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintEnd_toStartOf="@+id/nextArrow" |
|
|
|
app:layout_constraintEnd_toStartOf="@+id/nextArrow" |
|
|
|
app:layout_constraintStart_toStartOf="@+id/guidelineStart" |
|
|
|
app:layout_constraintStart_toStartOf="@+id/guidelineStart" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/rowStatsTitleValue.title" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/title" |
|
|
|
tools:text="Value" /> |
|
|
|
tools:text="Value" /> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
android:id="@+id/nextArrow" |
|
|
|
android:id="@+id/nextArrow" |
|
|
|
android:layout_width="24dp" |
|
|
|
android:layout_width="24dp" |
|
|
|
android:layout_height="24dp" |
|
|
|
android:layout_height="24dp" |
|
|
|
@ -63,25 +58,3 @@ |
|
|
|
app:layout_constraintGuide_end="16dp" /> |
|
|
|
app:layout_constraintGuide_end="16dp" /> |
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
|
|
|
android:id="@+id/rowStatsTitleValue.separator" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="16dp" |
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
|
|
tools:visibility="gone"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="1dp" |
|
|
|
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
|
|
|
android:background="@color/kaki" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat> |
|
|
|
|