File tree Expand file tree Collapse file tree
catalog/java/io/material/catalog/shapetheming
javatests/com/google/android/material/theme
java/com/google/android/material Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121import android .os .Build ;
2222import android .os .Bundle ;
23- import androidx .appcompat .view .ContextThemeWrapper ;
2423import android .util .TypedValue ;
2524import android .view .LayoutInflater ;
2625import android .view .View ;
2726import android .view .ViewGroup ;
2827import android .view .Window ;
2928import androidx .annotation .Nullable ;
3029import androidx .annotation .StyleRes ;
30+ import androidx .appcompat .view .ContextThemeWrapper ;
3131import com .google .android .material .bottomsheet .BottomSheetBehavior ;
3232import com .google .android .material .bottomsheet .BottomSheetDialog ;
3333import com .google .android .material .button .MaterialButton ;
Original file line number Diff line number Diff line change 3535import android .os .Build .VERSION_CODES ;
3636import androidx .core .view .ViewCompat ;
3737import androidx .appcompat .app .AlertDialog ;
38- import androidx .appcompat .view .ContextThemeWrapper ;
3938import android .util .TypedValue ;
4039import android .view .View ;
4140import android .view .Window ;
5049import androidx .annotation .Px ;
5150import androidx .annotation .StringRes ;
5251import androidx .annotation .StyleRes ;
52+ import androidx .appcompat .view .ContextThemeWrapper ;
5353import com .google .android .material .color .MaterialColors ;
5454import com .google .android .material .resources .MaterialAttributes ;
5555import com .google .android .material .shape .MaterialShapeDrawable ;
Original file line number Diff line number Diff line change 2020
2121import android .content .Context ;
2222import android .content .res .TypedArray ;
23- import androidx .appcompat .view .ContextThemeWrapper ;
2423import android .util .AttributeSet ;
2524import androidx .annotation .AttrRes ;
2625import androidx .annotation .NonNull ;
2726import androidx .annotation .Nullable ;
2827import androidx .annotation .StyleRes ;
28+ import androidx .appcompat .view .ContextThemeWrapper ;
2929
3030/**
3131 * Utility to apply a theme overlay to any {@link android.content.Context}. The theme overlay is
Original file line number Diff line number Diff line change 2323
2424import android .content .Context ;
2525import android .graphics .Color ;
26- import androidx .appcompat .view .ContextThemeWrapper ;
2726import android .util .AttributeSet ;
2827import android .util .TypedValue ;
28+ import androidx .appcompat .view .ContextThemeWrapper ;
2929import com .google .android .material .theme .overlay .MaterialThemeOverlay ;
3030import org .junit .Before ;
3131import org .junit .Test ;
You can’t perform that action at this time.
0 commit comments