From 64d4dca63f65e4c7d4a829c85ff6670bdd34e2eb Mon Sep 17 00:00:00 2001 From: Alexandra Gherghina Date: Thu, 28 Aug 2014 18:26:56 +0100 Subject: Assign default icon to users at creation time and in SystemUI. Right now different code in System UI, Settings app and other places replace the user icon with their own default. This tries to make it consistent by moving the mechanism used in Settings in a helper class. Bug: 17311038 Change-Id: Ic858c65bf82a98b9806dbba029e7cdcf441f372e --- .../SystemUI/res/drawable/ic_account_circle.xml | 31 -------------------- .../SystemUI/res/drawable/ic_account_circle_qs.xml | 34 ---------------------- 2 files changed, 65 deletions(-) delete mode 100644 packages/SystemUI/res/drawable/ic_account_circle.xml delete mode 100644 packages/SystemUI/res/drawable/ic_account_circle_qs.xml (limited to 'packages/SystemUI/res') diff --git a/packages/SystemUI/res/drawable/ic_account_circle.xml b/packages/SystemUI/res/drawable/ic_account_circle.xml deleted file mode 100644 index d8649e5..0000000 --- a/packages/SystemUI/res/drawable/ic_account_circle.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - diff --git a/packages/SystemUI/res/drawable/ic_account_circle_qs.xml b/packages/SystemUI/res/drawable/ic_account_circle_qs.xml deleted file mode 100644 index d10a96d..0000000 --- a/packages/SystemUI/res/drawable/ic_account_circle_qs.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - -- cgit v1.1