File tree Expand file tree Collapse file tree
catalog/java/io/material/catalog Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727import com .google .android .material .bottomsheet .BottomSheetBehavior ;
2828import com .google .android .material .bottomsheet .BottomSheetBehavior .BottomSheetCallback ;
2929import com .google .android .material .bottomsheet .BottomSheetDialog ;
30- import com .google .android .material .switchmaterial .SwitchMaterial ;
3130import android .util .DisplayMetrics ;
3231import android .view .LayoutInflater ;
3332import android .view .View ;
3736import android .widget .FrameLayout ;
3837import android .widget .TextView ;
3938import android .widget .Toast ;
39+ import com .google .android .material .switchmaterial .SwitchMaterial ;
4040import io .material .catalog .feature .DemoFragment ;
4141
4242/** A fragment that displays the main BottomSheet demo for the Catalog app. */
Original file line number Diff line number Diff line change 2323import androidx .annotation .Nullable ;
2424import com .google .android .material .button .MaterialButton ;
2525import com .google .android .material .snackbar .Snackbar ;
26- import com .google .android .material .switchmaterial .SwitchMaterial ;
2726import android .text .TextUtils ;
2827import android .util .DisplayMetrics ;
2928import android .view .LayoutInflater ;
3029import android .view .View ;
3130import android .view .ViewGroup ;
31+ import com .google .android .material .switchmaterial .SwitchMaterial ;
3232import io .material .catalog .feature .DemoFragment ;
3333import io .material .catalog .feature .DemoUtils ;
3434import java .util .List ;
Original file line number Diff line number Diff line change 2121import android .os .Bundle ;
2222import androidx .annotation .LayoutRes ;
2323import androidx .annotation .Nullable ;
24- import com .google .android .material .switchmaterial .SwitchMaterial ;
2524import android .view .LayoutInflater ;
2625import android .view .View ;
2726import android .view .ViewGroup ;
2827import com .google .android .material .chip .Chip ;
2928import com .google .android .material .chip .ChipGroup ;
3029import com .google .android .material .floatingactionbutton .FloatingActionButton ;
30+ import com .google .android .material .switchmaterial .SwitchMaterial ;
3131import io .material .catalog .feature .DemoFragment ;
3232
3333/** A fragment that displays the ChipGroup demos for the Catalog app. */
Original file line number Diff line number Diff line change 2222import androidx .annotation .LayoutRes ;
2323import androidx .annotation .Nullable ;
2424import com .google .android .material .snackbar .Snackbar ;
25- import com .google .android .material .switchmaterial .SwitchMaterial ;
2625import android .view .LayoutInflater ;
2726import android .view .View ;
2827import android .view .ViewGroup ;
2928import com .google .android .material .chip .Chip ;
29+ import com .google .android .material .switchmaterial .SwitchMaterial ;
3030import io .material .catalog .feature .DemoFragment ;
3131import io .material .catalog .feature .DemoUtils ;
3232import java .util .List ;
Original file line number Diff line number Diff line change 2020
2121import android .os .Bundle ;
2222import androidx .annotation .Nullable ;
23- import com .google .android .material .switchmaterial .SwitchMaterial ;
2423import android .view .LayoutInflater ;
2524import android .view .View ;
2625import android .view .ViewGroup ;
2726import android .widget .CompoundButton ;
27+ import com .google .android .material .switchmaterial .SwitchMaterial ;
2828import io .material .catalog .feature .DemoFragment ;
2929import io .material .catalog .feature .DemoUtils ;
3030import java .util .List ;
You can’t perform that action at this time.
0 commit comments