summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2015-11-08 14:41:23 +0100
committerSteve Kondik <shade@chemlab.org>2015-11-11 04:12:23 -0800
commitca53d1053617e56ba06452de4f45b4c34812840b (patch)
tree3de284dec1e5859e040823da34f7b3c855d5e2f2 /res/drawable
parent8c1b88e719da3541ac29ae10a2e152ceb4fe5c1f (diff)
downloadpackages_apps_Settings-ca53d1053617e56ba06452de4f45b4c34812840b.zip
packages_apps_Settings-ca53d1053617e56ba06452de4f45b4c34812840b.tar.gz
packages_apps_Settings-ca53d1053617e56ba06452de4f45b4c34812840b.tar.bz2
Add ripple effect to buttons and layout
Change-Id: Ibe40ad521a0e6549ff5abb90db43e72a93a5e309
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ripple_drawable.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/drawable/ripple_drawable.xml b/res/drawable/ripple_drawable.xml
new file mode 100644
index 0000000..5296121
--- /dev/null
+++ b/res/drawable/ripple_drawable.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2015 The CyanogenMod 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="?android:attr/colorControlHighlight" />