summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/Config.java
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-04-06 16:46:32 +0800
committerOwen Lin <owenlin@google.com>2012-04-09 17:17:47 +0800
commit359dadda41154bd1836312a70280b42d86777be1 (patch)
tree6a79e4e8866ab2ced8bcdd178e1657cfe138de5a /src/com/android/gallery3d/app/Config.java
parentda6adcd0ff528338328021747ef9c4dfe5aa8742 (diff)
downloadandroid_packages_apps_Snap-359dadda41154bd1836312a70280b42d86777be1.tar.gz
android_packages_apps_Snap-359dadda41154bd1836312a70280b42d86777be1.tar.bz2
android_packages_apps_Snap-359dadda41154bd1836312a70280b42d86777be1.zip
Refactor. Rename AlbumView to AlbumSlotRenderer.
Change-Id: I7d8d3586a910dac35975e4effa0d02528e2ccf98
Diffstat (limited to 'src/com/android/gallery3d/app/Config.java')
-rw-r--r--src/com/android/gallery3d/app/Config.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/android/gallery3d/app/Config.java b/src/com/android/gallery3d/app/Config.java
index 46ea7c89f..a95427b35 100644
--- a/src/com/android/gallery3d/app/Config.java
+++ b/src/com/android/gallery3d/app/Config.java
@@ -20,7 +20,7 @@ import android.content.Context;
import android.content.res.Resources;
import com.android.gallery3d.R;
-import com.android.gallery3d.ui.AlbumSetView;
+import com.android.gallery3d.ui.AlbumSetSlotRenderer;
import com.android.gallery3d.ui.SlotView;
final class Config {
@@ -28,7 +28,7 @@ final class Config {
private static AlbumSetPage sInstance;
public SlotView.Spec slotViewSpec;
- public AlbumSetView.LabelSpec labelSpec;
+ public AlbumSetSlotRenderer.LabelSpec labelSpec;
public static synchronized AlbumSetPage get(Context context) {
if (sInstance == null) {
@@ -45,7 +45,7 @@ final class Config {
slotViewSpec.rowsPort = r.getInteger(R.integer.albumset_rows_port);
slotViewSpec.slotGap = r.getDimensionPixelSize(R.dimen.albumset_slot_gap);
- labelSpec = new AlbumSetView.LabelSpec();
+ labelSpec = new AlbumSetSlotRenderer.LabelSpec();
labelSpec.labelBackgroundHeight = r.getDimensionPixelSize(
R.dimen.albumset_label_background_height);
labelSpec.titleOffset = r.getDimensionPixelSize(