tachiyomi/app/src/main/res/values/dimens.xml
Carlos 90ca4ecf53
Make cards and bottom sheet multiple of 4 for standards (#539)
* use dimens for corners on sheets
removed unused dimens
use same dimens on cards (can be reverted)
up card elevation slightly

* hide change categories when no categories exist
2020-08-09 14:59:15 -04:00

13 lines
349 B
XML

<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="space_between_cards">4dp</dimen>
<dimen name="rounded_radius">12dp</dimen>
<dimen name="fab_size">56dp</dimen>
<dimen name="fab_margin">16dp</dimen>
<!--Nav header-->
<dimen name="bottom_sheet_width">0dp</dimen>
</resources>