From 0e3e3ae37b093c8de04be2a141e7b49d708f5336 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 28 Jun 2018 20:05:33 +0530 Subject: android: Add select all button to action mode Thanks to Jason for suggesting the not-clinically-insane method to go about this. Signed-off-by: Harsh Shandilya --- app/src/main/res/drawable/ic_action_select_all.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/src/main/res/drawable/ic_action_select_all.xml (limited to 'app/src/main/res/drawable/ic_action_select_all.xml') diff --git a/app/src/main/res/drawable/ic_action_select_all.xml b/app/src/main/res/drawable/ic_action_select_all.xml new file mode 100644 index 00000000..2ddfb85a --- /dev/null +++ b/app/src/main/res/drawable/ic_action_select_all.xml @@ -0,0 +1,10 @@ + + + + \ No newline at end of file -- cgit v1.2.3-59-g8ed1b