summaryrefslogtreecommitdiffstats
path: root/res/drawable/floating_action_button.xml
diff options
context:
space:
mode:
authorSai Cheemalapati <saicheems@google.com>2014-06-18 13:53:56 -0700
committerSai Cheemalapati <saicheems@google.com>2014-06-20 10:15:28 -0700
commit5b23861a1dacf38cc9342e3c13600370b91033cd (patch)
tree66c4adb629e11cb43e348b1ebb46df1fab0afa86 /res/drawable/floating_action_button.xml
parent02f014aea398739a477e5b1f850097318958dce1 (diff)
downloadandroid_packages_services_Telephony-5b23861a1dacf38cc9342e3c13600370b91033cd.tar.gz
android_packages_services_Telephony-5b23861a1dacf38cc9342e3c13600370b91033cd.tar.bz2
android_packages_services_Telephony-5b23861a1dacf38cc9342e3c13600370b91033cd.zip
Update Emergency Dialer to match Dialer (1/5).
Emergency dialer style updated to match style in Dialer and InCallUI. Moved all dialpad resources to PhoneCommon. Change-Id: I4d19f1f6427ebbea1367e1e4432c48b0af7da233
Diffstat (limited to 'res/drawable/floating_action_button.xml')
-rw-r--r--res/drawable/floating_action_button.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/drawable/floating_action_button.xml b/res/drawable/floating_action_button.xml
new file mode 100644
index 000000000..d518dddd4
--- /dev/null
+++ b/res/drawable/floating_action_button.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<ripple xmlns:android="http://schemas.android.com/apk/res/android"
+ android:color="@color/dialer_accent_color">
+ <item android:drawable="@drawable/fab_teal_background" />
+</ripple>