OSDN Git Service

Import translations. DO NOT MERGE
[android-x86/packages-apps-Settings.git] / res / drawable / preference_highlight.xml
index 0b704f7..20c1a0f 100644 (file)
      limitations under the License.
 -->
 
-<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
-                android:tint="?android:attr/colorButtonPressed"
-                android:pinned="true">
+<ripple xmlns:android="http://schemas.android.com/apk/res/android"
+    android:color="?android:attr/colorControlHighlight">
     <item android:id="@android:id/mask"
           android:drawable="@android:color/white" />
-</touch-feedback>
+</ripple>