remove empty FAB styling (#1095)

This commit is contained in:
Konrad Pozniak 2019-03-03 20:53:10 +01:00 committed by GitHub
parent a7bc6a443d
commit 6430ed02d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

View File

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

View File

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

View File

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