diff options
Diffstat (limited to 'packages/PrintSpooler/res/layout/print_activity_controls.xml')
-rw-r--r-- | packages/PrintSpooler/res/layout/print_activity_controls.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/PrintSpooler/res/layout/print_activity_controls.xml b/packages/PrintSpooler/res/layout/print_activity_controls.xml index 6db025a..a87afe0 100644 --- a/packages/PrintSpooler/res/layout/print_activity_controls.xml +++ b/packages/PrintSpooler/res/layout/print_activity_controls.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2014 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ android:layout_height="wrap_content" android:orientation="vertical" android:elevation="@dimen/preview_controls_elevation" - android:background="@color/dynamic_content_background"> + android:background="?android:attr/colorPrimary"> <LinearLayout android:id="@+id/draggable_content" |