Skip to content

Commit

Permalink
[Adaptive][Side Sheet] Release Side Sheet catalog demo.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 493764000
(cherry picked from commit 1081537)
  • Loading branch information
afohrman authored and dsn5ft committed Dec 9, 2022
1 parent 7f17891 commit f707836
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions catalog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def srcDirs = [
'radiobutton',
'search',
'shapetheming',
'sidesheet',
'slider',
'tableofcontents',
'tabs',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
import io.material.catalog.radiobutton.RadioButtonFragment;
import io.material.catalog.search.SearchFragment;
import io.material.catalog.shapetheming.ShapeThemingFragment;
import io.material.catalog.sidesheet.SideSheetFragment;
import io.material.catalog.slider.SliderFragment;
import io.material.catalog.tabs.TabsFragment;
import io.material.catalog.textfield.TextFieldFragment;
Expand Down Expand Up @@ -77,6 +78,7 @@
SearchFragment.Module.class,
ShapeableImageViewFragment.Module.class,
ShapeThemingFragment.Module.class,
SideSheetFragment.Module.class,
SliderFragment.Module.class,
SwitchFragment.Module.class,
TabsFragment.Module.class,
Expand Down

0 comments on commit f707836

Please sign in to comment.