summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2014-06-11 12:02:04 -0700
committerRuben Brunk <rubenbrunk@google.com>2014-06-11 12:02:04 -0700
commitbd7caf0aea2b11c1e0d31dfce8b046c0ba6a5818 (patch)
treea856bb56551f60eb1c1839733cd89f95f26fa972
parent60e6640269daf321cbef577713615d2cdfc11441 (diff)
downloadandroid_frameworks_opt_setupwizard-bd7caf0aea2b11c1e0d31dfce8b046c0ba6a5818.tar.gz
android_frameworks_opt_setupwizard-bd7caf0aea2b11c1e0d31dfce8b046c0ba6a5818.tar.bz2
android_frameworks_opt_setupwizard-bd7caf0aea2b11c1e0d31dfce8b046c0ba6a5818.zip
fixbuild: Remove 'pinned' attr.
Needed by ag/481620 BUG: 15523923 BUG: 15473856 Change-Id: I5e8bf417368b60fcc33c80852e12f27b8c580774
-rw-r--r--navigationbar/res/drawable/setup_wizard_navbar_btn_bg.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/navigationbar/res/drawable/setup_wizard_navbar_btn_bg.xml b/navigationbar/res/drawable/setup_wizard_navbar_btn_bg.xml
index 20e0b90..0fc46be 100644
--- a/navigationbar/res/drawable/setup_wizard_navbar_btn_bg.xml
+++ b/navigationbar/res/drawable/setup_wizard_navbar_btn_bg.xml
@@ -15,5 +15,5 @@
limitations under the License.
-->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:tint="?android:attr/colorControlHighlight" android:pinned="true">
+ android:color="?android:attr/colorControlHighlight">
</ripple>