Remove backslash from Floating Button style ref.

There was an unnecessary backlash in the style example.

PiperOrigin-RevId: 198911163
This commit is contained in:
Bernat Borrás Paronella 2018-06-01 15:37:57 -04:00 committed by Daniel Nizri
parent 57aeb2b7f8
commit d85b0f79cf

View File

@ -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"