fix missing articleBackground style on article_fragment

This commit is contained in:
Andrew Dolgov 2013-04-21 17:25:24 +04:00
parent f49fccf524
commit 4aaaf59a41
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:background="?articleBackground"
android:padding="10sp" >
<org.fox.ttrss.TitleWebView

View File

@ -3,6 +3,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:background="?articleBackground"
android:padding="5sp" >
<org.fox.ttrss.TitleWebView