Margin percent values should be floats
Summary: Percentages should be floats Reviewed By: emilsjolander Differential Revision: D4642511 fbshipit-source-id: f1ef78259cf967acec9b82d77e43d7b9ad263e5b
This commit is contained in:
committed by
Facebook Github Bot
parent
7047d96087
commit
29fd447f0c
@@ -10,7 +10,7 @@
|
||||
|
||||
<YogaLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:yoga="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:yoga="http://schemas.android.com/apk/res/com.facebook.samples.yoga"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
>
|
||||
|
Reference in New Issue
Block a user