make the incorrect :app:lintVitalRelease error go away.

(The base named dimen comes from fab speeddial library, thus it is not actually missing)
This commit is contained in:
orionlee 2019-08-31 16:27:38 -07:00
parent 3b90352cd0
commit 09297800e7
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- 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>
<dimen name="sd_label_max_width" tools:ignore="MissingDefaultResource">240dp</dimen>
</resources>