summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-10 22:57:33 +0300
committerAndrew Dolgov <[email protected]>2015-07-10 22:57:33 +0300
commit91417fa3dd4b35dd0319379ddeb0e49b3b7745ea (patch)
tree9508f86c80a002bc600bbf331379a79ddf3572ad /org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
parentb218b743bf8311cb58d9ebb2d86f38f81de00881 (diff)
some more tweaks
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
index dab9b0eb..56579318 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
@@ -61,7 +61,7 @@
android:id="@+id/headline_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="#ccffffff"
+ android:background="?headlineHeaderBackground"
android:padding="16dp">
<TextView
@@ -118,11 +118,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
- android:background="#90000000"
+ android:background="?headlineHeaderBackground"
android:gravity="center"
android:text="@string/flavor_image_prompt"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="@android:color/primary_text_dark"
+ android:textColor="?headlineSecondaryTextColor"
android:visibility="visible" />
</FrameLayout>