fix missing articleBackground style on article_fragment
This commit is contained in:
parent
f49fccf524
commit
4aaaf59a41
@ -3,6 +3,7 @@
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
|
android:background="?articleBackground"
|
||||||
android:padding="10sp" >
|
android:padding="10sp" >
|
||||||
|
|
||||||
<org.fox.ttrss.TitleWebView
|
<org.fox.ttrss.TitleWebView
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
|
android:background="?articleBackground"
|
||||||
android:padding="5sp" >
|
android:padding="5sp" >
|
||||||
|
|
||||||
<org.fox.ttrss.TitleWebView
|
<org.fox.ttrss.TitleWebView
|
||||||
|
Loading…
Reference in New Issue
Block a user