diff --git a/app/src/main/java/net/pokeranalytics/android/ui/view/RowRepresentable.kt b/app/src/main/java/net/pokeranalytics/android/ui/view/RowRepresentable.kt index 257248b3..6174bc78 100644 --- a/app/src/main/java/net/pokeranalytics/android/ui/view/RowRepresentable.kt +++ b/app/src/main/java/net/pokeranalytics/android/ui/view/RowRepresentable.kt @@ -118,7 +118,7 @@ enum class SessionRow : RowRepresentable { override val needSeparator: Boolean get() { return when (this) { - TIPS -> true + TIPS, BANKROLL_VARIATION -> true else -> false } } diff --git a/app/src/main/res/layout/row_header_title_value.xml b/app/src/main/res/layout/row_header_title_value.xml index 9bfe9193..50a9081d 100644 --- a/app/src/main/res/layout/row_header_title_value.xml +++ b/app/src/main/res/layout/row_header_title_value.xml @@ -1,61 +1,72 @@ - + android:orientation="vertical"> - - - - - + android:background="@color/green_header"> + + + + + + + + + + + - - + app:layout_constraintStart_toStartOf="parent" + tools:visibility="visible" /> - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/layout/row_title_value.xml b/app/src/main/res/layout/row_title_value.xml index 4fafdc53..411da33f 100644 --- a/app/src/main/res/layout/row_title_value.xml +++ b/app/src/main/res/layout/row_title_value.xml @@ -1,57 +1,63 @@ - + android:orientation="vertical"> - + android:background="?selectableItemBackground"> - + - + - + + + + + - \ No newline at end of file + \ No newline at end of file