summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/ActivityState.java
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2011-09-09 13:33:44 +0800
committerOwen Lin <owenlin@google.com>2011-09-14 14:34:56 +0800
commit8e565703e8d482421714383a8ad40a67929ce2da (patch)
tree4ad80e8db3d6886afa98249deceb0cc3107f6c16 /src/com/android/gallery3d/app/ActivityState.java
parent3a54b9ae67eb7b38f19ea0bdeeef26efc0a1afa1 (diff)
downloadandroid_packages_apps_Gallery2-8e565703e8d482421714383a8ad40a67929ce2da.tar.gz
android_packages_apps_Gallery2-8e565703e8d482421714383a8ad40a67929ce2da.tar.bz2
android_packages_apps_Gallery2-8e565703e8d482421714383a8ad40a67929ce2da.zip
Use different UIs for phone's portrait mode in manage offline page.
fix: 5100503 The original UI design is not suitable for phone's portait mode. I move the UIs from GL view to android View to get better support. Change-Id: Ice5f536129f66b51cdaf4db1be750be7bc072c7f
Diffstat (limited to 'src/com/android/gallery3d/app/ActivityState.java')
-rw-r--r--src/com/android/gallery3d/app/ActivityState.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/app/ActivityState.java b/src/com/android/gallery3d/app/ActivityState.java
index 9f90d7b3c..6a0c72c52 100644
--- a/src/com/android/gallery3d/app/ActivityState.java
+++ b/src/com/android/gallery3d/app/ActivityState.java
@@ -21,6 +21,7 @@ import com.android.gallery3d.ui.GLView;
import android.app.ActionBar;
import android.app.Activity;
import android.content.Intent;
+import android.content.res.Configuration;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
@@ -71,6 +72,9 @@ abstract public class ActivityState {
mResult.resultData = data;
}
+ protected void onConfigurationChanged(Configuration config) {
+ }
+
protected void onSaveState(Bundle outState) {
}