diff options
Diffstat (limited to 'res/layout/simplechapter_item.xml')
-rw-r--r-- | res/layout/simplechapter_item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/simplechapter_item.xml b/res/layout/simplechapter_item.xml index 6a2a6bef8..99ba0b0a9 100644 --- a/res/layout/simplechapter_item.xml +++ b/res/layout/simplechapter_item.xml @@ -11,7 +11,7 @@ android:layout_alignParentRight="true" android:layout_centerVertical="true" android:layout_margin="8dp" - android:textColor="@color/gray" /> + android:textColor="?android:attr/textColorSecondary" /> <TextView android:id="@+id/txtvTitle" |