mirror of
https://github.com/material-components/material-components-android.git
synced 2026-02-20 08:39:55 +08:00
Automated g4 rollback of changelist 229558149
PiperOrigin-RevId: 229564800
This commit is contained in:
parent
ab2f0e45a9
commit
ba5938aece
@ -38,7 +38,9 @@ public class CardStatesFragment extends DemoFragment {
|
||||
@Override
|
||||
public View onCreateDemoView(
|
||||
LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, @Nullable Bundle bundle) {
|
||||
View view = layoutInflater.inflate(getLayoutResourceID(), viewGroup, false /* attachToRoot */);
|
||||
View view =
|
||||
layoutInflater.inflate(
|
||||
R.layout.cat_card_states_fragment, viewGroup, false /* attachToRoot */);
|
||||
RadioGroup radioGroup = view.findViewById(R.id.cat_card_radio_group);
|
||||
final MaterialCardView card = view.findViewById(R.id.card);
|
||||
final MaterialCardView checkableCard = view.findViewById(R.id.checkable_card);
|
||||
@ -56,8 +58,4 @@ public class CardStatesFragment extends DemoFragment {
|
||||
|
||||
return view;
|
||||
}
|
||||
|
||||
protected int getLayoutResourceID() {
|
||||
return R.layout.cat_card_states_fragment;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user