chinwag-android/app/src/main/res/values/toot_button.xml
Konrad Pozniak a445c12094
Upgrade to AndroidX, move to MaterialComponents theme (#953)
* upgrade to AndroidX, upgrade libraries

* move to MaterialComponents theme

* make sure the compose button looks good everywhere

* fix tollbar title/button alignment on tablet

* move to new material color theming, consolidate colors and themes

* fix build, fix imports

* set error on TextInputLayout instead of EditText

* fix imports, TootButton when

* improve snackbar style

* fix task description color
2018-12-17 15:25:35 +01:00

7 lines
227 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="show_small_toot_button">true</bool>
<dimen name="toot_button_width">48dp</dimen>
<dimen name="toot_button_horizontal_padding">12dp</dimen>
</resources>