Fix android height attribute

Summary: The attribute for height was incorrectly assumed to be type `float` which led to it not being explicitly defined.  It is actually a dimension.

Reviewed By: emilsjolander

Differential Revision: D4588629

fbshipit-source-id: 56c7e460d27528823944852d682e7f26bf908292
This commit is contained in:
Robert Spencer
2017-02-20 23:56:35 -08:00
committed by Facebook Github Bot
parent 6b39165801
commit d7ca339c27

View File

@@ -74,8 +74,7 @@
<attr name="flex_shrink" format="float"/>
<!-- Height format not included as it is in the parent -->
<attr name="height"/>
<attr name="height" format="dimension"/>
<attr name="height_percent" format="float"/>