diff options
Diffstat (limited to 'ui/common')
-rw-r--r-- | ui/common/src/main/res/layout/pager_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/common/src/main/res/layout/pager_fragment.xml b/ui/common/src/main/res/layout/pager_fragment.xml index e479259d5..a5bf6c76e 100644 --- a/ui/common/src/main/res/layout/pager_fragment.xml +++ b/ui/common/src/main/res/layout/pager_fragment.xml @@ -24,7 +24,7 @@ android:id="@+id/sliding_tabs" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?android:attr/windowBackground" + android:background="?android:attr/colorBackground" app:tabBackground="?attr/selectableItemBackground" app:tabMode="auto" app:tabGravity="fill" /> |