Use borderless buttons everywhere for consistency

This commit is contained in:
arkon
2020-05-07 22:24:30 -04:00
parent 3d1250f2f8
commit 3b45fcdb21
3 changed files with 3 additions and 8 deletions
-5
View File
@@ -247,11 +247,6 @@
<item name="rippleColor">?attr/colorAccent</item>
</style>
<style name="Theme.Widget.Button.Outlined" parent="Widget.MaterialComponents.Button.OutlinedButton">
<item name="android:textColor">?attr/colorAccent</item>
<item name="rippleColor">?attr/colorAccent</item>
</style>
<style name="Theme.Widget.Button.Icon" parent="Widget.MaterialComponents.Button.OutlinedButton.Icon">
<item name="android:minHeight">0dp</item>
<item name="android:paddingBottom">4dp</item>