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

@@ -26,8 +26,8 @@ import org.mozilla.gecko.toolbar.BrowserToolbarTabletBase.ForwardButtonAnimation
import org.mozilla.gecko.util.ColorUtils;
import org.mozilla.gecko.util.HardwareUtils;
import org.mozilla.gecko.util.StringUtils;
import org.mozilla.gecko.widget.ThemedLinearLayout;
import org.mozilla.gecko.widget.ThemedTextView;
import org.mozilla.gecko.widget.themed.ThemedLinearLayout;
import org.mozilla.gecko.widget.themed.ThemedTextView;
import android.content.Context;
import android.content.res.Resources;