Bug 1105563 - Move Themed* to widget.themed package. r=nalexander

This commit is contained in:
Michael Comella
2015-08-26 14:28:05 -07:00
parent 109783f5b6
commit dad9ab8dd6
38 changed files with 58 additions and 65 deletions

View File

@@ -19,7 +19,7 @@ package org.mozilla.gecko.toolbar;
import org.mozilla.gecko.AppConstants.Versions;
import org.mozilla.gecko.R;
import org.mozilla.gecko.util.ColorUtils;
import org.mozilla.gecko.widget.ThemedImageView;
import org.mozilla.gecko.widget.themed.ThemedImageView;
import org.mozilla.gecko.util.WeakReferenceHandler;
import android.content.Context;