diff options
Diffstat (limited to 'packages/PrintSpooler/res/layout/print_activity.xml')
-rw-r--r-- | packages/PrintSpooler/res/layout/print_activity.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/PrintSpooler/res/layout/print_activity.xml b/packages/PrintSpooler/res/layout/print_activity.xml index 6b8aa47..b7cde15 100644 --- a/packages/PrintSpooler/res/layout/print_activity.xml +++ b/packages/PrintSpooler/res/layout/print_activity.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The Android Open Source Project +<!-- Copyright (C) 2015 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. @@ -29,7 +29,7 @@ android:layout_height="wrap_content" android:paddingStart="8dip" android:elevation="@dimen/preview_controls_elevation" - android:background="?android:attr/colorPrimary"> + android:background="@color/static_content_background"> <Spinner android:id="@+id/destination_spinner" |