Correct android attribute link in docs
Summary: Addresses issue #523 Closes https://github.com/facebook/yoga/pull/529 Differential Revision: D4953973 Pulled By: emilsjolander fbshipit-source-id: b6e64f30ad615ba65152f19e775bd6c890e6c6b6
This commit is contained in:
committed by
Facebook Github Bot
parent
e24561bcef
commit
c91e4b3566
@@ -140,6 +140,3 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
github-pages (~> 104)
|
||||
|
||||
BUNDLED WITH
|
||||
1.14.6
|
||||
|
@@ -71,7 +71,7 @@ RTL locales are supported by default. That is, unless you explicitly set the `y
|
||||
|
||||
## Attributes
|
||||
|
||||
The list of all attributes can be found in [attrs.xml](https://github.com/facebook/yoga/blob/master/android/sample/res/com/facebook/samples/yoga/res/values/attrs.xml), but logically map from the Yoga properties.
|
||||
The list of all attributes can be found in [attrs.xml](https://github.com/facebook/yoga/blob/master/android/src/main/res/values/attrs.xml), but logically map from the Yoga properties.
|
||||
|
||||
## Auto margins
|
||||
|
||||
|
Reference in New Issue
Block a user