File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ icons, and an embedded FAB.
161161 android : layout_width =" match_parent"
162162 android : layout_height =" wrap_content"
163163 android : layout_gravity =" bottom"
164- style =" @style/Widget.Material3.BottomAppBar"
165164 app : navigationIcon =" @drawable/ic_drawer_menu_24px"
166165 app : menu =" @menu/bottom_app_bar"
167166 />
Original file line number Diff line number Diff line change @@ -67,12 +67,10 @@ Element | Attribute | Related method(s)
6767
6868#### Styles
6969
70- Element | Style
71- ------------------- | ---------------------------------------------
72- ** Default style** | ` Widget.Material3.LoadingIndicator `
73- ** Contained style** | ` Widget.Material3.LoadingIndicator.Contained `
74-
75- Default theme attribute: ` ?attr/loadingIndicatorStyle `
70+ Element | Style | Theme attribute
71+ ------------------- | --------------------------------------------- |------------
72+ ** Default style** | ` Widget.Material3.LoadingIndicator ` | ` ?attr/loadingIndicatorStyle `
73+ ** Contained style** | ` Widget.Material3.LoadingIndicator.Contained ` | N/A
7674
7775See the full list of
7876[ styles] ( https://github.com/material-components/material-components-android/tree/master/lib/java/com/google/android/material/loadingindicator/res/values/styles.xml )
You can’t perform that action at this time.
0 commit comments