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

@@ -6,7 +6,7 @@
package org.mozilla.gecko;
import org.mozilla.gecko.util.ColorUtils;
import org.mozilla.gecko.widget.ThemedEditText;
import org.mozilla.gecko.widget.themed.ThemedEditText;
import android.content.Context;
import android.util.AttributeSet;