summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-05-19 16:29:53 -0700
committerAlan Viverette <alanv@google.com>2014-05-19 16:29:53 -0700
commit8e09310751e7d678d012b3b61b2705298b3e1b36 (patch)
tree17d0baf8c628a9ac22271054077ed65ca9995922 /res/drawable
parent5ec92ecce90706c0409327e67b910f11e92b75d4 (diff)
downloadandroid_packages_apps_ExactCalculator-8e09310751e7d678d012b3b61b2705298b3e1b36.tar.gz
android_packages_apps_ExactCalculator-8e09310751e7d678d012b3b61b2705298b3e1b36.tar.bz2
android_packages_apps_ExactCalculator-8e09310751e7d678d012b3b61b2705298b3e1b36.zip
TouchFeedbackDrawable is now RippleDrawable
Change-Id: I71fce5e7eada5aec0e10f2449666c8c83a21c3c8
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/btn_advanced.xml2
-rw-r--r--res/drawable/btn_digit.xml2
-rw-r--r--res/drawable/btn_function.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/res/drawable/btn_advanced.xml b/res/drawable/btn_advanced.xml
index d963a1d..8f99f46 100644
--- a/res/drawable/btn_advanced.xml
+++ b/res/drawable/btn_advanced.xml
@@ -14,5 +14,5 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
+<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:tint="@color/primary_dark" android:pinned="true" />
diff --git a/res/drawable/btn_digit.xml b/res/drawable/btn_digit.xml
index 06ad5a4..286b735 100644
--- a/res/drawable/btn_digit.xml
+++ b/res/drawable/btn_digit.xml
@@ -14,5 +14,5 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
+<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:tint="@color/gray_50" android:pinned="true" />
diff --git a/res/drawable/btn_function.xml b/res/drawable/btn_function.xml
index e5d9c3b..fc4fa56 100644
--- a/res/drawable/btn_function.xml
+++ b/res/drawable/btn_function.xml
@@ -14,5 +14,5 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
+<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:tint="@color/gray_60" android:pinned="true" />