Merge "Bug 3183184 - add fade-out for selectable item backgrounds"

This commit is contained in:
Adam Powell
2010-11-11 18:41:33 -08:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,8 @@
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:exitFadeDuration="@android:integer/config_mediumAnimTime">
<item android:state_window_focused="false" android:drawable="@color/transparent" />

View File

@@ -14,7 +14,8 @@
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:exitFadeDuration="@android:integer/config_mediumAnimTime">
<item android:state_window_focused="false" android:drawable="@color/transparent" />