summaryrefslogtreecommitdiff
path: root/core/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res/layout')
-rw-r--r--core/src/main/res/layout/more_content_list_footer.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/main/res/layout/more_content_list_footer.xml b/core/src/main/res/layout/more_content_list_footer.xml
index 2869ef7de..a3fcd5489 100644
--- a/core/src/main/res/layout/more_content_list_footer.xml
+++ b/core/src/main/res/layout/more_content_list_footer.xml
@@ -6,7 +6,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:foreground="?attr/selectableItemBackground"
- android:background="?android:attr/windowBackground"
+ android:background="?android:attr/colorBackground"
android:gravity="center"
android:padding="8dp">
@@ -31,6 +31,6 @@
android:text="@string/load_next_page_label"
android:textColor="?android:attr/textColorPrimary"
android:layout_marginLeft="8dp"
- android:layout_marginRight="8dp"/>
+ android:layout_marginRight="8dp" />
-</LinearLayout> \ No newline at end of file
+</LinearLayout>