From 405a6e6822fb19a9d14329da92e03e75e2e72703 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 20 Aug 2014 15:02:16 -0700 Subject: Use different FAB for dialpad, and use new animations. + Use scaleIn/scaleOut for FABs in the Dialer application. + Add assets for green fab. + Update dialpad fragment, both the Java and layouts, to have their own FAB containers and FABs. + Change DialpadSlidingLinearLayout into DialpadSlidingRelativeLayout. - Removed or relocated dial some FAB handling, visibility, and translation functions. Now that the FABs in the dialpad fragment and DialtactsActivity are distinct, the logic can be scoped more precisely to a particular fragment/view. Bug: 16399233 Change-Id: I86f9f0053dc3c50fe0d5046389632af7ddff9f67 --- res/drawable-mdpi/fab_green.png | Bin 0 -> 1845 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-mdpi/fab_green.png (limited to 'res/drawable-mdpi') diff --git a/res/drawable-mdpi/fab_green.png b/res/drawable-mdpi/fab_green.png new file mode 100644 index 000000000..947aac142 Binary files /dev/null and b/res/drawable-mdpi/fab_green.png differ -- cgit v1.2.3