tweak - batch edit UI - support longer action label

This commit is contained in:
orionlee 2019-04-06 11:03:31 -07:00
parent 3bf880e34a
commit 075547947e
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- increase FAB speed dial label's max width if the screen is wide enough
(300dp ~ 1.875 inch, devices with 3.5-inch screens have a width of ~ 1.9in
so the setup is applicable for most phones)
-->
<dimen name="sd_label_max_width">240dp</dimen>
</resources>