mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-01-24 12:51:07 +01:00
remove the default button padding
This commit is contained in:
parent
6fd8e764a1
commit
62e4f401ca
@ -2,11 +2,12 @@
|
||||
|
||||
<style name="AppTheme" parent="AppTheme.Base" />
|
||||
|
||||
<style name="MyButton" parent="Widget.AppCompat.Button">
|
||||
<style name="MyButton" parent="ShapeAppearanceOverlay.Material3.Button">
|
||||
<item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
|
||||
<item name="android:textSize">@dimen/button_text_size</item>
|
||||
<item name="android:fontFamily">sans-serif-light</item>
|
||||
<item name="android:textAllCaps">false</item>
|
||||
<item name="android:padding">0dp</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user