From 38ea9eea16da1119a0a7145f91f9bc9b616738cd Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 8 May 2020 02:32:20 -0400 Subject: [PATCH] Using color secondary on date item --- app/src/main/res/layout/recent_chapters_section_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/recent_chapters_section_item.xml b/app/src/main/res/layout/recent_chapters_section_item.xml index fd8a0e0e29..5f2890df18 100644 --- a/app/src/main/res/layout/recent_chapters_section_item.xml +++ b/app/src/main/res/layout/recent_chapters_section_item.xml @@ -3,7 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="32dp" - android:background="?colorPrimaryVariant" + android:background="?colorSecondary" android:gravity="center_vertical" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:paddingStart="?android:attr/listPreferredItemPaddingStart"