mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-20 20:12:52 +08:00
Remove backslash from Floating Button style ref.
There was an unnecessary backlash in the style example. PiperOrigin-RevId: 198911163
This commit is contained in:
parent
57aeb2b7f8
commit
d85b0f79cf
@ -84,7 +84,7 @@ ripple, and motion changes.
|
||||
```xml
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
android:id="@+id/floating_action_button"
|
||||
style="@/style/Widget.MaterialComponents.FloatingActionButton"
|
||||
style="@style/Widget.MaterialComponents.FloatingActionButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|right"
|
||||
@ -97,7 +97,7 @@ ripple, and motion changes.
|
||||
```xml
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
android:id="@+id/floating_action_button"
|
||||
style="@/style/Widget.Design.FloatingActionButton"
|
||||
style="@style/Widget.Design.FloatingActionButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|right"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user