set some background colors

This commit is contained in:
Andrew Dolgov 2015-06-05 12:23:52 +03:00
parent 24af5b0dd5
commit 1d301b9c8c
2 changed files with 2 additions and 0 deletions

1
org.fox.ttrss/src/main/res/layout/article_pager.xml Normal file → Executable file
View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/article_pager_container"
android:background="?android:colorBackground"
android:layout_width="fill_parent"
android:layout_height="fill_parent">

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/headlines_fragment"
android:background="?android:colorBackground"
android:layout_width="fill_parent"
android:layout_height="fill_parent">