From fd75eef161e93a39c87699b6c938b8298ee8f78b Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Thu, 2 Aug 2012 10:27:31 -0700 Subject: Animate the action bar's Up chevron as it shows and hides. Change-Id: I2cf0283cc644a62ad83cb5641b8f56cc8229b86f --- core/res/res/layout/action_bar_home.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/res') diff --git a/core/res/res/layout/action_bar_home.xml b/core/res/res/layout/action_bar_home.xml index 91af7e9..fe58215 100644 --- a/core/res/res/layout/action_bar_home.xml +++ b/core/res/res/layout/action_bar_home.xml @@ -18,7 +18,8 @@ class="com.android.internal.widget.ActionBarView$HomeView" android:layout_width="wrap_content" android:layout_height="match_parent" - android:background="?android:attr/actionBarItemBackground" > + android:background="?android:attr/actionBarItemBackground" + android:animateLayoutChanges="true">