summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/cyngn/theme/chooser/ThemeFragment.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/cyngn/theme/chooser/ThemeFragment.java b/src/com/cyngn/theme/chooser/ThemeFragment.java
index cf28b1d..c68fc9c 100644
--- a/src/com/cyngn/theme/chooser/ThemeFragment.java
+++ b/src/com/cyngn/theme/chooser/ThemeFragment.java
@@ -522,7 +522,6 @@ public class ThemeFragment extends Fragment implements LoaderManager.LoaderCallb
mIconCard.setPadding(padding.left, padding.top, padding.right, padding.bottom);
mShadowFrame.setBackground(null);
mShadowFrame.setPadding(0, 0, 0, 0);
- mAdditionalCards.setPadding(padding.left, padding.top, padding.right, padding.bottom);
// Off screen cards will become visible and then be animated in
mWallpaperCard.setVisibility(View.VISIBLE);