diff --git a/clients/android/NewsBlur/res/layout/include_comment.xml b/clients/android/NewsBlur/res/layout/include_comment.xml index 13ec65478..f5b0b214c 100644 --- a/clients/android/NewsBlur/res/layout/include_comment.xml +++ b/clients/android/NewsBlur/res/layout/include_comment.xml @@ -142,6 +142,6 @@ android:layout_width="match_parent" android:layout_height="1dp" android:layout_marginBottom="5dp" - android:background="@color/story_comment_divider" /> + style="?storyCommentDivider" /> \ No newline at end of file diff --git a/clients/android/NewsBlur/res/layout/include_reply.xml b/clients/android/NewsBlur/res/layout/include_reply.xml index 5d6a0e89f..241b79abf 100644 --- a/clients/android/NewsBlur/res/layout/include_reply.xml +++ b/clients/android/NewsBlur/res/layout/include_reply.xml @@ -16,7 +16,7 @@ android:layout_height="1dp" android:layout_alignParentTop="true" android:layout_marginBottom="10dp" - android:background="@color/story_comment_divider" /> + style="?storyCommentDivider" /> + diff --git a/clients/android/NewsBlur/res/values/colors.xml b/clients/android/NewsBlur/res/values/colors.xml index 2523f9a93..1b4b7fa09 100644 --- a/clients/android/NewsBlur/res/values/colors.xml +++ b/clients/android/NewsBlur/res/values/colors.xml @@ -53,6 +53,7 @@ #DFDDCF #BABDD1 #F0F0F0 + #42453E #4099FF #3B5998 diff --git a/clients/android/NewsBlur/res/values/styles.xml b/clients/android/NewsBlur/res/values/styles.xml index 75ccbbcc4..b0349482e 100644 --- a/clients/android/NewsBlur/res/values/styles.xml +++ b/clients/android/NewsBlur/res/values/styles.xml @@ -241,4 +241,12 @@ + + + + diff --git a/clients/android/NewsBlur/res/values/theme.xml b/clients/android/NewsBlur/res/values/theme.xml index 0add89efa..6159cdbb5 100644 --- a/clients/android/NewsBlur/res/values/theme.xml +++ b/clients/android/NewsBlur/res/values/theme.xml @@ -27,6 +27,7 @@ @style/profileCount @style/profileActivityList @style/itemHeaderDivider + @style/storyCommentDivider