summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/AbstractGalleryActivity.java
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-10-11 14:49:09 -0700
committerBobby Georgescu <georgescu@google.com>2012-10-11 15:20:07 -0700
commit5d4b8fd9fd2e601b780c027ef912c8fabfe3ee1e (patch)
treeee8e54eb210796428d211d54a3235acde06ede7e /src/com/android/gallery3d/app/AbstractGalleryActivity.java
parent37a9333651cead185d982d9b809cb3425a24d3d8 (diff)
downloadandroid_packages_apps_Gallery2-5d4b8fd9fd2e601b780c027ef912c8fabfe3ee1e.tar.gz
android_packages_apps_Gallery2-5d4b8fd9fd2e601b780c027ef912c8fabfe3ee1e.tar.bz2
android_packages_apps_Gallery2-5d4b8fd9fd2e601b780c027ef912c8fabfe3ee1e.zip
Change ActionBar spinner text size on rotate
Bug: 7333151 Update the grid/filmstrip spinner switch text to look and behave like the text in the Gmail app, as requested by UX. Change-Id: If822b21899172a35402477868d4f146a8e00cfea
Diffstat (limited to 'src/com/android/gallery3d/app/AbstractGalleryActivity.java')
-rw-r--r--src/com/android/gallery3d/app/AbstractGalleryActivity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/app/AbstractGalleryActivity.java b/src/com/android/gallery3d/app/AbstractGalleryActivity.java
index 5e779cd59..cb3aa9d0a 100644
--- a/src/com/android/gallery3d/app/AbstractGalleryActivity.java
+++ b/src/com/android/gallery3d/app/AbstractGalleryActivity.java
@@ -84,6 +84,7 @@ public class AbstractGalleryActivity extends Activity implements GalleryContext
public void onConfigurationChanged(Configuration config) {
super.onConfigurationChanged(config);
mStateManager.onConfigurationChange(config);
+ getGalleryActionBar().onConfigurationChanged();
invalidateOptionsMenu();
toggleStatusBarByOrientation();
}