Merge pull request #3358 from orionlee/fix_fabspeeddial_lint_error

Make the incorrect :app:lintVitalRelease error go away.
This commit is contained in:
H. Lehmann 2019-09-01 01:37:29 +02:00 committed by GitHub
commit 4cc0d01d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>