summaryrefslogtreecommitdiff
path: root/packages/PrintSpooler/src
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2017-11-13 09:25:24 -0800
committerPhilip P. Moltmann <moltmann@google.com>2017-11-13 12:54:04 -0800
commit6c92c450fe4cd512cf2d829aa9b2303007afd0c5 (patch)
treec3892483f3f744f63f6620273dcf5a729d2a56bf /packages/PrintSpooler/src
parentae5eb83a32a2005bd2c872bdf7b0621190ddb062 (diff)
Make ic_print and ic_print_error vector graphics
This makes very high resolution versions of the icon appear sharper. Fixes: 69175097 Test: Looked at places where the icon shows in the UI. Looks like before, just sharper. Change-Id: I2bf24c08605e6e4949892dcb720005497f1fadfa
Diffstat (limited to 'packages/PrintSpooler/src')
-rw-r--r--packages/PrintSpooler/src/com/android/printspooler/ui/SelectPrinterActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/PrintSpooler/src/com/android/printspooler/ui/SelectPrinterActivity.java b/packages/PrintSpooler/src/com/android/printspooler/ui/SelectPrinterActivity.java
index a9a6cbd47699..7c2e55f35cde 100644
--- a/packages/PrintSpooler/src/com/android/printspooler/ui/SelectPrinterActivity.java
+++ b/packages/PrintSpooler/src/com/android/printspooler/ui/SelectPrinterActivity.java
@@ -122,7 +122,7 @@ public final class SelectPrinterActivity extends Activity implements
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
- getActionBar().setIcon(R.drawable.ic_print);
+ getActionBar().setIcon(com.android.internal.R.drawable.ic_print);
setContentView(R.layout.select_printer_activity);