diff options
author | Adam Powell <adamp@google.com> | 2012-08-07 13:48:04 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-08-07 13:48:04 -0700 |
commit | 4224790ffac80b7777ebeeed7474c3111a7add49 (patch) | |
tree | 2e5fcf36191a0a22fcfab807752cf59eeeca2742 /core/res | |
parent | b14c215eb2dd617214d867d38449eb1d1214d41c (diff) | |
parent | fd75eef161e93a39c87699b6c938b8298ee8f78b (diff) | |
download | frameworks_base-4224790ffac80b7777ebeeed7474c3111a7add49.zip frameworks_base-4224790ffac80b7777ebeeed7474c3111a7add49.tar.gz frameworks_base-4224790ffac80b7777ebeeed7474c3111a7add49.tar.bz2 |
Merge "Animate the action bar's Up chevron as it shows and hides." into jb-mr1-dev
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/layout/action_bar_home.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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"> <ImageView android:id="@android:id/up" android:src="?android:attr/homeAsUpIndicator" android:layout_gravity="center_vertical|start" |