summaryrefslogtreecommitdiffstats
path: root/src/com/android
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-10-07 17:23:55 -0700
committerMichael Jurka <mikejurka@google.com>2013-10-07 17:23:55 -0700
commit507250cfb797eee52356c6a82cedc7038f91a090 (patch)
treed96ee4c0bbb2c0763e32e80779e76410b9a43e20 /src/com/android
parent39511301a29f1965155e848c214dfa4bc3530722 (diff)
downloadandroid_packages_apps_Trebuchet-507250cfb797eee52356c6a82cedc7038f91a090.tar.gz
android_packages_apps_Trebuchet-507250cfb797eee52356c6a82cedc7038f91a090.tar.bz2
android_packages_apps_Trebuchet-507250cfb797eee52356c6a82cedc7038f91a090.zip
Switch to using theme for translucent nav bars
Diffstat (limited to 'src/com/android')
-rw-r--r--src/com/android/launcher3/WallpaperCropActivity.java2
-rw-r--r--src/com/android/launcher3/WallpaperPickerActivity.java2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/launcher3/WallpaperCropActivity.java b/src/com/android/launcher3/WallpaperCropActivity.java
index 78c8964b6..fe09a552c 100644
--- a/src/com/android/launcher3/WallpaperCropActivity.java
+++ b/src/com/android/launcher3/WallpaperCropActivity.java
@@ -102,8 +102,6 @@ public class WallpaperCropActivity extends Activity {
cropImageAndSetWallpaper(imageUri, null, finishActivityWhenDone);
}
});
- TranslucentDecor transparentDecor = new TranslucentDecor(findViewById(R.id.wallpaper_root));
- transparentDecor.requestTranslucentDecor(true);
}
public boolean enableRotation() {
diff --git a/src/com/android/launcher3/WallpaperPickerActivity.java b/src/com/android/launcher3/WallpaperPickerActivity.java
index 82c9977c7..708d63095 100644
--- a/src/com/android/launcher3/WallpaperPickerActivity.java
+++ b/src/com/android/launcher3/WallpaperPickerActivity.java
@@ -181,8 +181,6 @@ public class WallpaperPickerActivity extends WallpaperCropActivity {
protected void init() {
setContentView(R.layout.wallpaper_picker);
final WallpaperRootView root = (WallpaperRootView) findViewById(R.id.wallpaper_root);
- TranslucentDecor transparentDecor = new TranslucentDecor(root);
- transparentDecor.requestTranslucentDecor(true);
mCropView = (CropView) findViewById(R.id.cropView);
mWallpaperStrip = findViewById(R.id.wallpaper_strip);