summaryrefslogtreecommitdiff
path: root/res/layout/article_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-19 23:23:26 +0400
committerAndrew Dolgov <[email protected]>2012-09-19 23:23:26 +0400
commitd3e0ce0f83c117573840eaa777c7cae45361fe6e (patch)
tree9227caf602976c27b34035ffc3eabeb7ccbbbd39 /res/layout/article_fragment.xml
parent9479fac206fa461ca3589d060b60e3ca36a5d715 (diff)
less-crashy handling on article title
Diffstat (limited to 'res/layout/article_fragment.xml')
-rw-r--r--res/layout/article_fragment.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index cbcf672d..0b847017 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -15,6 +15,7 @@
<TextView
android:id="@+id/title"
+ android:textColor="?linkColor"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"