remove empty FAB styling (#1095)
This commit is contained in:
parent
a7bc6a443d
commit
6430ed02d7
3 changed files with 0 additions and 6 deletions
|
@ -293,7 +293,6 @@
|
|||
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
android:id="@+id/accountFloatingActionButton"
|
||||
style="@style/TuskyFloatingActionButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|end"
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
android:id="@+id/floating_btn"
|
||||
style="@style/TuskyFloatingActionButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="16dp"
|
||||
|
|
|
@ -145,10 +145,6 @@
|
|||
<item name="tabSelectedTextColor">?attr/tab_icon_selected_tint</item>
|
||||
</style>
|
||||
|
||||
<style name="TuskyFloatingActionButton" parent="Widget.MaterialComponents.FloatingActionButton">
|
||||
|
||||
</style>
|
||||
|
||||
<style name="TuskyButton" parent="Widget.MaterialComponents.Button">
|
||||
<item name="android:letterSpacing">0</item>
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue