|
|
|
@ -1,35 +1,41 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat 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/rowHeaderTitleValue.container" |
|
|
|
android:id="@+id/rowHeaderTitleValue.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="@color/green_header"> |
|
|
|
android:background="@color/green_header"> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/rowHeaderTitleValue.title" |
|
|
|
android:id="@+id/rowHeaderTitleValue.title" |
|
|
|
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="16dp" |
|
|
|
android:layout_marginTop="16dp" |
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/rowHeaderTitleValue.separator" |
|
|
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/guidelineStart" |
|
|
|
app:layout_constraintStart_toStartOf="@+id/guidelineStart" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
tools:text="Title" /> |
|
|
|
tools:text="Title" /> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/rowHeaderTitleValue.value" |
|
|
|
android:id="@+id/rowHeaderTitleValue.value" |
|
|
|
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowValue" |
|
|
|
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="16dp" |
|
|
|
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
|
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
android:ellipsize="end" |
|
|
|
android:ellipsize="end" |
|
|
|
android:gravity="end" |
|
|
|
android:gravity="end" |
|
|
|
android:maxLines="1" |
|
|
|
android:maxLines="1" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowValue" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/rowHeaderTitleValue.separator" |
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="@+id/guidelineEnd" |
|
|
|
app:layout_constraintEnd_toEndOf="@+id/guidelineEnd" |
|
|
|
app:layout_constraintStart_toEndOf="@+id/rowHeaderTitleValue.title" |
|
|
|
app:layout_constraintStart_toEndOf="@+id/rowHeaderTitleValue.title" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
@ -49,13 +55,18 @@ |
|
|
|
android:orientation="vertical" |
|
|
|
android:orientation="vertical" |
|
|
|
app:layout_constraintGuide_end="16dp" /> |
|
|
|
app:layout_constraintGuide_end="16dp" /> |
|
|
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
android:id="@+id/rowHeaderTitleValue.separator" |
|
|
|
android:id="@+id/rowHeaderTitleValue.separator" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="16dp" |
|
|
|
android:layout_height="16dp" |
|
|
|
android:visibility="gone" |
|
|
|
android:visibility="gone" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" /> |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat> |