Skip to content

Commit a3a7beb

Browse files
Merge pull request #2 from Cellulose-Type-C/codex/add-date-headers-to-history-screen
Add DATE_HEADER items and UI for date headers in history statistics list
2 parents 6ed33fa + 51a3fbb commit a3a7beb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/layout/list_date_header_item.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
android:id="@+id/dateHeaderText"
44
android:layout_width="match_parent"
55
android:layout_height="wrap_content"
6-
android:background="?attr/colorPrimaryContainer"
6+
android:background="?attr/contrast_background_color"
77
android:paddingHorizontal="16dp"
88
android:paddingVertical="12dp"
99
android:textAppearance="?android:attr/textAppearanceMedium"

0 commit comments

Comments
 (0)