summaryrefslogtreecommitdiff
path: root/res/drawable/floating_action_button.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/floating_action_button.xml')
-rw-r--r--res/drawable/floating_action_button.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/res/drawable/floating_action_button.xml b/res/drawable/floating_action_button.xml
index 2f77232bb..ea9549054 100644
--- a/res/drawable/floating_action_button.xml
+++ b/res/drawable/floating_action_button.xml
@@ -15,14 +15,8 @@
limitations under the License.
-->
-<shape
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="oval" >
- <corners
- android:radius="@dimen/floating_action_button_radius" />
- <size
- android:width="@dimen/floating_action_button_width"
- android:height="@dimen/floating_action_button_height" />
- <solid
- android:color="@color/actionbar_background_color" />
-</shape> \ No newline at end of file
+<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
+ android:tint="@color/dialer_accent_color"
+ android:pinned="true">
+ <item android:drawable="@drawable/fab_teal_background" />
+</touch-feedback>