Skip to content

Commit 9e1c68d

Browse files
Material Design Teamdrchen
authored andcommitted
[Docs] Removed the default style and updated the theme attribute code for non-default
PiperOrigin-RevId: 800259127
1 parent 4c74b80 commit 9e1c68d

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

docs/components/BottomAppBar.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
/>

docs/components/LoadingIndicator.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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

7775
See 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)

0 commit comments

Comments
 (0)