mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
932c92412c
* More themes cleanup * Tweak some things * Fix 'Clear History' icon * Split out ripple colored to its own drawable * Tidy up things * Unify background dim amount * Use primaryColor for Account login button * More colored ripples * use colorOnPrimary for selected comfortable library item title Co-authored-by: Soitora <simon.mattila@protonmail.com>
23 lines
747 B
XML
23 lines
747 B
XML
<resources>
|
|
<dimen name="activity_horizontal_margin">16dp</dimen>
|
|
<dimen name="activity_vertical_margin">16dp</dimen>
|
|
|
|
<dimen name="bottom_sheet_width">0dp</dimen>
|
|
|
|
<dimen name="space_between_cards">4dp</dimen>
|
|
<dimen name="card_radius">4dp</dimen>
|
|
<dimen name="card_selector_radius">6dp</dimen>
|
|
<dimen name="dialog_radius">8dp</dimen>
|
|
|
|
<dimen name="fab_size">56dp</dimen>
|
|
<dimen name="fab_list_padding">88dp</dimen>
|
|
|
|
<dimen name="action_toolbar_list_padding">72dp</dimen>
|
|
|
|
<dimen name="screen_edge_margin">16dp</dimen>
|
|
|
|
<dimen name="tablet_horizontal_cover_margin">128dp</dimen>
|
|
|
|
<!-- material-dialogs button radius -->
|
|
<dimen name="md_action_button_corner_radius">4dp</dimen>
|
|
</resources>
|