From c9999dacb17c2372be960a05789b603f827dad2b Mon Sep 17 00:00:00 2001 From: UtsavisGreat Date: Sun, 19 May 2019 05:51:37 +0000 Subject: [PATCH] MotoActions: add material icons for Ambient Display * Make follow system accents as well Change-Id: I8ea63f82e079ba7868313c14e4973f9c1dd9789d --- MotoActions/res/drawable/ic_hand.xml | 9 +++++++++ MotoActions/res/drawable/ic_pickup.xml | 9 +++++++++ MotoActions/res/xml/doze_panel.xml | 28 +++++++++++--------------- 3 files changed, 30 insertions(+), 16 deletions(-) create mode 100644 MotoActions/res/drawable/ic_hand.xml create mode 100644 MotoActions/res/drawable/ic_pickup.xml diff --git a/MotoActions/res/drawable/ic_hand.xml b/MotoActions/res/drawable/ic_hand.xml new file mode 100644 index 0000000..6d379fc --- /dev/null +++ b/MotoActions/res/drawable/ic_hand.xml @@ -0,0 +1,9 @@ + + + + diff --git a/MotoActions/res/drawable/ic_pickup.xml b/MotoActions/res/drawable/ic_pickup.xml new file mode 100644 index 0000000..9a12665 --- /dev/null +++ b/MotoActions/res/drawable/ic_pickup.xml @@ -0,0 +1,9 @@ + + + + diff --git a/MotoActions/res/xml/doze_panel.xml b/MotoActions/res/xml/doze_panel.xml index 8b21198..ca3221a 100644 --- a/MotoActions/res/xml/doze_panel.xml +++ b/MotoActions/res/xml/doze_panel.xml @@ -17,21 +17,17 @@ - - - - - - + + -- 2.20.1